Re: [dpdk-dev] [PATCH] net/mlx5: fix aging queue doorbell ringing

2020-11-08 Thread Raslan Darawsheh
Hi, > -Original Message- > From: dev On Behalf Of Dekel Peled > Sent: Tuesday, November 3, 2020 12:38 PM > To: Slava Ovsiienko ; Shahaf Shuler > ; Matan Azrad > Cc: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] net/mlx5: fix aging queue doorbell ringing > > Recent patch introduced a new SQ

Re: [dpdk-dev] [PATCH] net/mlx5: fix switch port id when representor in bonding

2020-11-08 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Bill Zhou > Sent: Wednesday, November 4, 2020 8:05 AM > To: Slava Ovsiienko ; Matan Azrad > > Cc: sta...@dpdk.org; dev@dpdk.org; Raslan Darawsheh > ; Bill Zhou > Subject: [PATCH] net/mlx5: fix switch port id when representor in bonding > > From: Bill Zh

Re: [dpdk-dev] [PATCH v4] net/mlx5: fix incorrect group value of sample suffix flow

2020-11-08 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Jiawei Wang > Sent: Wednesday, November 4, 2020 3:30 PM > To: Slava Ovsiienko ; Matan Azrad > ; Ori Kam > Cc: dev@dpdk.org; Raslan Darawsheh > Subject: [PATCH v4] net/mlx5: fix incorrect group value of sample suffix flow > > mlx5 PMD splited the samplin

Re: [dpdk-dev] [PATCH] mbuf: fix reset on mbuf free

2020-11-08 Thread Andrew Rybchenko
On 11/6/20 3:23 PM, Morten Brørup wrote: From: Ananyev, Konstantin [mailto:konstantin.anan...@intel.com] Sent: Friday, November 6, 2020 12:54 PM Hi Olivier, m->nb_seg must be reset on mbuf free whatever the value of m->next, because it can happen that m->nb_seg is != 1. For instance

Re: [dpdk-dev] [PATCH] mbuf: fix reset on mbuf free

2020-11-08 Thread Ananyev, Konstantin
> >> > >> Hi Olivier, > >> > >>> m->nb_seg must be reset on mbuf free > whatever > >> the > value > >> of m->next, > >>> because it can happen that m->nb_seg is > >> != > 1. > >> For > >> in

Re: [dpdk-dev] [PATCH v8 09/14] ci: switch to generic Arm builds

2020-11-08 Thread Honnappa Nagarahalli
> > Switch to generic build on arm Travis machines to avoid differences in build > configuration caused by different Arm hardware. > > Signed-off-by: Juraj Linkeš > --- > .ci/linux-build.sh | 4 > 1 file changed, 4 insertions(+) > > diff --git a/.ci/linux-build.sh b/.ci/linux-build.sh i

Re: [dpdk-dev] [PATCH v8 06/14] build: organize Arm config into dict

2020-11-08 Thread Honnappa Nagarahalli
> > Use dictionary lookup instead of checking for existing variables, iterating > over > all elements in the list or checking lists for optional configuration. Move > variable contents into the dictionary for variables that would be referenced > only once. > Fallback to generic part number if t

Re: [dpdk-dev] [PATCH v8 12/14] build: disable Arm drivers

2020-11-08 Thread Honnappa Nagarahalli
> > A few options that disabled drivers in the old makefiles were improperly > ported to the meson build system. Fix this by adding a to the list of disabled The fixes need to be separated into a different commit as they need to be backported. It would be good to get the fix patch as the first

Re: [dpdk-dev] [PATCH v8 13/14] build: disable libnuma in cross builds

2020-11-08 Thread Honnappa Nagarahalli
> > Some Arm SoCs are not NUMA systems. Add the capability to disable NUMA > for cross build and disabled NUMA in Arm cross files. > > Signed-off-by: Juraj Linkeš > --- > config/arm/arm64_armada_linux_gcc| 1 + > config/arm/arm64_armv8_linux_gcc | 1 + > config/arm/arm64_bluefield_l

Re: [dpdk-dev] [PATCH v1] gso: add VXLAN UDP GSO support

2020-11-08 Thread yang_y_yi
At 2020-11-06 12:09:16, "Jiayu Hu" wrote: >On Thu, Oct 29, 2020 at 02:47:43PM +0800, yang_y...@163.com wrote: >> From: Yi Yang >> >> Many NICs can't offload VXLAN UFO, so it is very important >> to do VXLAN UDP GSO by software to improve VM-to-VM UDP >> performance, especially for the case that

Re: [dpdk-dev] [PATCH v8 14/14] build: add Arm SoC meson option

2020-11-08 Thread Honnappa Nagarahalli
> > Add Arm SoC configuration to Arm meson.build and add a meson option to > enable those options for native builds. This is preferable to specifying a > cross > file when doing aarch64 -> aarch64 builds, since the cross file specifies the > toolchain as well. > > Signed-off-by: Juraj Linkeš

Re: [dpdk-dev] [PATCH v2] net/i40e: fix incorrect FDIR flex configuration

2020-11-08 Thread Zhou, JunX W
Tested-by: Zhou, Jun -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Chenxu Di Sent: Friday, November 6, 2020 2:47 PM To: dev@dpdk.org Cc: Xing, Beilei ; Guo, Jia ; Wang, Haiyue ; Di, ChenxuX ; sta...@dpdk.org Subject: [dpdk-dev] [PATCH v2] net/i40e: fix incorrec

Re: [dpdk-dev] [PATCH] vhost: fix virtqueue initialization

2020-11-08 Thread Jiang, YuX
Tested-by: JiangYuX Best Regards Jiang yu > -Original Message- > From: Maxime Coquelin [mailto:maxime.coque...@redhat.com] > Sent: Friday, November 6, 2020 10:48 PM > To: dev@dpdk.org; Xia, Chenbo ; > amore...@redhat.com > Cc: sta...@dpdk.org; Maxime Coquelin ; > Jiang, YuX > Su

Re: [dpdk-dev] [PATCH 1/1] mbuf: move pool pointer in first half

2020-11-08 Thread Jerin Jacob
On Sun, Nov 8, 2020 at 2:03 AM Thomas Monjalon wrote: > > 07/11/2020 20:05, Jerin Jacob: > > On Sun, Nov 8, 2020 at 12:09 AM Thomas Monjalon wrote: > > > 07/11/2020 18:12, Jerin Jacob: > > > > On Sat, Nov 7, 2020 at 10:04 PM Thomas Monjalon > > > > wrote: > > > > > > > > > > The mempool pointer

Re: [dpdk-dev] [PATCH] net/mlx5: fix the eCPRI common header endianness

2020-11-08 Thread Bing Zhao
Hi Ferruh, > -Original Message- > From: Ferruh Yigit > Sent: Saturday, November 7, 2020 1:41 AM > To: Bing Zhao ; Slava Ovsiienko > ; Matan Azrad > Cc: dev@dpdk.org; Ori Kam ; Raslan Darawsheh > ; sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] net/mlx5: fix the eCPRI common > header e

[dpdk-dev] [PATCH v6] net/ice: fix outer checksum on cvl unknown

2020-11-08 Thread Murphy Yang
Currently, driver does not support parse UDP outer checksum flag of tunneled packets. When execute 'csum set outer-udp hw 0' and 'csum parse-tunnel on 0' commands to enable hardware UDP outer checksum. This patch supports parse UDP outer checksum flag of tunneled packets. Fixes: dbf3c0e77a22 ("ne

[dpdk-dev] [PATCH v1] net/iavf: fix rxdid configure

2020-11-08 Thread Jeff Guo
When configure rx queue by virtchnnl, the rxdid should be configured only if the rx queue has been setting up. Fixes: 12b435bf8f2f ("net/iavf: support flex desc metadata extraction") Signed-off-by: Jeff Guo --- drivers/net/iavf/iavf_vchnl.c | 18 +++--- 1 file changed, 11 insertions

Re: [dpdk-dev] [PATCH] Made i40 header CPP compatible using extern "C". Library headers work directly in cpp code. Linking errors thrown due to the absence of this change in i40e pmd header does not h

2020-11-08 Thread Guo, Jia
Hi, Agarwal > -Original Message- > From: Prateek Agarwal > Sent: Saturday, November 7, 2020 5:01 PM > To: Guo, Jia > Cc: dev@dpdk.org; Prateek Agarwal > Subject: [PATCH] Made i40 header CPP compatible using extern "C". Library > headers work directly in cpp code. Linking errors thrown d

[dpdk-dev] [PATCH v2 1/2] net/iavf: fix reset VF doesn't notify PF to reset

2020-11-08 Thread Steve Yang
When VF closed, the VF should notify PF to close/reset relative resources from PF side. Fixes: 22b123a36d07 ("net/avf: initialize PMD") Signed-off-by: Steve Yang --- drivers/common/iavf/iavf_prototype.h | 1 + drivers/common/iavf/version.map | 1 + drivers/net/iavf/iavf_ethdev.c |

[dpdk-dev] [PATCH v2 2/2] net/iavf: fix the RSS error when VF port closed

2020-11-08 Thread Steve Yang
Check the VF RSS offload flag and ignore relative operation when iavf hash uninit to avoid reset/close error. Fixes: 7be10c3004be ("net/iavf: add RSS configuration for VF") Signed-off-by: Steve Yang --- drivers/net/iavf/iavf_hash.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-)

[dpdk-dev] [PATCH v2 0/2] net/iavf: backported bug fixes from i40evf to iavf

2020-11-08 Thread Steve Yang
When VF closed, the VF should notify PF to close/reset relative resources from PF side. Check the VF RSS offload flag and ignore relative operation when iavf hash uninit to avoid reset/close error. --- v2: * split to 2 patches; * added patch backport: commit 0eaa1f8c75 Steve Yang (2): net/ia

[dpdk-dev] [Bug 571] [dpdk-20.11]packet_capture: can't start pdump.

2020-11-08 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=571 Bug ID: 571 Summary: [dpdk-20.11]packet_capture: can't start pdump. Product: DPDK Version: 20.11 Hardware: All OS: Linux Status: UNCONFIRMED Severity: normal

Re: [dpdk-dev] [PATCH] net/txgbe: remove warning functions

2020-11-08 Thread Jiawen Wu
On Friday, November 6, 2020 8:39 PM, Ferruh Yigit wrote: > On 11/6/2020 2:10 AM, Jiawen Wu wrote: > > Remove rte_panic(), and use rte_atomic_thread_fence() instead of > > rte_smp_[r/w]mb. > > > > Signed-off-by: Jiawen Wu > > Reviewed-by: Ferruh Yigit Applied to > dpdk-next-net/main, thanks. > >

[dpdk-dev] [PATCH] net/txgbe: remove direct use of compiler attribute

2020-11-08 Thread Jiawen Wu
Remove direct use of compiler attribute. Signed-off-by: Jiawen Wu --- drivers/net/txgbe/base/txgbe_dummy.h | 2 +- drivers/net/txgbe/base/txgbe_osdep.h | 6 ++ 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/drivers/net/txgbe/base/txgbe_dummy.h b/drivers/net/txgbe/base/txgbe_

[dpdk-dev] [Bug 572] [aarch64] build failures in event/octeontx2 and mempool/octeontx2 with old gcc

2020-11-08 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=572 Bug ID: 572 Summary: [aarch64] build failures in event/octeontx2 and mempool/octeontx2 with old gcc Product: DPDK Version: 20.11 Hardware: All OS: All St

[dpdk-dev] [Bug 573] [dpdk-20.11]rss_to_rte_flow/set_key_keylen: create rule failed: Invalid argument.

2020-11-08 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=573 Bug ID: 573 Summary: [dpdk-20.11]rss_to_rte_flow/set_key_keylen: create rule failed: Invalid argument. Product: DPDK Version: 20.11 Hardware: All OS: Linux