Re: [dpdk-dev] [PATCH v2] app/testpmd: fix set Rx offloads RSS hash off

2021-11-07 Thread Wang, Jie1X
> -Original Message- > From: Yigit, Ferruh > Sent: Saturday, November 6, 2021 12:24 AM > To: Wang, Jie1X ; dev@dpdk.org > Cc: Zhang, Yuying ; Li, Xiaoyun > ; Yang, SteveX ; Guo, Junfeng > ; Zhang, Qi Z > Subject: Re: [dpdk-dev] [PATCH v2] app/testpmd: fix set Rx offloads RSS hash > off

Re: [dpdk-dev] [RFC] mempool: implement index-based per core cache

2021-11-07 Thread Morten Brørup
> From: Honnappa Nagarahalli [mailto:honnappa.nagaraha...@arm.com] > Sent: Monday, 8 November 2021 05.33 > > > > > > > Current mempool per core cache implementation is based on > > > > pointer > > > > For most architectures, each pointer consumes 64b Replace > it > > > >

Re: [dpdk-dev] [PATCH v2] eal/arm: remove CASP constraints for GCC

2021-11-07 Thread Ruifeng Wang
> -Original Message- > From: pbhagavat...@marvell.com > Sent: Friday, November 5, 2021 4:57 PM > To: Ruifeng Wang ; david.march...@redhat.com; > jer...@marvell.com > Cc: dev@dpdk.org; Pavan Nikhilesh > Subject: [dpdk-dev] [PATCH v2] eal/arm: remove CASP constraints for GCC > > From: Pava

[dpdk-dev] Questions about dpdk-kmods version release?

2021-11-07 Thread wangyunjian
Hi all, The igb_uio.ko is moved to the dpdk-kmods repository snice DPDK 20.11, but the dpdk-kmods does not currently have any stable version. Is there any release stable versions or LTS versions planned for dpdk-kmods to publish? Thanks, Yunjian

Re: [dpdk-dev] [PATCH v2] ethdev: fix one MAC address occupies two index in mac addrs

2021-11-07 Thread lihuisong (C)
在 2021/10/26 18:21, Ferruh Yigit 写道: On 10/22/2021 3:04 AM, lihuisong (C) wrote: 在 2021/10/21 16:30, Ferruh Yigit 写道: On 10/21/2021 3:05 AM, lihuisong (C) wrote: 在 2021/10/21 0:32, Ferruh Yigit 写道: On 10/20/2021 11:15 AM, Kevin Traynor wrote: On 20/10/2021 08:41, Ferruh Yigit wrote: On

Re: [dpdk-dev] [PATCH v1] config/arm: split aarch32 march

2021-11-07 Thread Ruifeng Wang
> -Original Message- > From: Juraj Linkeš > Sent: Friday, November 5, 2021 7:57 PM > To: tho...@monjalon.net; david.march...@redhat.com; > bruce.richard...@intel.com; Honnappa Nagarahalli > ; Ruifeng Wang > ; fengcheng...@huawei.com; > ferruh.yi...@intel.com; jerinjac...@gmail.com; jer...@

Re: [dpdk-dev] [RFC] mempool: implement index-based per core cache

2021-11-07 Thread Honnappa Nagarahalli
> > > Current mempool per core cache implementation is based on > > > pointer > > > For most architectures, each pointer consumes 64b Replace it > > > with > > > index-based implementation, where in each buffer is > > > addressed > > > by > > >

Re: [dpdk-dev] [EXT] [dpdk-dev v1] test/cryptodev: fix incomplete data length

2021-11-07 Thread Anoob Joseph
Hi Kai, Also, couple of nits. Please check inline. Thanks, Anoob > -Original Message- > From: dev On Behalf Of Anoob Joseph > Sent: Monday, November 8, 2021 9:36 AM > To: Kai Ji ; dev@dpdk.org; Akhil Goyal > > Cc: pablo.de.lara.gua...@intel.com; adamx.dybkow...@intel.com; > roy.fan.zh.

Re: [dpdk-dev] [EXT] [dpdk-dev v1] test/cryptodev: fix incomplete data length

2021-11-07 Thread Anoob Joseph
Hi Kai, Patch looks good. Wondering if we need same fix in functions such as " test_zuc_auth_cipher()". We were also hitting this issue when we enabled few additional features in Marvell PMDs. Upon investigation, we realized that this issue would come up for certain packet size combinations if

Re: [dpdk-dev] [PATCH v4 0/2] enable protocol agnostic flow offloading in RSS

2021-11-07 Thread Zhang, Qi Z
> -Original Message- > From: Xu, Ting > Sent: Friday, November 5, 2021 10:54 PM > To: Thomas Monjalon ; Zhang, Qi Z > > Cc: dev@dpdk.org; Yang, Qiming ; Guo, Junfeng > ; or...@nvidia.com; viachesl...@nvidia.com; > Yigit, Ferruh ; andrew.rybche...@oktetlabs.ru > Subject: RE: [dpdk-dev]

Re: [dpdk-dev] [PATCH v3 2/5] dma/cnxk: create and initialize dmadev on pci probe

2021-11-07 Thread Thomas Monjalon
03/11/2021 19:01, Radha Mohan Chintakuntla: > This patch creates and initializes a dmadev device on pci probe. > > Signed-off-by: Radha Mohan Chintakuntla Series applied with few small improvements in the doc, compilation and other more or less important details like the release notes. I think

[dpdk-dev] [PATCH] usertools/devbind: remove octeontx2 DMA device

2021-11-07 Thread Thomas Monjalon
The DMA raw driver for octeontx2 was removed in DPDK 21.11. The binding ability is also removed in the same release to be consistent. Fixes: a59745ebccf0 ("raw/octeontx2_dma: remove driver") Signed-off-by: Thomas Monjalon --- Is there a reason to keep it? --- usertools/dpdk-devbind.py | 6 ++-

[dpdk-dev] compilation time of cnxk event driver

2021-11-07 Thread Thomas Monjalon
Hi, It seems compilation time of drivers/event/cnxk is getting very long. Please could you look at it? Thanks

Re: [dpdk-dev] [PATCH v3 2/5] dma/cnxk: create and initialize dmadev on pci probe

2021-11-07 Thread Thomas Monjalon
03/11/2021 19:01, Radha Mohan Chintakuntla: > This patch creates and initializes a dmadev device on pci probe. > > Signed-off-by: Radha Mohan Chintakuntla > --- > MAINTAINERS| 6 ++ > doc/guides/dmadevs/cnxk.rst| 58 +++ > doc/guides/dmadevs/index.rst

Re: [dpdk-dev] [PATCH v2 0/6] dma: add hisilicon DMA driver

2021-11-07 Thread Thomas Monjalon
02/11/2021 13:37, Chengwen Feng: > This patch set add hisilicon DMA driver. > > Chengwen Feng (6): > dma/hisilicon: add device probe and remove functions > dma/hisilicon: add dmadev instances create and destroy > dma/hisilicon: add control path functions > dma/hisilicon: add data path func

Re: [dpdk-dev] [PATCH] sched: fix build with debug enabled

2021-11-07 Thread Thomas Monjalon
07/11/2021 17:30, Ali Alnubani: > Compare pkt_len to 0 instead of NULL to avoid the following build > failure with debug mode enabled: > ../lib/sched/rte_pie.h: In function 'rte_pie_enqueue_empty': > ../lib/sched/rte_pie.h:125:21: error: comparison between pointer > and integer [-Werror] > RT

Re: [dpdk-dev] [PATCH V2] crypto/mlx5: support BF2 and ConnectX6-DX devices

2021-11-07 Thread Thomas Monjalon
07/11/2021 18:29, Raja Zidane: > --- a/doc/guides/rel_notes/release_21_11.rst > +++ b/doc/guides/rel_notes/release_21_11.rst > @@ -401,6 +401,10 @@ New Features >overruns in C/C++ programs, and other similar errors, as well as >printing out detailed debug information whenever an error is de

Re: [dpdk-dev] [PATCH v2 1/6] dma/hisilicon: add device probe and remove functions

2021-11-07 Thread Thomas Monjalon
02/11/2021 13:37, Chengwen Feng: > --- a/MAINTAINERS > +++ b/MAINTAINERS > +Hisilicon DMA > +M: Chengwen Feng > +F: drivers/dma/hisilicon Final slash is missing (and it is mandatory for the parsing). > --- a/doc/guides/dmadevs/index.rst > +++ b/doc/guides/dmadevs/index.rst > @@ -13,3 +13,4 @@ an

Re: [dpdk-dev] [PATCH] app: fix testpmd dependency on jansson

2021-11-07 Thread Thomas Monjalon
Strictly speaking, the jansson dependency is already described, so the fix is more about fixing the linking in general. That's why I chose this title: "app: fix external dependency linking" > > ext_deps is not used in app/meson.build. > > testpmd currently can be linked because metrics > > library

Re: [dpdk-dev] [PATCH 0/6] mlx5: some UAR fixes

2021-11-07 Thread Thomas Monjalon
> Michael Baum (6): > crypto/mlx5: fix invalid memory access in probing > common/mlx5: fix redundant code in UAR allocation > common/mlx5: fix UAR allocation diagnostics messages > common/mlx5: fix doorbell mapping configuration > net/mlx5: remove duplicated reference of the TxQ doorbell

Re: [dpdk-dev] [PATCH 0/3] mlx5: fix performance degradation

2021-11-07 Thread Thomas Monjalon
> Michael Baum (3): > common/mlx5: fix MR search non inline function > common/mlx5: fix redundant parameter in search MR function > common/mlx5: make MR managmant port-agnostic for MP Applied, thanks. Please take care of retest because rebase after "shared Rx queue" feature was not obvious.

Re: [dpdk-dev] [PATCH 0/2] net/bonding: fix dedicated queues flow rule issue

2021-11-07 Thread Havlík Martin
Dne 2021-10-27 11:55, Ferruh Yigit napsal: On 10/5/2021 6:16 PM, Martin Havlik wrote: This patchset stems from [1]. Not all PMDs allow RTE flow rule creation before device start. Introduced capability marks the ones that allow it. The capability is then used to fix flow rule creation for dedica

[dpdk-dev] [Bug 878] lib/sched build failure with debug and assert enabled

2021-11-07 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=878 Bug ID: 878 Summary: lib/sched build failure with debug and assert enabled Product: DPDK Version: 21.11 Hardware: All OS: All Status: UNCONFIRMED Severity: normal