[dpdk-dev] [PATCH] maintainers: fix missing title for examples

2020-10-06 Thread Olivier Matz
The devtools/get-maintainer.sh script does not work with examples because there is no title line between them: it returns a longer list than expected. Add the missing titles for each example to fix this behavior. Signed-off-by: Olivier Matz --- MAINTAINERS | 17 + 1 file changed

[dpdk-dev] [PATCH 1/2] mempool: remove v20 ABI

2020-10-06 Thread Olivier Matz
Remove the deprecated v20 ABI of rte_mempool_populate_iova() and rte_mempool_populate_virt(). Signed-off-by: Olivier Matz --- lib/librte_mempool/meson.build | 2 - lib/librte_mempool/rte_mempool.c | 79 ++ lib/librte_mempool/rte_mempool_version.map | 7

[dpdk-dev] [PATCH 2/2] mempool: remove experimental tags

2020-10-06 Thread Olivier Matz
Move symbols introduced in version <= 19.11 in the stable ABI. Signed-off-by: Olivier Matz --- lib/librte_mempool/rte_mempool.h | 32 -- lib/librte_mempool/rte_mempool_version.map | 12 +++- 2 files changed, 4 insertions(+), 40 deletions(-) diff --git a/lib/lib

[dpdk-dev] [PATCH v2] mbuf: extend meaning of QinQ stripped bit

2020-10-06 Thread Olivier Matz
From: Somnath Kotur Clarify the documentation of QinQ flags, and extend the meaning of the flag: if PKT_RX_QINQ_STRIPPED is set and PKT_RX_VLAN_STRIPPED is unset, only the outer VLAN is removed from packet data, but both tci are saved in mbuf->vlan_tci (inner) and mbuf->vlan_tci_outer (outer). S

Re: [dpdk-dev] [PATCH v2 0/3] simplify unit-testing of rawdevs

2020-10-06 Thread Thomas Monjalon
> At present the "rawdev_autotest" command creates a skeleton rawdev and runs > a series of tests on the rawdev API and on that rawdev. While the rawdev > API set includes a "selftest" function, it is not hooked up to this test so > to test an individual rawdev driver, e.g. ioat, requires that a ne

Re: [dpdk-dev] [PATCH] net/vhost: fix xstats wrong after clearing stats

2020-10-06 Thread Maxime Coquelin
On 10/5/20 7:43 PM, David Christensen wrote: > > > On 9/23/20 1:07 AM, Maxime Coquelin wrote: >> Hi David, >> >> Could you please post a v2 with Chenbo's comments taken into account? > > Sorry, been out of the office for a bit but now working through my > backlog. I did make the change but di

[dpdk-dev] [PATCH 3/3] examples/fips_validation: support self-test only

2020-10-06 Thread Olivier Matz
Make it possible to pass the self-tests when no req path is set. Signed-off-by: Olivier Matz --- examples/fips_validation/main.c | 22 -- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/examples/fips_validation/main.c b/examples/fips_validation/main.c index 0a1

[dpdk-dev] [PATCH 2/3] examples/fips_validation: ignore \r in input files

2020-10-06 Thread Olivier Matz
Some test vectors contain '\r' before '\n' (see link). Ignore them. Link: https://www.openssl.org/docs/fips/testvectors-linux-2007-10-10.tar.gz Fixes: 3d0fad56b74a ("examples/fips_validation: add crypto FIPS application") Cc: sta...@dpdk.org Signed-off-by: Olivier Matz --- examples/fips_validat

[dpdk-dev] [PATCH 1/3] examples/fips_validation: fix buffer overflow

2020-10-06 Thread Olivier Matz
If the file name is larger than MAX_STRING_SIZE (64), strcpy() will overwrite the content of memory. Replace strcpy() by rte_strscpy(), check its return value, and increase file_name size to 256. Fixes: 3d0fad56b74a ("examples/fips_validation: add crypto FIPS application") Cc: sta...@dpdk.org Si

[dpdk-dev] [PATCH 0/3] examples/fips_validation: misc fixes

2020-10-06 Thread Olivier Matz
Seen while trying to test this example: the first two patches are fixes (buffer overflow and an incorrect parsing). The last one makes it possible to only run the self test, without passing a req file. Olivier Matz (3): examples/fips_validation: fix buffer overflow examples/fips_validation: ig

Re: [dpdk-dev] [PATCH] examples/vm_power: fix 32-bit build

2020-10-06 Thread Thomas Monjalon
05/10/2020 19:02, Ferruh Yigit: > Compiler version: > gcc 10.2.1 "cc (GCC) 10.2.1 20200723 (Red Hat 10.2.1-1)" > > Build error: > ../examples/vm_power_manager/guest_cli/vm_power_cli_guest.c:346:23: > warning: format ‘%ld’ expects argument of type ‘long int’, but > argument 4 has type ‘uint6

Re: [dpdk-dev] [PATCH] examples/vm_power: fix 32-bit build

2020-10-06 Thread David Marchand
On Mon, Oct 5, 2020 at 8:57 PM Ferruh Yigit wrote: > > Compiler version: > gcc 10.2.1 "cc (GCC) 10.2.1 20200723 (Red Hat 10.2.1-1)" > > Build error: > ../examples/vm_power_manager/guest_cli/vm_power_cli_guest.c:346:23: > warning: format ‘%ld’ expects argument of type ‘long int’, but > arg

Re: [dpdk-dev] [dpdk-dev v2 1/2] vhost: add backend type in driver start

2020-10-06 Thread Maxime Coquelin
Hi Fan, On 10/2/20 5:36 PM, Fan Zhang wrote: > This patch adds an internal driver start function with a newly > added backend type identifier as parameter. With this way > different built-in driver types (net, crypto) can be identified. > > Signed-off-by: Fan Zhang > --- > lib/librte_vhost/sock

Re: [dpdk-dev] [PATCH v1] event/sw: performance improvements

2020-10-06 Thread Van Haaren, Harry
> -Original Message- > From: Jerin Jacob > Sent: Monday, October 5, 2020 5:35 PM > To: Nicolau, Radu > Cc: Honnappa Nagarahalli ; Richardson, Bruce > ; Ananyev, Konstantin > ; Van Haaren, Harry > ; dev@dpdk.org; jer...@marvell.com; nd > > Subject: Re: [dpdk-dev] [PATCH v1] event/sw: perf

Re: [dpdk-dev] [PATCH] eal/windows: export all built functions for clang

2020-10-06 Thread Tal Shnaiderman
> Subject: Re: [dpdk-dev] [PATCH] eal/windows: export all built functions for > clang > > External email: Use caution opening links or attachments > > > > From: Ranjit Menon > > Subject: Re: [PATCH] eal/windows: export all built functions for clang > > > > Hi Tal, > > > > On 10/2/2020 12:18 PM,

Re: [dpdk-dev] [PATCH] maintainers: fix missing title for examples

2020-10-06 Thread Thomas Monjalon
> The devtools/get-maintainer.sh script does not work with examples > because there is no title line between them: it returns a longer list > than expected. > > Add the missing titles for each example to fix this behavior. > > Signed-off-by: Olivier Matz Applied, thanks (reworded VMDQ to VMDq)

Re: [dpdk-dev] [dpdk-dev v2 2/2] vhost/crypto: fix feature negotiation

2020-10-06 Thread Maxime Coquelin
On 10/2/20 5:36 PM, Fan Zhang wrote: > This patch fixes the feature negotiation for vhost crypto during > initialization. The patch uses the newly created driver start > function to inform the driver type with the fixed vhost features. > In addtion the patch provides a new API specifically used

Re: [dpdk-dev] [PATCH v2] net: calculate checksums for packets with IPv4 options

2020-10-06 Thread Olivier Matz
On Mon, Oct 05, 2020 at 07:39:45PM -0700, Stephen Hemminger wrote: > On Tue, 06 Oct 2020 00:55:19 +0200 > Thomas Monjalon wrote: > > > > On 9/1/20 12:47 PM, Michael Pfeiffer wrote: > > > Currently, rte_ipv4_cksum() and rte_ipv4_udptcp_cksum() assume all IPv4 > > > headers have sizeof(struct rte_ip

Re: [dpdk-dev] [PATCH v2 1/2] eventdev: eventdev: express DLB/DLB2 PMD constraints

2020-10-06 Thread Van Haaren, Harry
> -Original Message- > From: McDaniel, Timothy > Sent: Monday, October 5, 2020 9:28 PM > To: Hemant Agrawal ; Nipun Gupta > ; Mattias Rönnblom ; > Jerin Jacob ; Pavan Nikhilesh ; > Ma, Liang J ; Mccarthy, Peter > ; > Van Haaren, Harry ; Rao, Nikhil > ; Ray Kinsella ; Neil Horman > > Cc:

Re: [dpdk-dev] [PATCH 1/2] mempool: remove v20 ABI

2020-10-06 Thread Bruce Richardson
On Tue, Oct 06, 2020 at 09:07:49AM +0200, Olivier Matz wrote: > Remove the deprecated v20 ABI of rte_mempool_populate_iova() and > rte_mempool_populate_virt(). > > Signed-off-by: Olivier Matz > --- > lib/librte_mempool/meson.build | 2 - > lib/librte_mempool/rte_mempool.c

Re: [dpdk-dev] [PATCH v2 2/2] eventdev: update app and examples for new eventdev ABI

2020-10-06 Thread Van Haaren, Harry
> -Original Message- > From: McDaniel, Timothy > Sent: Monday, October 5, 2020 9:28 PM > To: Jerin Jacob ; Van Haaren, Harry > ; Kovacevic, Marko ; > Ori Kam ; Richardson, Bruce > ; Nicolau, Radu ; Akhil > Goyal ; Kantecki, Tomasz ; > Sunil Kumar Kori ; Pavan Nikhilesh > > Cc: dev@dpdk.or

Re: [dpdk-dev] [PATCH] build: support i686 target on x86 64-bit hosts

2020-10-06 Thread Thomas Monjalon
25/09/2020 15:27, Lance Richardson: > Bruce Richardson wrote: > > On Thu, Sep 24, 2020 at 12:37:42PM -0400, Lance Richardson wrote: > > > Add meson cross files for building i686 targets using gcc on x86_64 > > > linux hosts. > > > > > > Uusage example: > > > > > > meson --cross-file config/x86/

Re: [dpdk-dev] [dpdk-techboard] [PATCH V5 1/2] dpdk: resolve compiling errors for per-queue stats

2020-10-06 Thread Olivier Matz
Hi, On Mon, Oct 05, 2020 at 01:23:08PM +0100, Ferruh Yigit wrote: > On 9/28/2020 4:43 PM, Stephen Hemminger wrote: > > On Mon, 28 Sep 2020 17:24:26 +0200 > > Thomas Monjalon wrote: > > > > > 28/09/2020 15:53, Ferruh Yigit: > > > > On 9/28/2020 10:16 AM, Thomas Monjalon wrote: > > > > > 28/09/202

Re: [dpdk-dev] [dpdk-dev v2 2/2] vhost/crypto: fix feature negotiation

2020-10-06 Thread Zhang, Roy Fan
Hi Maxime, Thanks I will verify it after you applied the patch. Regards, Fan > -Original Message- > From: Maxime Coquelin > Sent: Tuesday, October 6, 2020 9:10 AM > To: Zhang, Roy Fan ; dev@dpdk.org > Cc: Xia, Chenbo ; Liu, Changpeng > ; Yigit, Ferruh ; > sta...@dpdk.org > Subject: Re:

Re: [dpdk-dev] [PATCH 1/1] eal: increase TRACE CTF SIZE to recommended size

2020-10-06 Thread David Marchand
On Mon, Oct 5, 2020 at 10:16 PM Timothy McDaniel wrote: > > Increase TRACE_CTF_FIELD_SIZE to 448, the recommended size. Repeating the same sentence in the title and the commitlog does not give much info. Plus, what is this "recommendation"? > Fixes "CTF field is too long" error when running wi

[dpdk-dev] [PATCH] net/mlx5: disable flow dump for Verbs flow

2020-10-06 Thread Viacheslav Ovsiienko
From: Slava Ovsiienko -Original Message- From: Slava Ovsiienko Sent: Sunday, October 4, 2020 19:56 To: Xueming Li ; Matan Azrad Cc: dev@dpdk.org; Asaf Penso ; Xueming(Steven) Li ; sta...@dpdk.org Subject: RE: [PATCH] net/mlx5: disable flow dump for Verbs flow > -Original Message--

Re: [dpdk-dev] [PATCH 2/3] examples/fips_validation: ignore \r in input files

2020-10-06 Thread Zhang, Roy Fan
Hi Olivier, The patch looks ok but the test file link you provided in the patch is CAVS 5.3. As mentioned in https://doc.dpdk.org/guides/sample_app_ug/fips_validation.html, the supported CAVS supported version is 21.0 (not latest one by newer than 5.3). In CAVS 21.0 test files there is no '\r'

Re: [dpdk-dev] [PATCH 1/3] examples/fips_validation: fix buffer overflow

2020-10-06 Thread Zhang, Roy Fan
> -Original Message- > From: Olivier Matz > Sent: Tuesday, October 6, 2020 8:42 AM > To: dev@dpdk.org > Cc: Kovacevic, Marko ; Akhil Goyal > ; Zhang, Roy Fan ; Kusztal, > ArkadiuszX ; sta...@dpdk.org > Subject: [PATCH 1/3] examples/fips_validation: fix buffer overflow > > If the file n

Re: [dpdk-dev] [PATCH 0/4] remove experimental tags from APIs

2020-10-06 Thread David Marchand
On Fri, Sep 11, 2020 at 7:46 AM Joyce Kong wrote: > > Experimental tags can be removed from APIs in module: ticket lock, > MCS lock, pause (wait until equal APIs), and RCU (except for defer > queue APIs) as they have been aroud four releases. > > Joyce Kong (4): > eal/ticketlock: remove experime

Re: [dpdk-dev] [PATCH 3/3] examples/fips_validation: support self-test only

2020-10-06 Thread Zhang, Roy Fan
> -Original Message- > From: Olivier Matz > Sent: Tuesday, October 6, 2020 8:42 AM > To: dev@dpdk.org > Cc: Kovacevic, Marko ; Akhil Goyal > ; Zhang, Roy Fan ; Kusztal, > ArkadiuszX > Subject: [PATCH 3/3] examples/fips_validation: support self-test only > > Make it possible to pass the s

Re: [dpdk-dev] [dpdk-dev v2 1/2] vhost: add backend type in driver start

2020-10-06 Thread Zhang, Roy Fan
Hi Maxime, I think you are right :-) Regards, Fan > -Original Message- > From: Maxime Coquelin > Sent: Tuesday, October 6, 2020 8:54 AM > To: Zhang, Roy Fan ; dev@dpdk.org > Cc: Xia, Chenbo ; Liu, Changpeng > ; Yigit, Ferruh ; > sta...@dpdk.org > Subject: Re: [dpdk-dev v2 1/2] vhost: ad

Re: [dpdk-dev] [PATCH v1] bus/fslmc: fix dpio close

2020-10-06 Thread Thomas Monjalon
06/08/2020 16:32, Sachin Saxena (OSS): > On 28-Jul-20 9:54 PM, rohit@nxp.com wrote: > > From: Rohit Raj > > > > The current state of the DPIO object should be checked > > before trying to close/disable the object. > > > > Fixes: 293c0ca94c36 ("bus/fslmc: support memory backed portals with QBMA

Re: [dpdk-dev] [PATCH] net/memif: use abstract socket address

2020-10-06 Thread Ferruh Yigit
On 10/5/2020 7:17 PM, Stephen Hemminger wrote: On Mon, 5 Oct 2020 14:09:20 +0100 Ferruh Yigit wrote: On 10/5/2020 1:39 PM, Jakub Grajciar wrote: Abstract socket address has no connection with filesystem pathnames and the socket dissapears once all open references are closed. Memif pmd will u

Re: [dpdk-dev] [DPDK_KMODS v3] linux/igb_uio: add Makefile to build the kernel module

2020-10-06 Thread Ferruh Yigit
On 10/5/2020 6:57 PM, Hariprasad Govindharajan wrote: With DPDK 20.11 release, the igb_uio module is no more part of DPDK. There are use cases where this module is required, for example while testing the virtual ports in OvS, the virtual ports are bound to igb_uio module inside a VM. So, this pat

Re: [dpdk-dev] [EXT] Re: [PATCH 1/1] eal: increase TRACE CTF SIZE to recommended size

2020-10-06 Thread Sunil Kumar Kori
Regards Sunil Kumar Kori >-Original Message- >From: David Marchand >Sent: Tuesday, October 6, 2020 2:15 PM >To: Timothy McDaniel >Cc: Jerin Jacob Kollanukkaran ; Sunil Kumar Kori >; dev ; Erik Gabriel Carrillo >; Gage Eads ; Van Haaren >Harry >Subject: [EXT] Re: [dpdk-dev] [PATCH 1/1]

Re: [dpdk-dev] [PATCH v2] regex/mlx5: add dynamic memory registration to datapath

2020-10-06 Thread Yuval Avnery
Fixed in version 3 From: Thomas Monjalon Sent: Sunday, October 4, 2020 10:38 PM To: Yuval Avnery Cc: Ori Kam ; dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2] regex/mlx5: add dynamic memory registration to datapath Hi Yuval, > From: Yuval Avnery > > Currently

Re: [dpdk-dev] [PATCH v3 01/18] eal: add max SIMD bitwidth

2020-10-06 Thread Olivier Matz
Hi Ciara, Please find some comments below. On Wed, Sep 30, 2020 at 02:03:57PM +0100, Ciara Power wrote: > 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 va

Re: [dpdk-dev] [EXT] Re: [PATCH 1/1] eal: increase TRACE CTF SIZE to recommended size

2020-10-06 Thread David Marchand
On Tue, Oct 6, 2020 at 11:22 AM Sunil Kumar Kori wrote: > >On Mon, Oct 5, 2020 at 10:16 PM Timothy McDaniel > > wrote: > >> > >> Increase TRACE_CTF_FIELD_SIZE to 448, the recommended size. > > > >Repeating the same sentence in the title and the commitlog does not give > >much info. > > > >Plus, wh

[dpdk-dev] [PATCH v1] crypto/aesni_mb: fix incorrect clearing of security session

2020-10-06 Thread David Coyle
When destroying a security session, the AESNI-MB PMD attempted to clear the private aesni_mb session object to remove any key material. However, the function aesni_mb_pmd_sec_sess_destroy() cleared the security session object instead of the private session object. This patch fixes this issue by no

Re: [dpdk-dev] [PATCH v4 3/3] ethdev: allow close function to return an error

2020-10-06 Thread Ferruh Yigit
On 10/5/2020 6:08 PM, Thomas Monjalon wrote: The API function rte_eth_dev_close() was returning void. The return type is changed to int for notifying of errors. If an error happens during a close operation, the status of the port is undefined, a maximum of resources having been freed. Signed-of

Re: [dpdk-dev] [PATCH v2] net: calculate checksums for packets with IPv4 options

2020-10-06 Thread Michael Pfeiffer
Hi, On Tue, 2020-10-06 at 10:10 +0200, Olivier Matz wrote: > On Mon, Oct 05, 2020 at 07:39:45PM -0700, Stephen Hemminger wrote: > > On Tue, 06 Oct 2020 00:55:19 +0200 > > Thomas Monjalon wrote: > > > > > > On 9/1/20 12:47 PM, Michael Pfeiffer wrote: > > > > Currently, rte_ipv4_cksum() and rte_ip

Re: [dpdk-dev] [PATCH 1/2] mempool: remove v20 ABI

2020-10-06 Thread David Marchand
On Tue, Oct 6, 2020 at 9:08 AM Olivier Matz wrote: > > Remove the deprecated v20 ABI of rte_mempool_populate_iova() and > rte_mempool_populate_virt(). > > Signed-off-by: Olivier Matz > --- > lib/librte_mempool/meson.build | 2 - > lib/librte_mempool/rte_mempool.c | 79 ++--

Re: [dpdk-dev] [PATCH v3 17/18] net: add checks for max SIMD bitwidth

2020-10-06 Thread Olivier Matz
Hi, On Wed, Sep 30, 2020 at 02:04:13PM +0100, Ciara Power wrote: > When choosing a vector path to take, an extra condition must be > satisfied to ensure the max SIMD bitwidth allows for the CPU enabled > path. > > The vector path was initially chosen in RTE_INIT, however this is no > longer suita

Re: [dpdk-dev] [EXT] Re: [PATCH 1/1] eal: increase TRACE CTF SIZE to recommended size

2020-10-06 Thread Jerin Jacob
On Tue, Oct 6, 2020 at 3:10 PM David Marchand wrote: > > On Tue, Oct 6, 2020 at 11:22 AM Sunil Kumar Kori wrote: > > >On Mon, Oct 5, 2020 at 10:16 PM Timothy McDaniel > > > wrote: > > >> > > >> Increase TRACE_CTF_FIELD_SIZE to 448, the recommended size. > > > > > >Repeating the same sentence in t

Re: [dpdk-dev] [PATCH v3 17/18] net: add checks for max SIMD bitwidth

2020-10-06 Thread Olivier Matz
Hi, On Thu, Oct 01, 2020 at 02:19:37PM +, Power, Ciara wrote: > Hi David, > > Thanks for reviewing, > > >-Original Message- > >From: Coyle, David > >Sent: Thursday 1 October 2020 15:17 > >To: Singh, Jasvinder ; Power, Ciara > >; dev@dpdk.org > >Cc: Power, Ciara ; Olivier Matz > >;

[dpdk-dev] [PATCH 0/2] baseband: fix segfault in Intel drivers

2020-10-06 Thread Maxime Coquelin
This series fixes segfaults in fpga_5gnr_fec and fpga_lte_fec drivers when bbdev debug is enabled. Maxime Coquelin (2): baseband/fpga_5gnr_fec: fix segfaults with debug baseband/fpga_lte_fec: fix segfaults with debug drivers/baseband/fpga_5gnr_fec/rte_fpga_5gnr_fec.c | 4 ++-- drivers/baseba

[dpdk-dev] [PATCH 1/2] baseband/fpga_5gnr_fec: fix segfaults with debug

2020-10-06 Thread Maxime Coquelin
When RTE_LIBRTE_BBDEV_DEBUG is enabled, rte_device's driver pointer is dereferenced twice in fpga_5gnr_fec's probe callback. It causes a segmentation fault because this pointer is only assigned after probe callback call. This patch makes use of rte_pci_driver pointer instead. Fixes: 0b5927cbcba7

[dpdk-dev] [PATCH 2/2] baseband/fpga_lte_fec: fix segfaults with debug

2020-10-06 Thread Maxime Coquelin
When RTE_LIBRTE_BBDEV_DEBUG is enabled, rte_device's driver pointer is dereferenced twice in fpga_lte_fec's probe callback. It causes a segmentation fault because this pointer is only assigned after probe callback call. This patch makes use of rte_pci_driver pointer instead Fixes: efd453698c49 ("

Re: [dpdk-dev] [PATCH 2/3] examples/fips_validation: ignore \r in input files

2020-10-06 Thread Olivier Matz
Hi Fan, On Tue, Oct 06, 2020 at 08:47:10AM +, Zhang, Roy Fan wrote: > Hi Olivier, > > > -Original Message- > > From: Olivier Matz > > Sent: Tuesday, October 6, 2020 8:42 AM > > To: dev@dpdk.org > > Cc: Kovacevic, Marko ; Akhil Goyal > > ; Zhang, Roy Fan ; Kusztal, > > ArkadiuszX ; sta

Re: [dpdk-dev] [PATCH v1] event/sw: performance improvements

2020-10-06 Thread Ananyev, Konstantin
> > > -Original Message- > > From: Jerin Jacob > > Sent: Monday, October 5, 2020 5:35 PM > > To: Nicolau, Radu > > Cc: Honnappa Nagarahalli ; Richardson, Bruce > > ; Ananyev, Konstantin > > ; Van Haaren, Harry > > ; dev@dpdk.org; jer...@marvell.com; nd > > > > Subject: Re: [dpdk-dev] [

Re: [dpdk-dev] [PATCH v4] kernel/linux: remove igb_uio

2020-10-06 Thread Ferruh Yigit
On 10/5/2020 10:42 AM, Thomas Monjalon wrote: As decided in the Technical Board in November 2019, the kernel module igb_uio is moved to the dpdk-kmods repository in the /linux/igb_uio/ directory. Minutes of Technical Board meeting: https://mails.dpdk.org/archives/dev/2019-November/151763.html S

Re: [dpdk-dev] [PATCH v2 2/3] test/event_crypto_adapter: fix function arguments

2020-10-06 Thread Gujjar, Abhinandan S
Hi Ankur, Overall, it looks good. You have missed out fixing caps args in one place line #299 of test_sessionless_with_op_forward_mode(). > -Original Message- > From: Ankur Dwivedi > Sent: Friday, September 25, 2020 12:59 PM > To: dev@dpdk.org > Cc: Gujjar, Abhinandan S ; > jer...@marv

Re: [dpdk-dev] [PATCH v2 3/3] test/event_crypto_adapter: free resources during exit

2020-10-06 Thread Gujjar, Abhinandan S
Hi Ankur, Please see comment below. > -Original Message- > From: Ankur Dwivedi > Sent: Friday, September 25, 2020 12:59 PM > To: dev@dpdk.org > Cc: Gujjar, Abhinandan S ; > jer...@marvell.com; ano...@marvell.com; Ankur Dwivedi > > Subject: [PATCH v2 3/3] test/event_crypto_adapter: free

Re: [dpdk-dev] [PATCH v3 01/10] ethdev: add flow shared action API

2020-10-06 Thread Andrey Vesnovaty
Hi Ori, PSB Thanks, Andrey > -Original Message- > From: Ori Kam > Sent: Sunday, October 4, 2020 2:10 PM > To: Andrey Vesnovaty ; dev@dpdk.org > Cc: j...@marvell.com; jerinjac...@gmail.com; NBU-Contact-Thomas Monjalon > ; ferruh.yi...@intel.com; > step...@networkplumber.org; bruce.richar

Re: [dpdk-dev] [PATCH] test/event_crypto_adapter: fix conf issue

2020-10-06 Thread Gujjar, Abhinandan S
Hi Akhil, If the patch is ok, could you please ack it? Regards Abhinandan > -Original Message- > From: Gujjar, Abhinandan S > Sent: Wednesday, September 23, 2020 12:41 PM > To: Akhil Goyal ; dev@dpdk.org; jer...@marvell.com > Cc: Vangati, Narender > Subject: RE: [dpdk-dev] [PATCH] test/

Re: [dpdk-dev] [PATCH v3 02/10] ethdev: add conf arg to shared action icreate API

2020-10-06 Thread Andrey Vesnovaty
PSB > -Original Message- > From: Ori Kam > Sent: Sunday, October 4, 2020 2:11 PM > To: Andrey Vesnovaty ; dev@dpdk.org > Cc: j...@marvell.com; jerinjac...@gmail.com; NBU-Contact-Thomas Monjalon > ; ferruh.yi...@intel.com; > step...@networkplumber.org; bruce.richard...@intel.com; Slava Ovsi

Re: [dpdk-dev] [PATCH v3 00/10] RTE flow shared action

2020-10-06 Thread Andrey Vesnovaty
PSB > -Original Message- > From: Ori Kam > Sent: Sunday, October 4, 2020 2:14 PM > To: Andrey Vesnovaty ; dev@dpdk.org > Cc: j...@marvell.com; jerinjac...@gmail.com; NBU-Contact-Thomas Monjalon > ; ferruh.yi...@intel.com; > step...@networkplumber.org; bruce.richard...@intel.com; Slava Ovsi

Re: [dpdk-dev] [PATCH v2 3/3] test/event_crypto_adapter: free resources during exit

2020-10-06 Thread Gujjar, Abhinandan S
> -Original Message- > From: Gujjar, Abhinandan S > Sent: Tuesday, October 6, 2020 3:52 PM > To: 'Ankur Dwivedi' ; dev@dpdk.org > Cc: jer...@marvell.com; ano...@marvell.com > Subject: RE: [PATCH v2 3/3] test/event_crypto_adapter: free resources > during exit > > Hi Ankur, > > Please se

Re: [dpdk-dev] [PATCH v3 09/10] examples/flow_filtering: utilize shared RSS action

2020-10-06 Thread Andrey Vesnovaty
Hi Ori, PSB Thanks, Andrey > -Original Message- > From: Ori Kam > Sent: Sunday, October 4, 2020 2:22 PM > To: Andrey Vesnovaty ; dev@dpdk.org > Cc: j...@marvell.com; jerinjac...@gmail.com; NBU-Contact-Thomas Monjalon > ; ferruh.yi...@intel.com; > step...@networkplumber.org; bruce.richar

Re: [dpdk-dev] [PATCH v3 10/10] app/testpmd: support shared action

2020-10-06 Thread Andrey Vesnovaty
Hi Ori. testpmd documentation will be added in v4. Thanks, Andrey > -Original Message- > From: Ori Kam > Sent: Sunday, October 4, 2020 3:05 PM > To: Ori Kam ; Andrey Vesnovaty ; > dev@dpdk.org > Cc: j...@marvell.com; jerinjac...@gmail.com; NBU-Contact-Thomas Monjalon > ; ferruh.yi...@in

Re: [dpdk-dev] [PATCH 1/3 v2] ethdev: add rx offload to drop error packets

2020-10-06 Thread Nipun Gupta
> -Original Message- > From: Jerin Jacob > Sent: Monday, October 5, 2020 9:40 PM > To: Stephen Hemminger > Cc: Nipun Gupta ; dpdk-dev ; Thomas > Monjalon ; Ferruh Yigit ; > Andrew Rybchenko ; Hemant Agrawal > ; Sachin Saxena ; Rohit > Raj > Subject: Re: [dpdk-dev] [PATCH 1/3 v2] ethdev

[dpdk-dev] [PATCH] crypto/aesni_mb: support AES-CCM-256

2020-10-06 Thread Pablo de Lara
This patch adds support for AES-CCM-256 when using AESNI-MB Signed-off-by: Pablo de Lara --- doc/guides/cryptodevs/features/aesni_mb.ini| 1 + doc/guides/rel_notes/release_20_11.rst | 4 drivers/crypto/aesni_mb/rte_aesni_mb_pmd_ops.c | 5 + 3 files changed, 10 insertions(+)

Re: [dpdk-dev] [PATCH v4] kernel/linux: remove igb_uio

2020-10-06 Thread Thomas Monjalon
06/10/2020 12:16, Ferruh Yigit: > On 10/5/2020 10:42 AM, Thomas Monjalon wrote: > > As decided in the Technical Board in November 2019, > > the kernel module igb_uio is moved to the dpdk-kmods repository > > in the /linux/igb_uio/ directory. [...] > Patch doesn't apply cleanly, not sure why, CI se

Re: [dpdk-dev] [PATCH v4 3/3] ethdev: allow close function to return an error

2020-10-06 Thread Thomas Monjalon
06/10/2020 11:43, Ferruh Yigit: > On 10/5/2020 6:08 PM, Thomas Monjalon wrote: > > The API function rte_eth_dev_close() was returning void. > > The return type is changed to int for notifying of errors. > > > > If an error happens during a close operation, > > the status of the port is undefined,

[dpdk-dev] [PATCH 1/3] crypto/aesni_mb: fix CCM digest size check

2020-10-06 Thread Pablo de Lara
Digest size for CCM was being checked for other algorithms apart from CCM. Fixes: c4c0c312a823 ("crypto/aesni_mb: check for invalid digest size") Cc: sta...@dpdk.org Signed-off-by: Pablo de Lara --- drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c | 29 +++--- 1 file changed, 15 inser

[dpdk-dev] [PATCH 2/3] crypto/aesni_mb: fix GCM digest size check

2020-10-06 Thread Pablo de Lara
GCM digest sizes should be between 1 and 16 bytes. Fixes: 7b2d4706c90e ("crypto/aesni_mb: support newer library version only") Cc: sta...@dpdk.org Signed-off-by: Pablo de Lara --- .../crypto/aesni_mb/aesni_mb_pmd_private.h| 4 ++-- drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c| 22 +++

[dpdk-dev] [PATCH 3/3] crypto/aesni_mb: support Chacha20-Poly1305

2020-10-06 Thread Pablo de Lara
Add support for Chacha20-Poly1305 AEAD algorithm. Signed-off-by: Pablo de Lara --- doc/guides/cryptodevs/aesni_mb.rst| 1 + doc/guides/cryptodevs/features/aesni_mb.ini | 10 +-- doc/guides/rel_notes/release_20_11.rst| 3 + drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c| 6

Re: [dpdk-dev] [PATCH v2 00/56] net: txgbe PMD

2020-10-06 Thread Ferruh Yigit
On 10/5/2020 1:08 PM, Jiawen Wu wrote: v2: re-order patches and fix some known problems v1: introduce txgbe PMD jiawenwu (56): net/txgbe: add build and doc infrastructure net/txgbe: add ethdev probe and remove net/txgbe: add device init and uninit net/txgbe: add error types and regis

Re: [dpdk-dev] [PATCH v2 39/56] net/txgbe: add process mailbox operation

2020-10-06 Thread Ferruh Yigit
On 10/5/2020 1:08 PM, Jiawen Wu wrote: From: jiawenwu Add check operation for vf function level reset, mailbox messages and ack from vf. Waiting to process the messages. Signed-off-by: jiawenwu <...> --- /dev/null +++ b/drivers/net/txgbe/rte_pmd_txgbe.c @@ -0,0 +1,11 @@ +/* SPDX-License-

Re: [dpdk-dev] [PATCH v1] crypto/aesni_mb: fix incorrect clearing of security session

2020-10-06 Thread De Lara Guarch, Pablo
Hi David, > -Original Message- > From: Coyle, David > Sent: Tuesday, October 6, 2020 10:42 AM > To: De Lara Guarch, Pablo ; Doherty, Declan > > Cc: dev@dpdk.org; akhil.go...@nxp.com; Coyle, David > > Subject: [PATCH v1] crypto/aesni_mb: fix incorrect clearing of security > session >

Re: [dpdk-dev] [PATCH v4] kernel/linux: remove igb_uio

2020-10-06 Thread Ferruh Yigit
On 10/6/2020 11:54 AM, Thomas Monjalon wrote: 06/10/2020 12:16, Ferruh Yigit: On 10/5/2020 10:42 AM, Thomas Monjalon wrote: As decided in the Technical Board in November 2019, the kernel module igb_uio is moved to the dpdk-kmods repository in the /linux/igb_uio/ directory. [...] Patch doesn'

[dpdk-dev] [PATCH 2/6] net/mlx5: optimize shared counter memory

2020-10-06 Thread Suanming Mou
Currently, when a counter is allocated, the counter list entry memory will not be used until the counter is released and added back to the counter container free list. In this case, if a counter is allocated as shared counter, the shared information can be save to the counter list entry memory. Thi

[dpdk-dev] [PATCH 0/6] net/mlx5: make counter thread safe

2020-10-06 Thread Suanming Mou
The mlx5 PMD is going to support multiple-thread flow operations. This patch set makes the counter action to be thread safe. Suanming Mou (6): net/mlx5: locate aging pools in the general container net/mlx5: optimize shared counter memory net/mlx5: remove single counter container net/mlx5:

[dpdk-dev] [PATCH 3/6] net/mlx5: remove single counter container

2020-10-06 Thread Suanming Mou
A flow counter which was allocated by a batch API couldn't be assigned to a flow in the root table (group 0) in old rdma-core version. Hence, a root table flow counter required PMD mechanism to manage counters which were allocated singly. Currently, the batch counters have already been supported i

[dpdk-dev] [PATCH 5/6] net/mlx5: make three level table thread safe

2020-10-06 Thread Suanming Mou
This commit adds thread safety support in three level table using spinlock and reference counter for each the table entry. Signed-off-by: Suanming Mou --- drivers/net/mlx5/mlx5_utils.c | 144 +++--- drivers/net/mlx5/mlx5_utils.h | 52 ++- 2 files

[dpdk-dev] [PATCH 6/6] net/mlx5: make shared counters thread safe

2020-10-06 Thread Suanming Mou
The shared counters save the counter index to three level table. As three level table supports multiple-thread opertations now, the shared counters can take advantage of the table to support multiple-thread. Once multiple threads saves the same ID counter to the same table entry at the same time,

[dpdk-dev] [PATCH 1/6] net/mlx5: locate aging pools in the general container

2020-10-06 Thread Suanming Mou
Commit [1] introduced different container for the aging counter pools. In order to save container memory the aging counter pools can be located in the general pool container. This patch locates the aging counter pools in the general pool container. Remove the aging container management. [1] commi

[dpdk-dev] [PATCH v2] crypto/aesni_mb: fix incorrect clearing of security session

2020-10-06 Thread David Coyle
When destroying a security session, the AESNI-MB PMD attempted to clear the private aesni_mb session object to remove any key material. However, the function aesni_mb_pmd_sec_sess_destroy() cleared the security session object instead of the private session object. This patch fixes this issue by no

[dpdk-dev] [PATCH 4/6] net/mlx5: synchronize flow counter pool creation

2020-10-06 Thread Suanming Mou
Currently, counter operations are not thread safe as the counter pools' array resize is not protected. This commit protects the container pools' array resize using a spinlock. The original counter pool statistic memory allocate is moved to the host thread in order to minimize the critical section.

Re: [dpdk-dev] [PATCH v1] crypto/aesni_mb: fix incorrect clearing of security session

2020-10-06 Thread Coyle, David
Hi Pablo > > > > When destroying a security session, the AESNI-MB PMD attempted to > > clear the private aesni_mb session object to remove any key material. > > However, the function aesni_mb_pmd_sec_sess_destroy() cleared the > > security session object instead of the private session object. > >

[dpdk-dev] [PATCH 00/25] net/mlx5: support multiple-thread flow operations

2020-10-06 Thread Suanming Mou
This patch set contains multiple-thread flow operations support for the flow objects. Suanming Mou (10): net/mlx5: use thread safe index pool for flow objects net/mlx5: fix redundant Direct Verbs resources allocate net/mlx5: make header reformat action thread safe net/mlx5: remove unused h

[dpdk-dev] [PATCH 02/25] net/mlx5: use thread specific flow context

2020-10-06 Thread Suanming Mou
From: Xueming Li As part of multi-thread flow support, this patch moves flow intermediate data to thread specific, makes them a flow context. The context is allocated per thread, destroyed along with thread life-cycle. Signed-off-by: Xueming Li --- drivers/net/mlx5/linux/mlx5_os.c | 5 --

[dpdk-dev] [PATCH 01/25] net/mlx5: use thread safe index pool for flow objects

2020-10-06 Thread Suanming Mou
As mlx5 PMD is changed to be thread safe, all the flow-related sub-objects inside the PMD should be thread safe. This commit changes the index memory pools' lock configuration to be enabled. That makes the index pool be thread safe. Signed-off-by: Suanming Mou --- drivers/net/mlx5/mlx5.c | 18 ++

[dpdk-dev] [PATCH 03/25] net/mlx5: reuse flow Id as hairpin Id

2020-10-06 Thread Suanming Mou
From: Xueming Li Hairpin flow matching required a unique flow ID for matching. This patch reuses flow ID as hairpin flow ID, this will save some code to generate a separate hairpin ID, also saves flow memory by removing hairpin ID. Signed-off-by: Xueming Li --- drivers/net/mlx5/mlx5.c | 1

[dpdk-dev] [PATCH 04/25] net/mlx5: indexed pool supports zero size entry

2020-10-06 Thread Suanming Mou
From: Xueming Li To make indexed pool to be used as ID generator, this patch allows entry size to be zero. Signed-off-by: Xueming Li --- drivers/net/mlx5/mlx5_utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/mlx5/mlx5_utils.c b/drivers/net/mlx5/mlx5_u

[dpdk-dev] [PATCH 07/25] net/mlx5: support concurrent access for hash list

2020-10-06 Thread Suanming Mou
From: Xueming Li To support multi-thread flow operations, this patch adds following to support concurrent access to hash list: 1. list level read/write lock 2. entry reference count 3. entry create/match/remove callback 4. remove insert/lookup/remove function which are not thread safe 5. add regi

[dpdk-dev] [PATCH 06/25] net/mlx5: make rte flow list thread safe

2020-10-06 Thread Suanming Mou
From: Xueming Li To support multi-thread flow operations, this patch introduces list lock for the rte_flow list manages all the rte_flow handlers. Signed-off-by: Xueming Li --- drivers/net/mlx5/linux/mlx5_os.c | 1 + drivers/net/mlx5/mlx5.h | 1 + drivers/net/mlx5/mlx5_flow.c |

[dpdk-dev] [PATCH 05/25] net/mlx5: use indexed pool for RSS flow ID

2020-10-06 Thread Suanming Mou
From: Xueming Li The flow ID generation API used an integer pool to save released ID, The only usage is to generate RSS flow ID. To support multiple flow, it has to be enhanced to be thread safe. Indexed pool could be used to generate unique ID by setting size of pool entry to zero. Since bitmap

[dpdk-dev] [PATCH 08/25] net/mlx5: make flow table cache thread safe

2020-10-06 Thread Suanming Mou
From: Xueming Li To support multi-thread flow insertion/removal, this patch uses thread safe hash list API for flow table cache hash list. Signed-off-by: Xueming Li --- drivers/net/mlx5/mlx5.c | 102 drivers/net/mlx5/mlx5.h | 2 +- drivers/net/mlx

[dpdk-dev] [PATCH 09/25] net/mlx5: fix redundant Direct Verbs resources allocate

2020-10-06 Thread Suanming Mou
All table, tag, header modify, header reformat are supported only on DV mode. For the OFED version doesn't support these, create the related redundant DV resources waste the memory. Add the code section in the HAVE_IBV_FLOW_DV_SUPPORT macro to avoid the redundant resources allocation. Fixes: 2eb4

[dpdk-dev] [PATCH 10/25] net/mlx5: make flow tag list thread safe

2020-10-06 Thread Suanming Mou
From: Xueming Li To support multi-thread flow insertion, this pathc updates flow tag list to use thread safe hash list. Signed-off-by: Xueming Li --- drivers/net/mlx5/linux/mlx5_os.c | 6 ++- drivers/net/mlx5/mlx5_flow.h | 5 +++ drivers/net/mlx5/mlx5_flow_dv.c | 97 +++-

[dpdk-dev] [PATCH 13/25] net/mlx5: make header reformat action thread safe

2020-10-06 Thread Suanming Mou
This commit applies the thread safe hash list to the header reformat action. That makes the theader reformat action to be thread safe. Signed-off-by: Suanming Mou --- drivers/net/mlx5/linux/mlx5_os.c | 6 +- drivers/net/mlx5/mlx5_flow.h | 6 ++ drivers/net/mlx5/mlx5_flow_dv.c | 181

[dpdk-dev] [PATCH 11/25] net/mlx5: make flow modify action list thread safe

2020-10-06 Thread Suanming Mou
From: Xueming Li To support multi-thread flow insertion, this patch updates flow modify action list to use thread safe hash list. Signed-off-by: Xueming Li --- drivers/net/mlx5/linux/mlx5_os.c | 5 +- drivers/net/mlx5/mlx5_flow.h | 13 ++- drivers/net/mlx5/mlx5_flow_dv.c | 191

[dpdk-dev] [PATCH 15/25] net/mlx5: introduce thread safe linked list cache

2020-10-06 Thread Suanming Mou
From: Xueming Li New API of linked list for cache: - optimized for small amount cache list - optimized for read-most list - thread safe - since number of entries are limited, entries allocated by API - for dynamic entry size, pass 0 as entry size, then the creation callback allocate the entry. -

[dpdk-dev] [PATCH 14/25] net/mlx5: remove unused hash list operations

2020-10-06 Thread Suanming Mou
In previous commits the hash list objects have been converted to new thread safe hash list. The legacy hash list code can be removed now. Signed-off-by: Suanming Mou --- drivers/net/mlx5/mlx5_utils.c | 38 - drivers/net/mlx5/mlx5_utils.h | 66 -

[dpdk-dev] [PATCH 12/25] net/mlx5: make metadata copy flow list thread safe

2020-10-06 Thread Suanming Mou
From: Xueming Li To support multi-thread flow insertion, this patch updates metadata copy flow list to use thread safe hash list. Signed-off-by: Xueming Li --- drivers/net/mlx5/linux/mlx5_os.c | 6 +- drivers/net/mlx5/mlx5_flow.c | 276 +++ drivers/net

[dpdk-dev] [PATCH 16/25] net/mlx5: make Rx queue thread safe

2020-10-06 Thread Suanming Mou
This commit applies the cache linked list to Rx queue to make it thread safe. Signed-off-by: Suanming Mou --- drivers/net/mlx5/linux/mlx5_os.c | 5 + drivers/net/mlx5/mlx5.c| 1 + drivers/net/mlx5/mlx5.h| 24 +++- drivers/net/mlx5/mlx5_flow.h | 16 --- drive

[dpdk-dev] [PATCH 19/25] net/mlx5: make push VLAN action cache thread safe

2020-10-06 Thread Suanming Mou
From: Xueming Li To support multi-thread flow insertion, this patch converts push VLAN action cache list to thread safe cache list. Signed-off-by: Xueming Li --- drivers/net/mlx5/linux/mlx5_os.c | 7 ++ drivers/net/mlx5/mlx5.h | 2 +- drivers/net/mlx5/mlx5_flow.h | 13 +++- d

[dpdk-dev] [PATCH 18/25] net/mlx5: make port ID action cache thread safe

2020-10-06 Thread Suanming Mou
From: Xueming Li To support multi-thread flow insertion, this patch convert port id action cache list to thread safe cache list. Signed-off-by: Xueming Li --- drivers/net/mlx5/linux/mlx5_os.c | 7 ++ drivers/net/mlx5/mlx5.h | 2 +- drivers/net/mlx5/mlx5_flow.h | 15 +++-- dri

[dpdk-dev] [PATCH 17/25] net/mlx5: make matcher list thread safe

2020-10-06 Thread Suanming Mou
From: Xueming Li To support multi-thread flow insertion, this path converts matcher list to use thread safe cache list API. Signed-off-by: Xueming Li --- drivers/net/mlx5/mlx5.h | 3 + drivers/net/mlx5/mlx5_flow.h| 15 ++- drivers/net/mlx5/mlx5_flow_dv.c | 209 ++

  1   2   3   >