RE: [PATCH] net/mlx5: support ESP SPI match and RSS hash

2022-04-17 Thread Raslan Darawsheh
Hi Raja, > -Original Message- > From: Raja Zidane > Sent: Monday, April 4, 2022 4:04 PM > To: dev@dpdk.org > Cc: Matan Azrad > Subject: [PATCH] net/mlx5: support ESP SPI match and RSS hash > > In packets with ESP header, The Inner IP will be encrypted, and > its fields cannot be used fo

[Bug 995] acl: field size=8 (u64) is not working

2022-04-17 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=995 Bug ID: 995 Summary: acl: field size=8 (u64) is not working Product: DPDK Version: 21.11 Hardware: All OS: All Status: UNCONFIRMED Severity: normal Prior

RE: [PATCH v4 10/10] test/security: add inline IPsec IPv6 flow label cases

2022-04-17 Thread Anoob Joseph
Hi Akhil, Vamsi, Please add the same test cases in lookaside IPsec tests also. And please do update release notes. Thanks, Anoob > -Original Message- > From: Akhil Goyal > Sent: Sunday, April 17, 2022 12:56 AM > To: dev@dpdk.org > Cc: tho...@monjalon.net; david.march...@redhat.com; > h

RE: [PATCH v4 10/10] test/security: add inline IPsec IPv6 flow label cases

2022-04-17 Thread Akhil Goyal
Hi Anoob, > Hi Akhil, Vamsi, > > Please add the same test cases in lookaside IPsec tests also. And please do > update release notes. > I was planning to send it as a separate patchset.

RE: [DPDK v3] net/ixgbe: promote MDIO API

2022-04-17 Thread Yang, Qiming
> -Original Message- > From: Ray Kinsella > Sent: 2022年4月15日 22:36 > To: Zeng, ZhichaoX > Cc: dev@dpdk.org; Wang, Haiyue ; David > Marchand > Subject: Re: [DPDK v3] net/ixgbe: promote MDIO API > > > zhichaox.z...@intel.com writes: > > > From: zhichao zeng > > > > Promote the MDIO

RE: [PATCH v2] net/iavf: fix iavf crashed on dev_stop when running in multi-process mode

2022-04-17 Thread Zhang, Qi Z
> -Original Message- > From: Ke Zhang > Sent: Thursday, April 14, 2022 5:29 PM > To: Li, Xiaoyun ; Wu, Jingjing ; > Xing, Beilei ; dev@dpdk.org > Cc: Zhang, Ke1X > Subject: [PATCH v2] net/iavf: fix iavf crashed on dev_stop when running in > multi-process mode It's not a good practice

RE: [PATCH] maintainers: update for Intel i40e

2022-04-17 Thread Zhang, Yuying
Hi Beilei, > -Original Message- > From: Xing, Beilei > Sent: Tuesday, April 12, 2022 10:03 AM > To: Zhang, Yuying > Cc: dev@dpdk.org; Xing, Beilei > Subject: [PATCH] maintainers: update for Intel i40e > > From: Beilei Xing > > Add Yuying as Intel i40e maintainer. > > Signed-off-by:

[PATCH v3] net/ice: fix raw flow input pattern value change in FDIR

2022-04-17 Thread Ting Xu
When parsing raw flow pattern in FDIR, the input parameter spec and mask are used directly and the original value will be changed. It will cause error if these values are used in other functions. In this patch, temporary variables are created to store the spec and mask. Fixes: 25be39cc1760 ("net/i