Re: [dpdk-dev] [PATCH 0/9] update i40e base code

2020-09-06 Thread Zhang, Qi Z
> -Original Message- > From: Sun, GuinanX > Sent: Saturday, September 5, 2020 10:49 AM > To: dev@dpdk.org > Cc: Xing, Beilei ; Zhang, Qi Z ; > Yang, Qiming ; Sun, GuinanX > > Subject: [PATCH 0/9] update i40e base code > > update i40e base code. > > source code of i40e driver: > cid-i

[dpdk-dev] [PATCH] crypto/qat: remove asym list end references

2020-09-06 Thread Arek Kusztal
This patch removes LIST_END enumerators references from Intel QuickAssist Technology asymmetric crypto PMD. Signed-off-by: Arek Kusztal --- drivers/crypto/qat/qat_asym.c | 5 - 1 file changed, 5 deletions(-) diff --git a/drivers/crypto/qat/qat_asym.c b/drivers/crypto/qat/qat_asym.c index 85

Re: [dpdk-dev] [PATCH v1] maintainers: update for igb igc ixgbe

2020-09-06 Thread Guo, Jia
Acked-by: Jeff Guo -Original Message- From: Zhao1, Wei Sent: Monday, September 7, 2020 11:32 AM To: Wang, Haiyue ; dev@dpdk.org Cc: Guo, Jia ; Zhang, Qi Z ; Thomas Monjalon Subject: RE: [PATCH v1] maintainers: update for igb igc ixgbe Acked-by: Wei Zhao > -Original Message-

Re: [dpdk-dev] [PATCH v3 0/6] Bugs Porting from I40evf For IAVF Feature

2020-09-06 Thread Zhang, Qi Z
> -Original Message- > From: dev On Behalf Of Xing, Beilei > Sent: Friday, September 4, 2020 4:18 PM > To: Yang, SteveX ; dev@dpdk.org > Cc: Yang, Qiming ; Wu, Jingjing > > Subject: Re: [dpdk-dev] [PATCH v3 0/6] Bugs Porting from I40evf For IAVF > Feature > > > > > -Original Mes

Re: [dpdk-dev] [PATCH 0/7] support RXDID22 and FDID22

2020-09-06 Thread Jiang, JunyuX
> -Original Message- > From: Zhang, Qi Z > Sent: Monday, September 7, 2020 1:44 PM > To: Sun, GuinanX ; Jiang, JunyuX > ; dev@dpdk.org > Cc: Yang, Qiming > Subject: RE: [PATCH 0/7] support RXDID22 and FDID22 > > > > > > > -Original Message- > > From: Sun, GuinanX > > Sent:

Re: [dpdk-dev] [PATCH 0/7] support RXDID22 and FDID22

2020-09-06 Thread Zhang, Qi Z
> -Original Message- > From: Sun, GuinanX > Sent: Wednesday, August 26, 2020 3:55 PM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Yang, Qiming > ; Sun, GuinanX > Subject: [PATCH 0/7] support RXDID22 and FDID22 > > Support flexible descriptor RXDID22 and FDID offload in vPMD. > Remove deva

Re: [dpdk-dev] [PATCH v5] net/i40e: fix link status

2020-09-06 Thread Zhang, Qi Z
> -Original Message- > From: dev On Behalf Of Guinan Sun > Sent: Friday, September 4, 2020 2:22 PM > To: dev@dpdk.org > Cc: Xing, Beilei ; Guo, Jia ; Sun, > GuinanX ; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH v5] net/i40e: fix link status > > If the PF driver supports the new speed

Re: [dpdk-dev] [PATCH v1] maintainers: update for igb igc ixgbe

2020-09-06 Thread Zhao1, Wei
Acked-by: Wei Zhao > -Original Message- > From: Wang, Haiyue > Sent: Monday, September 7, 2020 11:19 AM > To: dev@dpdk.org > Cc: Zhao1, Wei ; Guo, Jia ; Zhang, > Qi Z ; Wang, Haiyue ; > Thomas Monjalon > Subject: [PATCH v1] maintainers: update for igb igc ixgbe > > Co-work with Jeff, s

[dpdk-dev] [PATCH v1] maintainers: update for igb igc ixgbe

2020-09-06 Thread Haiyue Wang
Co-work with Jeff, setting me as new maintainer for igb, igc and ixgbe. Signed-off-by: Haiyue Wang --- MAINTAINERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index ed163f5d5..96cf04c72 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -670,8 +

Re: [dpdk-dev] [RFC] ethdev: make rte flow API thread safe

2020-09-06 Thread Suanming Mou
Hi, Sorry for my late reply due to the vacation. > What is the performance impact of this for currently working applications that > use a single thread to program flow rules. You are adding a couple of system > calls to what was formerly a totally usermode operation. If I understand correctly,

[dpdk-dev] [PATCH v3] raw/ntb: add Icelake support for Intel NTB

2020-09-06 Thread Xiaoyun Li
Add NTB device support (4th generation) for Intel Icelake platform. Signed-off-by: Xiaoyun Li --- v3: * Removed a blank line. * Added change doc for v2. v2: * Corrected and polished the doc. * Fixed a link setup issue. --- doc/guides/rawdevs/ntb.rst | 16 +- doc/guides/rel_notes

Re: [dpdk-dev] [PATCH v2] net: adjust the header length parse size

2020-09-06 Thread Wang, Haiyue
Hi Stephen, > -Original Message- > From: Stephen Hemminger > Sent: Sunday, September 6, 2020 00:56 > To: Wang, Haiyue > Cc: dev@dpdk.org; Yigit, Ferruh ; Olivier Matz > > Subject: Re: [PATCH v2] net: adjust the header length parse size > > On Sat, 5 Sep 2020 11:06:46 +0800 > Haiyue W

Re: [dpdk-dev] [PATCH] net/hns3: fix out-of-bounds access

2020-09-06 Thread Wei Hu (Xavier)
On 2020/9/7 9:46, wangyunjian wrote: From: Yunjian Wang This patch fixes (out-of-bounds access) coverity issue. Coverity issue: 349932 Fixes: 7d7f9f80bbfb ("net/hns3: support MAC address related operations") Cc: sta...@dpdk.org Signed-off-by: Yunjian Wang Reviewed-by: Wei Hu (Xavier) -

[dpdk-dev] [PATCH v3] net: adjust the header length parse size

2020-09-06 Thread Haiyue Wang
Enlarge the L3 and tunnel header length from 8-bit to 16-bit to handle the bigger headers. And reorder the fields to avoid creating a structure hole. Signed-off-by: Haiyue Wang --- v2: use bit field to avoid creating a structure hole. v3: use basic type and reorder to avoid structure hole. --- l

[dpdk-dev] [PATCH v2] raw/ntb: add Icelake support for Intel NTB

2020-09-06 Thread Xiaoyun Li
Add NTB device support (4th generation) for Intel Icelake platform. Signed-off-by: Xiaoyun Li --- doc/guides/rawdevs/ntb.rst | 16 +- doc/guides/rel_notes/release_20_11.rst | 3 + drivers/raw/ntb/ntb.c | 5 + drivers/raw/ntb/ntb.h | 1 + drive

[dpdk-dev] [PATCH] net/hns3: fix out-of-bounds access

2020-09-06 Thread wangyunjian
From: Yunjian Wang This patch fixes (out-of-bounds access) coverity issue. Coverity issue: 349932 Fixes: 7d7f9f80bbfb ("net/hns3: support MAC address related operations") Cc: sta...@dpdk.org Signed-off-by: Yunjian Wang --- drivers/net/hns3/hns3_ethdev.c | 4 ++-- 1 file changed, 2 insertions(

Re: [dpdk-dev] [PATCH v2 03/17] doc: add detail on using max SIMD bitwidth

2020-09-06 Thread Ananyev, Konstantin
> This patch adds documentation on the usage of the max SIMD bitwidth EAL > setting, and how to use it to enable AVX-512 at runtime. > > Cc: Anatoly Burakov > Cc: John McNamara > Cc: Marko Kovacevic > > Signed-off-by: Ciara Power > --- > doc/guides/howto/avx512.rst | 36 +++

Re: [dpdk-dev] [PATCH v3 00/37] remove make support in DPDK

2020-09-06 Thread Thomas Monjalon
On Thu Sep 3, 2020 at 6:26 PM CEST, Ciara Power wrote: > v3: Fixed comments on v2. > v2: > - Fixed comments on v1. > - Removed additional make references. > - Added some meson replacements where necessary. > - Added dummy root Makefile. > > As previously decided [1] and communicated via deprecation

Re: [dpdk-dev] [PATCH v2 01/17] eal: add max SIMD bitwidth

2020-09-06 Thread Ananyev, Konstantin
> This patch adds a max SIMD bitwidth EAL configuration. The API allows > for an app to set this value. It can also be set using EAL argument > --force-max-simd-bitwidth, which will lock the value and override any > modifications made by the app. > > Signed-off-by: Ciara Power > > --- > v2: Adde

Re: [dpdk-dev] [PATCH v3 1/6] eal: add power management intrinsics

2020-09-06 Thread Ananyev, Konstantin
> diff --git a/lib/librte_eal/x86/include/rte_power_intrinsics.h > b/lib/librte_eal/x86/include/rte_power_intrinsics.h > new file mode 100644 > index 00..6dd1cdc939 > --- /dev/null > +++ b/lib/librte_eal/x86/include/rte_power_intrinsics.h > @@ -0,0 +1,143 @@ > +/* SPDX-License-Identifier

Re: [dpdk-dev] [PATCH] net/vdev_netvsc: handle removal of associated pci device

2020-09-06 Thread Stephen Hemminger
On Sun, 6 Sep 2020 12:38:18 + Matan Azrad wrote: > Hi Stephen > > From: Stephen Hemminger: > > The vdev_netvsc was not detecting when the associated PCI device > > (SRIOV) was removed. Because of that it would keep feeding the same > > (removed) device to failsafe PMD which would then unsucc

Re: [dpdk-dev] [PATCH v3 1/4] ethdev: add a field for rxq info structure

2020-09-06 Thread Matan Azrad
Hi Chengchang From: Chengchang Tang: > Hi, Matan > > On 2020/9/2 18:30, Matan Azrad wrote: > > Hi Chengchang > > > > From: Chengchang Tang > >> Hi, Matan > >> > >> On 2020/9/2 15:19, Matan Azrad wrote: > >>> > >>> Hi Chengchang > >>> > >>> From: Chengchang Tang > Hi, Matan > > O

Re: [dpdk-dev] [PATCH v3 37/37] doc: update quick build doc to remove make references

2020-09-06 Thread Thomas Monjalon
On Thu Sep 3, 2020 at 6:27 PM CEST, Ciara Power wrote: > Make is no longer supported for compiling DPDK, references are now > removed in the documentation. > > Signed-off-by: Ciara Power > Reviewed-by: Kevin Laatz > --- > doc/build-sdk-quick.txt | 55 - > 1

[dpdk-dev] [PATCH] net/ice/base: fix wrong outer ipv6 ptype table

2020-09-06 Thread Qi Zhang
ptype 264, 265, 266, 267, 275 is should not be set in ice_ptypes_ipv6_ofos_all. Fixes: 88824213be8a ("net/ice/base: enable RSS for PFCP/L2TP/ESP/AH") Cc: sta...@dpdk.org Signed-off-by: Qi Zhang --- drivers/net/ice/base/ice_flow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [dpdk-dev] [PATCH] net/vdev_netvsc: handle removal of associated pci device

2020-09-06 Thread Matan Azrad
Hi Stephen From: Stephen Hemminger: > The vdev_netvsc was not detecting when the associated PCI device > (SRIOV) was removed. Because of that it would keep feeding the same > (removed) device to failsafe PMD which would then unsuccessfully try and > probe for it. > > Change to use a mark/sweep me

Re: [dpdk-dev] [PATCH] net/vdev_netvsc: handle removal of associated pci device

2020-09-06 Thread Long Li
>Subject: [dpdk-dev] [PATCH] net/vdev_netvsc: handle removal of associated >pci device > >The vdev_netvsc was not detecting when the associated PCI device >(SRIOV) was removed. Because of that it would keep feeding the same >(removed) device to failsafe PMD which would then unsuccessfully try and >

Re: [dpdk-dev] [PATCH v3 16/37] drivers: remove references to make config options

2020-09-06 Thread Thomas Monjalon
On Thu Sep 3, 2020 at 6:26 PM CEST, Ciara Power wrote: > Make is no longer supported for compiling DPDK, references are now > removed in code comments. It should be squashed with the patch removing the config options. In general, I feel this patchset would benefit a bit more squashing.

Re: [dpdk-dev] [PATCH v3 14/37] devtools: remove use of make in scripts

2020-09-06 Thread Thomas Monjalon
On Thu Sep 3, 2020 at 6:26 PM CEST, Ciara Power wrote: > --- a/devtools/build-tags.sh > +++ b/devtools/build-tags.sh [...] > + echo "Examples of valid configs are: " > + echo "x86_64-native-linux-gcc, arm64-armv8a-linux-gcc, > ppc_64-power8-linux-gcc" Only arch and OS are used in this script. I wo

Re: [dpdk-dev] [PATCH v1 00/18] mlx5 Rx DevX/Verbs separation

2020-09-06 Thread Michael Baum
From: Thomas Monjalon: > 03/09/2020 22:59, Michael Baum: > > I think the names of the patches describe well enough and there is no > > need to add a description in the cover-letter. > > An introduction giving the general idea, explaining the reason for writing > these changes, is always appreci