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
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
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
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
> 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
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
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
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
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
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
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
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
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
> -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
> 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,
> 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)
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
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
> -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:
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
> -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
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/
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
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:
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
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--
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'
> -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
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
> -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
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
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
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
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
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]
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
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
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
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
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
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
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 ++--
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
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
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
> >;
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
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
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 ("
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
>
> > -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] [
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
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
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
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
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/
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
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
> -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
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
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
> -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
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(+)
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
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,
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
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 +++
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
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
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-
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
>
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'
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
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:
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
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
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,
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
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
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.
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.
> >
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
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 --
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 ++
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
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
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
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 |
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
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
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
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 +++-
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
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
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.
-
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 -
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
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
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
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
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 - 100 of 270 matches
Mail list logo