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
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
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
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
> >>
> >> 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
>
> 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
>
> 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
>
> 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
>
> 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
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
>
> 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š
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
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
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
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
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
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
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
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 |
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(-)
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
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
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.
>
>
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_
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
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
26 matches
Mail list logo