RE: [EXT] [dpdk-dev v6] doc: support IPsec Multi-buffer lib v1.3

2022-11-20 Thread Akhil Goyal
> diff --git a/doc/guides/rel_notes/release_22_11.rst > b/doc/guides/rel_notes/release_22_11.rst > index 4e55b543ef..b98b603fe7 100644 > --- a/doc/guides/rel_notes/release_22_11.rst > +++ b/doc/guides/rel_notes/release_22_11.rst > @@ -240,7 +240,16 @@ New Features > > * **Updated ipsec_mb crypto

RE: Regarding User Data in DPDK ACL Library.

2022-11-20 Thread Honnappa Nagarahalli
> > > > On Thu, 17 Nov 2022 19:28:12 +0530 > > venkatesh bs wrote: > > > > > Hi DPDK Team, > > > > > > After the ACL match for highest priority DPDK Classification API > > > returns User Data Which is as mentioned below in the document. > > > > > > 53. Packet Classification and Access Control

RE: RSS on L2TP, Teredo, PPPoE Tunnels

2022-11-20 Thread Gregory Etelson
Hello, The Flex item API allows to extend network protocols provided in port hardware. The API allows DPDK application build a custom network protocol parser after providing the protocol description. You can create a Flex item for network protocols you’ve mentioned over mlx5 BlueField-2 ports.

[PATCH v6] doc: add PMD known issue

2022-11-20 Thread Mingjin Ye
Add a known issue: Rx path dynamic routing is not supported for PMD. Fixes: de853a3bb151 ("net/ice: disable DDP package on Windows") Cc: sta...@dpdk.org Signed-off-by: Mingjin Ye --- doc/guides/nics/ice.rst | 17 + 1 file changed, 17 insertions(+) diff --git a/doc/guides/nics/i

RE: [PATCH 11/11] test/event: fix build with clang 15

2022-11-20 Thread Gao, DaxueX
> -Original Message- > From: David Marchand > Sent: 2022年11月18日 16:53 > To: dev@dpdk.org > Cc: sta...@dpdk.org; Carrillo, Erik G ; Pavan > Nikhilesh > Subject: [PATCH 11/11] test/event: fix build with clang 15 > > This variable is not used. > > Fixes: d1f3385d0076 ("test: add event time

RE: [PATCH] doc: improve event core description in vDPA mlx5

2022-11-20 Thread Xia, Chenbo
> -Original Message- > From: Matan Azrad > Sent: Sunday, November 13, 2022 5:22 PM > To: Maxime Coquelin > Cc: dev@dpdk.org > Subject: [PATCH] doc: improve event core description in vDPA mlx5 > > The event core is mlx5 vDPA driver devarg that selects the CPU core for > the internal timer

RE: release candidate 22.11-rc3

2022-11-20 Thread Wael Abualrub
Hi, > -Original Message- > From: Thomas Monjalon > Sent: Tuesday, November 15, 2022 7:33 PM > To: annou...@dpdk.org > Subject: release candidate 22.11-rc3 > > A new DPDK release candidate is ready for testing: > https://git.dpdk.org/dpdk/tag/?id=v22.11-rc3 > > There are 161 new pa

RE: [PATCH] net/mlx5: fix invalid memory access in port closing

2022-11-20 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Michael Baum > Sent: Thursday, November 17, 2022 5:28 PM > To: dev@dpdk.org > Cc: Matan Azrad ; Raslan Darawsheh > ; Slava Ovsiienko ; Michael > Baum > Subject: [PATCH] net/mlx5: fix invalid memory access in port closing > > The shared IB device (sh) has

RE: [PATCH] net/mlx5: fix modify field operation validation

2022-11-20 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Dariusz Sosnowski > Sent: Thursday, November 17, 2022 4:42 PM > To: Matan Azrad ; Slava Ovsiienko > ; Suanming Mou > Cc: dev@dpdk.org; Raslan Darawsheh > Subject: [PATCH] net/mlx5: fix modify field operation validation > > This patch removes the followi

RE: [PATCH 1/2] net/mlx5: fix port private max_lro_msg_size

2022-11-20 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Gregory Etelson > Sent: Thursday, November 17, 2022 4:39 PM > To: dev@dpdk.org > Cc: Gregory Etelson ; Matan Azrad > ; Raslan Darawsheh ; Slava > Ovsiienko > Subject: [PATCH 1/2] net/mlx5: fix port private max_lro_msg_size > > The PMD analyzes each Rx qu

RE: [PATCH] net/mlx5: fix push VLAN action mask iteration

2022-11-20 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Dariusz Sosnowski > Sent: Thursday, November 17, 2022 12:07 PM > To: Matan Azrad ; Slava Ovsiienko > ; Gregory Etelson > Cc: dev@dpdk.org; Raslan Darawsheh > Subject: [PATCH] net/mlx5: fix push VLAN action mask iteration > > Before this patch, during tra