[v1] doc/rel-notes: Add AF_XDP DP integration

Message ID 20231215111528.950508-1-mtahhan@redhat.com (mailing list archive)
State Superseded, archived
Delegated to: Thomas Monjalon
Headers
Series [v1] doc/rel-notes: Add AF_XDP DP integration |

Checks

Context Check Description
ci/loongarch-compilation success Compilation OK
ci/checkpatch success coding style OK
ci/loongarch-unit-testing success Unit Testing PASS
ci/github-robot: build success github build: passed
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-broadcom-Performance success Performance Testing PASS
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-compile-amd64-testing success Testing PASS
ci/iol-abi-testing success Testing PASS
ci/iol-unit-amd64-testing success Testing PASS
ci/iol-broadcom-Functional success Functional Testing PASS
ci/iol-unit-arm64-testing success Testing PASS
ci/iol-compile-arm64-testing success Testing PASS
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS
ci/intel-Functional success Functional PASS
ci/iol-sample-apps-testing success Testing PASS

Commit Message

Maryam Tahhan Dec. 15, 2023, 11:15 a.m. UTC
  Add a new feature item that references the AF_XDP
DP integration.

Signed-off-by: Maryam Tahhan <mtahhan@redhat.com>
---
 doc/guides/rel_notes/release_24_03.rst | 7 +++++++
 1 file changed, 7 insertions(+)
  

Comments

Ferruh Yigit Dec. 15, 2023, 12:24 p.m. UTC | #1
On 12/15/2023 11:15 AM, Maryam Tahhan wrote:
> Add a new feature item that references the AF_XDP
> DP integration.
> 
> Signed-off-by: Maryam Tahhan <mtahhan@redhat.com>
>

Hi Maryam,

Better to have documentation (including release note update) and code in
same patch.

If there will be a new version please combine both patches into one,
otherwise I can squash them together while merging.

> ---
>  doc/guides/rel_notes/release_24_03.rst | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/doc/guides/rel_notes/release_24_03.rst b/doc/guides/rel_notes/release_24_03.rst
> index 6f8ad27808..606cdf6316 100644
> --- a/doc/guides/rel_notes/release_24_03.rst
> +++ b/doc/guides/rel_notes/release_24_03.rst
> @@ -55,6 +55,13 @@ New Features
>       Also, make sure to start the actual text at the margin.
>       =======================================================
>  
> +* **Integration of AF_XDP PMD with AF_XDP Device Plugin**
> +
> +  The EAL vdev argument for the AF_XDP PMD ``uds_path`` was added
> +  to allow Kubernetes Pods that which to use AF_XDP with DPDK to run
> +  with limited privileges. This flag indicates that the AF_XDP PMD
> +  will be used in unprivileged mode and will receive the XSKMAP FD from
> +  the AF_XDP Device Plugin.
>  

Does it make sense to mentioned that 'use_cni' device argument is
removed? If there are some users of it, they may like to know that it is
removed/replaced.

Btw, I am not aware of any process on consistency of PMD device args,
but that is definitely something that can impact end user experience,
better to help them as much as possible.
  
Maryam Tahhan Dec. 15, 2023, 3:38 p.m. UTC | #2
On 15/12/2023 12:24, Ferruh Yigit wrote:
> On 12/15/2023 11:15 AM, Maryam Tahhan wrote:
>> Add a new feature item that references the AF_XDP
>> DP integration.
>>
>> Signed-off-by: Maryam Tahhan <mtahhan@redhat.com>
>>
> Hi Maryam,
>
> Better to have documentation (including release note update) and code in
> same patch.
>
> If there will be a new version please combine both patches into one,
> otherwise I can squash them together while merging.
>

Thanks Ferruh, no worries, I will collapse and respin.
  

Patch

diff --git a/doc/guides/rel_notes/release_24_03.rst b/doc/guides/rel_notes/release_24_03.rst
index 6f8ad27808..606cdf6316 100644
--- a/doc/guides/rel_notes/release_24_03.rst
+++ b/doc/guides/rel_notes/release_24_03.rst
@@ -55,6 +55,13 @@  New Features
      Also, make sure to start the actual text at the margin.
      =======================================================
 
+* **Integration of AF_XDP PMD with AF_XDP Device Plugin**
+
+  The EAL vdev argument for the AF_XDP PMD ``uds_path`` was added
+  to allow Kubernetes Pods that which to use AF_XDP with DPDK to run
+  with limited privileges. This flag indicates that the AF_XDP PMD
+  will be used in unprivileged mode and will receive the XSKMAP FD from
+  the AF_XDP Device Plugin.
 
 Removed Items
 -------------