[PATCH v2] net/cpfl: fix cpfl parser issue

2024-07-31 Thread Praveen Shetty
CPFL parser was incorrectly parsing the mask value of the next_proto_id field from recipe.json file as a string instead of unsigned integer. Fixes: 41f20298ee8c ("net/cpfl: parse flow offloading hint from JSON") Cc: sta...@dpdk.org Signed-off-by: Praveen Shetty --- v2: * Fixed CI issues. --- d

Re: [PATCH v2 2/2] doc: remove use of -n 4 option in documentation

2024-07-31 Thread Thomas Monjalon
31/07/2024 06:38, Stephen Hemminger: > --- a/doc/guides/linux_gsg/build_sample_apps.rst > +++ b/doc/guides/linux_gsg/build_sample_apps.rst > @@ -114,7 +114,7 @@ Copy the DPDK application binary to your target, then run > the application as fol > (assuming the platform has four memory channels per

[PATCH v2 0/2] custom doc styling

2024-07-31 Thread Thomas Monjalon
The file custom.css allows to change the theme from "Read the Docs". The first patch makes it available without "ninja install". The second patch allows the NIC overview tables to be "fullscreen". Thomas Monjalon (2): doc: copy custom CSS on guides build doc: give full width to NIC overview pa

[PATCH v2 1/2] doc: copy custom CSS on guides build

2024-07-31 Thread Thomas Monjalon
The custom CSS file for Sphinx guides was copied during install, but not during build time. Before switching to Meson, the Makefile was copying this file in the build steps, so the doc was complete and viewable from the build directory. It is especially useful to get full documentation in the buil

[PATCH v2 2/2] doc: give full width to NIC overview page

2024-07-31 Thread Thomas Monjalon
The wide tables in the NIC overview exceed the normal page width because of the large number of drivers. A CSS trick is added to allow displaying this page in the full width of the browser window. Signed-off-by: Thomas Monjalon --- v2: no change --- doc/guides/custom.css| 8 do

Re: Regarding port numbers assigned by DPDK for PCI devices

2024-07-31 Thread Ferruh Yigit
On 7/30/2024 6:36 AM, Prashant Upadhyaya wrote: > > > > On Mon, 29 Jul 2024 at 23:13, Dmitry Kozlyuk > wrote: > > 2024-07-29 22:18 (UTC+0530), Prashant Upadhyaya: > > Hi, > > > > I have 4 ethernet interfaces available as PCI devices. > > The

RE: [PATCH] build: output a dependency log in build directory

2024-07-31 Thread Konstantin Ananyev
> As meson processes our DPDK source tree it manages dependencies > specified by each individual driver. To enable future analysis of the > dependency links between components, log the dependencies of each DPDK > component as it gets processed. This could potentially allow other tools > to automa

Re: Regarding port numbers assigned by DPDK for PCI devices

2024-07-31 Thread Prashant Upadhyaya
On Wed, 31 Jul 2024 at 14:35, Ferruh Yigit wrote: > On 7/30/2024 6:36 AM, Prashant Upadhyaya wrote: > > > > > > > > On Mon, 29 Jul 2024 at 23:13, Dmitry Kozlyuk > > wrote: > > > > 2024-07-29 22:18 (UTC+0530), Prashant Upadhyaya: > > > Hi, > > > > >

Re: Regarding port numbers assigned by DPDK for PCI devices

2024-07-31 Thread Prashant Upadhyaya
On Tue, 30 Jul 2024 at 13:45, Bruce Richardson wrote: > On Tue, Jul 30, 2024 at 11:06:56AM +0530, Prashant Upadhyaya wrote: > >On Mon, 29 Jul 2024 at 23:13, Dmitry Kozlyuk > ><[1]dmitry.kozl...@gmail.com> wrote: > > > > 2024-07-29 22:18 (UTC+0530), Prashant Upadhyaya: > > > Hi,

Re: [PATCH] build: output a dependency log in build directory

2024-07-31 Thread Ferruh Yigit
On 7/30/2024 3:55 PM, Bruce Richardson wrote: > As meson processes our DPDK source tree it manages dependencies > specified by each individual driver. To enable future analysis of the > dependency links between components, log the dependencies of each DPDK > component as it gets processed. This cou

Re: [PATCH] doc: announce dmadev new capability addition

2024-07-31 Thread Thomas Monjalon
29/07/2024 17:20, Jerin Jacob: > On Mon, Jul 29, 2024 at 6:19 PM Vamsi Attunuru wrote: > > > > Announce addition of new capability flag and fields in > > The new capability flag won't break ABI. We can mention only fields > update rte_dma_info and rte_dma_conf structures. > > Another option is n

Re: [PATCH] build: output a dependency log in build directory

2024-07-31 Thread Bruce Richardson
On Wed, Jul 31, 2024 at 11:17:54AM +0100, Ferruh Yigit wrote: > On 7/30/2024 3:55 PM, Bruce Richardson wrote: > > As meson processes our DPDK source tree it manages dependencies > > specified by each individual driver. To enable future analysis of the > > dependency links between components, log th

Re: [V1] doc: announce deprecation of flow item VXLAN-GPE

2024-07-31 Thread Thomas Monjalon
29/07/2024 15:47, Ajit Khaparde: > On Mon, Jul 29, 2024 at 1:48 AM Thomas Monjalon wrote: > > > > 26/07/2024 13:31, Ferruh Yigit: > > > On 7/26/2024 9:51 AM, Gavin Li wrote: > > > > Adding the deprecation notice as reminder for removing > > > > RTE_FLOW_ITEM_TYPE_VXLAN_GPE and its related structur

Re: ipsec on dpdk

2024-07-31 Thread Thomas Monjalon
Hello, Adding Cc some experts. About the IPsec support, we are writing a document, it is in progress. 28/07/2024 14:51, Yaron Illouz: > Hi > > I am interested to do ipsec encoding and decoding in my dpdk application > From my readings, i understand ipsec can be done one time in the nic (inline

Re: [PATCH dpdk v2] rel_notes: announce 24.11 ipv6 api breakage

2024-07-31 Thread Thomas Monjalon
23/07/2024 10:27, Robin Jarry: > In 24.11, all IPv6 public APIs will be modified to use a structure > instead of fixed size arrays. > > Signed-off-by: Robin Jarry > Acked-by: Morten Brørup Acked-by: Bruce Richardson Acked-by: Konstantin Ananyev Acked-by: Vladimir Medvedkin Applied, thanks.

Re: [PATCH v4] doc: announce changes to dma device structures

2024-07-31 Thread Thomas Monjalon
30/07/2024 19:27, Jerin Jacob: > On Tue, Jul 30, 2024 at 8:25 PM Amit Prakash Shukla > wrote: > > > > A new flag RTE_DMA_CAPA_QOS will be introduced to advertise dma > > device's QoS capability. In order to support the parameters for this > > flag, new fields will be added in rte_dma_info and rte_

Re: [PATCH] doc: announce fib configuration structure changes

2024-07-31 Thread Thomas Monjalon
26/07/2024 18:36, Robin Jarry: > Vladimir Medvedkin, Jul 26, 2024 at 18:13: > > Announce addition of the flags field into rte_fib_conf structure. > > > > Signed-off-by: Vladimir Medvedkin > > Acked-by: Robin Jarry Any other opinions?

Re: [PATCH] doc: announce fib configuration structure changes

2024-07-31 Thread Bruce Richardson
On Wed, Jul 31, 2024 at 01:03:11PM +0200, Thomas Monjalon wrote: > 26/07/2024 18:36, Robin Jarry: > > Vladimir Medvedkin, Jul 26, 2024 at 18:13: > > > Announce addition of the flags field into rte_fib_conf structure. > > > > > > Signed-off-by: Vladimir Medvedkin > > > > Acked-by: Robin Jarry >

[PATCH] doc: add tested platforms with NVIDIA NICs

2024-07-31 Thread Raslan Darawsheh
Add tested platforms with NVIDIA NICs to the 24.07 release notes. Signed-off-by: Raslan Darawsheh --- doc/guides/rel_notes/release_24_07.rst | 107 + 1 file changed, 107 insertions(+) diff --git a/doc/guides/rel_notes/release_24_07.rst b/doc/guides/rel_notes/release_24_

[PATCH] doc: add tested platforms with NVIDIA NICs

2024-07-31 Thread Raslan Darawsheh
Add tested platforms with NVIDIA NICs to the 24.07 release notes. Signed-off-by: Raslan Darawsheh --- doc/guides/rel_notes/release_24_07.rst | 107 + 1 file changed, 107 insertions(+) diff --git a/doc/guides/rel_notes/release_24_07.rst b/doc/guides/rel_notes/release_24_

[PATCH] doc: announce change in crypto queue setup

2024-07-31 Thread Akhil Goyal
Certain hardware crypto PMDs may support setting up of priority to a queue pair. Hence a new parameter for priority will be added in struct rte_cryptodev_qp_conf. Signed-off-by: Akhil Goyal --- doc/guides/rel_notes/deprecation.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/guides

Re: [PATCH v2 1/2] doc: copy custom CSS on guides build

2024-07-31 Thread Ferruh Yigit
On 7/31/2024 9:31 AM, Thomas Monjalon wrote: > The custom CSS file for Sphinx guides was copied during install, > but not during build time. > Before switching to Meson, the Makefile was copying this file > in the build steps, so the doc was complete and viewable > from the build directory. > > It

RE: [PATCH] doc: announce change in crypto queue setup

2024-07-31 Thread Anoob Joseph
> > Certain hardware crypto PMDs may support setting up of priority to a queue > pair. > Hence a new parameter for priority will be added in struct > rte_cryptodev_qp_conf. > > Signed-off-by: Akhil Goyal Acked-by: Anoob Joseph

RE: [PATCH] doc: announce change in crypto queue setup

2024-07-31 Thread Hemant Agrawal
> -Original Message- > From: Akhil Goyal > Sent: Wednesday, July 31, 2024 4:51 PM > To: dev@dpdk.org > Cc: tho...@monjalon.net; david.march...@redhat.com; Hemant Agrawal > ; ano...@marvell.com; > pablo.de.lara.gua...@intel.com; fiona.tr...@intel.com; > declan.dohe...@intel.com; ma...@nvi

Re: [PATCH v2 2/2] doc: give full width to NIC overview page

2024-07-31 Thread Ferruh Yigit
On 7/31/2024 9:31 AM, Thomas Monjalon wrote: > The wide tables in the NIC overview exceed the normal page width > because of the large number of drivers. > > A CSS trick is added to allow displaying this page in the full width > of the browser window. > > Signed-off-by: Thomas Monjalon > This m

[PATCH 1/2] cryptodev: add queue pair priority

2024-07-31 Thread Akhil Goyal
Added a new field priority in `rte_cryptodev_qp_conf`, to set the queue pair priority while setting up. The priorities can be set between `RTE_CRYPTODEV_QP_PRIORITY_HIGHEST` and `RTE_CRYPTODEV_QP_PRIORITY_LOWEST`. The underlying implementation may normalize the value as per the supported priority l

[PATCH 2/2] app/crypto-perf: test queue pair priority

2024-07-31 Thread Akhil Goyal
Updated the application to test variable queue pair priority. A mask `--low-prio-qp-mask mask` can be set to lower the priority of queues which are set in the mask. This would result in lower performance for those queues. By default the priority is set as highest. This option is added just to verif

Re: [PATCH] doc: deprecate graph data structures

2024-07-31 Thread Thomas Monjalon
21/02/2024 17:13, pbhagavat...@marvell.com: > From: Pavan Nikhilesh > > Deprecate rte_node, rte_node_register and rte_graph_cluster_node_stats > structures as will be extended to include node specific error counters > and error description. > > Signed-off-by: Pavan Nikhilesh Acked-by: Jerin Ja

Re: [PATCH v2 2/2] doc: give full width to NIC overview page

2024-07-31 Thread Thomas Monjalon
31/07/2024 13:29, Ferruh Yigit: > On 7/31/2024 9:31 AM, Thomas Monjalon wrote: > > The wide tables in the NIC overview exceed the normal page width > > because of the large number of drivers. > > > > A CSS trick is added to allow displaying this page in the full width > > of the browser window. >

Re: [PATCH] doc: announce cryptodev changes to offload RSA in VirtIO

2024-07-31 Thread Thomas Monjalon
30/07/2024 16:39, Gowrishankar Muthukrishnan: > Hi, > We need to fix padding info in DPDK as per VirtIO specification in order to > support RSA in virtio devices. VirtIO-crypto specification and DPDK > specification differs in the way padding is handled. > With current DPDK & virtio specification

Re: [PATCH] doc: announce change in crypto queue setup

2024-07-31 Thread Ji, Kai
Acked-by: Kai Ji From: Akhil Goyal Sent: 31 July 2024 12:20 To: dev@dpdk.org Cc: tho...@monjalon.net ; Marchand, David ; hemant.agra...@nxp.com ; ano...@marvell.com ; De Lara Guarch, Pablo ; Trahe, Fiona ; Doherty, Declan ; ma...@nvidia.com ; g.si...@nxp.com

Issue in testpmd when using RSS Flows with Mellanox NICs

2024-07-31 Thread Alex Chapman
Hello maintainers, I am currently facing issues when creating RSS flows using testpmd. When using the following flow on an intel NIC, it works as expected, using the reta table to redirect ipv4-udp packets to the correct queue. flow create 0 ingress pattern eth / ipv4 / udp / end actions

Re: [PATCH] doc: announce cryptodev change to support EDDSA

2024-07-31 Thread Thomas Monjalon
25/07/2024 17:01, Kusztal, ArkadiuszX: > > Announce the additions in cryptodev ABI to support EDDSA algorithm. > > > > Signed-off-by: Gowrishankar Muthukrishnan > > Acked-by: Arkadiusz Kusztal Acked-by: Anoob Joseph Acked-by: Akhil Goyal Applied, thanks. It means we are not able to add an

Re: Issue in testpmd when using RSS Flows with Mellanox NICs

2024-07-31 Thread Thomas Monjalon
Hello, 31/07/2024 14:55, Alex Chapman: > Hello maintainers, Do not hesitate to read the file MAINTAINERS to place the appropriate Cc list. Adding mlx5 maintainers. > I am currently facing issues when creating RSS flows using testpmd. > When using the following flow on an intel NIC, it works as

Re: [PATCH v2] net/gve: Fix TX/RX queue setup and stop

2024-07-31 Thread Ferruh Yigit
On 7/31/2024 6:26 AM, Tathagat Priyadarshi wrote: > The PR aims to update the TX/RQ queue setup/stop routines that are > unique to DQO, so that they may be called for instances that use the > DQO RDA format during dev start/stop > > Fixes: b044845 ("net/gve: support queue start/stop") > Cc: sta...

Re: [PATCH] doc: announce change in crypto queue setup

2024-07-31 Thread Thomas Monjalon
31/07/2024 13:25, Anoob Joseph: > > > > Certain hardware crypto PMDs may support setting up of priority to a queue > > pair. > > Hence a new parameter for priority will be added in struct > > rte_cryptodev_qp_conf. > > > > Signed-off-by: Akhil Goyal > > Acked-by: Anoob Joseph Acked-by: Hemant

[PATCH] virtio: optimize stats counters performance

2024-07-31 Thread Morten Brørup
Optimized the performance of updating the virtio statistics counters by reducing the number of branches and inlining the function. Ordered the packet size comparisons according to the probability with typical internet traffic mix. Signed-off-by: Morten Brørup --- drivers/net/virtio/virtio_rxtx.

Re: [PATCH v3] doc: announce rte_ipsec API changes

2024-07-31 Thread Thomas Monjalon
29/07/2024 13:53, Akhil Goyal: > > Subject: [PATCH v3] doc: announce rte_ipsec API changes > > > > In case of event mode operations where event device can help in atomic > > sequence number increment across cores, sequence number need to be > > provided by the application instead of being updated

[RFC PATCH v3 0/1] Add Visual Studio Code configuration script

2024-07-31 Thread Anatoly Burakov
Lots of developers (myself included) uses Visual Studio Code as their primary IDE for DPDK development. I have been successfully using various incarnations of this script internally to quickly set up my development trees whenever I need a new configuration, so this script is being shared in hopes t

[RFC PATCH v3 1/1] buildtools: add vscode configuration generator

2024-07-31 Thread Anatoly Burakov
A lot of developers use Visual Studio Code as their primary IDE. This script will be called from within meson build process, and will generate a configuration file for VSCode that sets up basic build tasks, launch tasks, as well as C/C++ code analysis settings that will take into account compile_co

Re: [PATCH v1 2/3] dts: add dual_vlan testing suite

2024-07-31 Thread Jeremy Spewock
On Thu, Jul 25, 2024 at 9:56 AM Jeremy Spewock wrote: > > On Mon, Jul 22, 2024 at 1:38 PM Dean Marx wrote: > >> > >> > >> +recv = self.send_packet_and_capture(pakt) > >> +self.verify(len(recv) > 0, "Did not receive and packets when > >> testing VLAN priority.") > > > > > > I'm a

[PATCH v2] virtio: optimize stats counters performance

2024-07-31 Thread Morten Brørup
Optimized the performance of updating the virtio statistics counters by reducing the number of branches and inlining the function. Ordered the packet size comparisons according to the probability with typical internet traffic mix. Signed-off-by: Morten Brørup --- v2: * Fixed checkpatch warning a

Re: [PATCH] doc: announce cryptodev changes to offload RSA in VirtIO

2024-07-31 Thread Thomas Monjalon
I'm not sure why we don't have a consensus on an idea proposed as RFC in September 2023. Because there is not enough involvement outside of the Marvell team, I will keep a vague announce for the first item: cryptodev: Some changes may happen to manage RSA padding for virtio-crypto. The second i

Re: [PATCH] doc: announce fib configuration structure changes

2024-07-31 Thread Thomas Monjalon
31/07/2024 13:08, Bruce Richardson: > On Wed, Jul 31, 2024 at 01:03:11PM +0200, Thomas Monjalon wrote: > > 26/07/2024 18:36, Robin Jarry: > > > Vladimir Medvedkin, Jul 26, 2024 at 18:13: > > > > Announce addition of the flags field into rte_fib_conf structure. > > > > > > > > Signed-off-by: Vladimi

fib/rib: allow storing void * instead of nexthop index

2024-07-31 Thread Robin Jarry
Hi Vladimir, I noticed that the fib/rib APIs (both IPv4 and IPv6) require the next hops to be represented as integer indexes. Reading the code, I noticed that they are stored as uint64_t with the MSB used for internal purposes. This require either having a contiguous array of nexthop objects

[PATCH v3] virtio: optimize stats counters performance

2024-07-31 Thread Morten Brørup
Optimized the performance of updating the virtio statistics counters by reducing the number of branches and inlining the function. Ordered the packet size comparisons according to the probability with typical internet traffic mix. Signed-off-by: Morten Brørup --- v3: * Eliminated a local variabl

Re: fib/rib: allow storing void * instead of nexthop index

2024-07-31 Thread Medvedkin, Vladimir
Hi Robin, On 31/07/2024 16:04, Robin Jarry wrote: Hi Vladimir, I noticed that the fib/rib APIs (both IPv4 and IPv6) require the next hops to be represented as integer indexes. Reading the code, I noticed that they are stored as uint64_t with the MSB used for internal purposes. I believe yo

Re: [PATCH v2 2/2] doc: give full width to NIC overview page

2024-07-31 Thread Thomas Monjalon
31/07/2024 14:43, Thomas Monjalon: > 31/07/2024 13:29, Ferruh Yigit: > > On 7/31/2024 9:31 AM, Thomas Monjalon wrote: > > > The wide tables in the NIC overview exceed the normal page width > > > because of the large number of drivers. > > > > > > A CSS trick is added to allow displaying this page

[PATCH v3 0/2] custom doc styling

2024-07-31 Thread Thomas Monjalon
The file custom.css allows to change the theme from "Read the Docs". The first patch makes it available without "ninja install". The second patch allows the NIC overview tables to be "fullscreen". Thomas Monjalon (2): doc: copy custom CSS on guides build doc: give full width to NIC overview pa

[PATCH v3 1/2] doc: copy custom CSS on guides build

2024-07-31 Thread Thomas Monjalon
The custom CSS file for Sphinx guides was copied during install, but not during build time. Before switching to Meson, the Makefile was copying this file in the build steps, so the doc was complete and viewable from the build directory. It is especially useful to get full documentation in the buil

[PATCH v3 2/2] doc: give full width to NIC overview page

2024-07-31 Thread Thomas Monjalon
The wide tables in the NIC overview exceed the normal page width because of the large number of drivers. A CSS trick is added to allow displaying the tables in the full width of the browser window. Signed-off-by: Thomas Monjalon --- v2: no change v3: let only tables to overflow on wide screen --

Re: [PATCH v4] doc: announce changes to dma device structures

2024-07-31 Thread Thomas Monjalon
31/07/2024 13:01, Thomas Monjalon: > 30/07/2024 19:27, Jerin Jacob: > > On Tue, Jul 30, 2024 at 8:25 PM Amit Prakash Shukla > > wrote: > > > > > > A new flag RTE_DMA_CAPA_QOS will be introduced to advertise dma > > > device's QoS capability. In order to support the parameters for this > > > flag,

Re: [PATCH v3 2/2] doc: give full width to NIC overview page

2024-07-31 Thread Ferruh Yigit
On 7/31/2024 4:57 PM, Thomas Monjalon wrote: > The wide tables in the NIC overview exceed the normal page width > because of the large number of drivers. > > A CSS trick is added to allow displaying the tables in the full width > of the browser window. > > Signed-off-by: Thomas Monjalon > --- >

Re: [PATCH v3 2/2] doc: give full width to NIC overview page

2024-07-31 Thread Thomas Monjalon
31/07/2024 18:17, Ferruh Yigit: > On 7/31/2024 4:57 PM, Thomas Monjalon wrote: > > The wide tables in the NIC overview exceed the normal page width > > because of the large number of drivers. > > > > A CSS trick is added to allow displaying the tables in the full width > > of the browser window. >

Re: [PATCH v3 0/2] custom doc styling

2024-07-31 Thread Thomas Monjalon
31/07/2024 17:57, Thomas Monjalon: > The file custom.css allows to change the theme from "Read the Docs". > The first patch makes it available without "ninja install". > The second patch allows the NIC overview tables to be "fullscreen". > > Thomas Monjalon (2): > doc: copy custom CSS on guides

Re: [PATCH v2] devtools: add acronyms in dictionary for commit checks

2024-07-31 Thread Thomas Monjalon
05/06/2024 18:59, Ferruh Yigit: > ELF -> Executable and Linkable Format > Ethernet -> with an uppercase “E” > mark -> 'mark' flow action, no need to capitalise > max -> maximum > MDIO -> Management Data Input/Output > MII -> Media-Independent Interface > XSK -> XDP Socke

Re: [PATCH V2] doc: add tested Intel platforms with Intel NICs

2024-07-31 Thread Thomas Monjalon
30/07/2024 21:16, Mcnamara, John: > > > -Original Message- > > Subject: [PATCH V2] doc: add tested Intel platforms with Intel NICs > > Acked-by: John McNamara Applied, thanks.

Re: [PATCH] doc: add tested platforms with NVIDIA NICs

2024-07-31 Thread Thomas Monjalon
31/07/2024 13:19, Raslan Darawsheh: > Add tested platforms with NVIDIA NICs to the 24.07 release notes. > > Signed-off-by: Raslan Darawsheh Applied, thanks.

[PATCH] net/gve : Update EOP bit in txd rte_mbuf chain

2024-07-31 Thread Tathagat Priyadarshi
The EOP bit was not set for all the packets in mbuf chain causing packet transmission stalls for packets split across mbuf in chain. Signed-off-by: Tathagat Priyadarshi Signed-off-by: Varun Lakkur Ambaji Rao Fixes: 4022f99 ("net/gve: support basic Tx data path for DQO") --- drivers/net/gve/gve

Re: [PATCH v3 0/2] custom doc styling

2024-07-31 Thread Ferruh Yigit
On 7/31/2024 5:22 PM, Thomas Monjalon wrote: > 31/07/2024 17:57, Thomas Monjalon: >> The file custom.css allows to change the theme from "Read the Docs". >> The first patch makes it available without "ninja install". >> The second patch allows the NIC overview tables to be "fullscreen". >> >> Thoma

Re: [PATCH v5 00/32] Introduce sssnic PMD for 3SNIC's 9x0 serials Ethernet adapters

2024-07-31 Thread Thomas Monjalon
29/03/2024 12:32, Ferruh Yigit: > On 9/26/2023 2:13 PM, Ferruh Yigit wrote: > > On 9/4/2023 5:56 AM, wa...@3snic.com wrote: > >> From: Renyong Wan > >> > >> The sssnic PMD (**librte_pmd_sssnic**) provides poll mode driver support > >> for 3SNIC 9x0 serials family of Ethernet adapters. > >> > >> Su

[PATCH v3 1/3] buildtools: add helper to convert text file to header

2024-07-31 Thread Stephen Hemminger
Simple script to read a file and make it into a initialized C string in a header file. Signed-off-by: Stephen Hemminger --- buildtools/gen-header.py | 36 buildtools/meson.build | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 b

[PATCH v3 0/3] restore lost tests for rte_cfgfile

2024-07-31 Thread Stephen Hemminger
The cfgfile tests did not get built since conversion to meson and they used an awkward way to manage the test data. This patchset converts the tests to use a helper to take text file and make it into a C header. Then use the C header to generate temporary files as needed. v3 - change creation of

[PATCH v3 2/3] test: remove unused resource API

2024-07-31 Thread Stephen Hemminger
This API was used only for cfgfile tests and was never built after the conversion to meson. Will be replaced by simpler method of doing cfgfile tests. Signed-off-by: Stephen Hemminger --- app/test/meson.build | 2 - app/test/resource.c | 276 --- ap

[PATCH v3 3/3] test: restore cfgfile tests

2024-07-31 Thread Stephen Hemminger
These tests were not built since the conversion to meson. Instead of using embedded resource functions, put data in include file and generate temporary file before the test. Signed-off-by: Stephen Hemminger --- app/meson.build| 3 +- app/test/meson.build | 6

RE: [EXTERNAL] Re: ipsec on dpdk

2024-07-31 Thread Akhil Goyal
Hi Yaron, Please see the inline replies. > Hello, > > Adding Cc some experts. > > About the IPsec support, we are writing a document, it is in progress. > > > 28/07/2024 14:51, Yaron Illouz: > > Hi > > > > I am interested to do ipsec encoding and decoding in my dpdk application > > From my re

DPDK 24.07 released

2024-07-31 Thread Thomas Monjalon
A new major release is available: https://fast.dpdk.org/rel/dpdk-24.07.tar.xz This is the work achieved during the last months: 954 commits from 191 authors 1631 files changed, 80005 insertions(+), 25069 deletions(-) It is not planned to start a maintenance branch for 24.

22.11.6 patches review and test

2024-07-31 Thread luca . boccassi
Hi all, Here is a list of patches targeted for stable release 22.11.6. The planned date for the final release is August 20th. Please help with testing and validation of your use cases and report any issues/results with reply-all to this mail. For the final release the fixes and reported validati

Re: [PATCH] net/gve : Update EOP bit in txd rte_mbuf chain

2024-07-31 Thread Joshua Washington
On Wed, Jul 31, 2024, 09:37 Tathagat Priyadarshi wrote: > > The EOP bit was not set for all the packets in mbuf chain > causing packet transmission stalls for packets split across > mbuf in chain. > > Signed-off-by: Tathagat Priyadarshi > Signed-off-by: Varun Lakkur Ambaji Rao > > Fixes: 4022f99

[PATCH] doc: update Arm IPsec-MB dependency version

2024-07-31 Thread Wathsala Vithanage
Updates the tag of Arm IPsec-MB library to SECLIB-IPSEC-2024.07.08 in snow3g and zuc documentation. Signed-off-by: Wathsala Vithanage Reviewed-by: Dhruv Tripathi --- .mailmap | 1 + doc/guides/cryptodevs/snow3g.rst | 2 +- doc/guides/cryptodevs/zuc.rst| 2 +- 3 file

[PATCH v4] virtio: optimize stats counters performance

2024-07-31 Thread Morten Brørup
Optimized the performance of updating the virtio statistics counters by reducing the number of branches and inlining the function. Ordered the packet size comparisons according to the probability with typical internet traffic mix. Signed-off-by: Morten Brørup --- v4: * Consider multicast/broadca

RE: [PATCH v4] virtio: optimize stats counters performance

2024-07-31 Thread Morten Brørup
> From: Stephen Hemminger [mailto:step...@networkplumber.org] > Sent: Thursday, 1 August 2024 01.46 > > On Wed, 31 Jul 2024 22:58:16 + > Morten Brørup wrote: > > > + > > +static inline void > > +virtio_update_packet_stats(struct virtnet_stats *const stats, const > struct rte_mbuf *const mbuf

[PATCH v1] net/ice: fix ice Rx timestamp for E822 NICs

2024-07-31 Thread Soumyadeep Hore
E822 PHY does not support switching from bypass to Vernier mode. Remove ice_phy_exit_bypass_e822() and program fixed offsets for bypass mode. Fixes: ce9ad8c5bc6d ("net/ice/base: remove PHY port timer bypass mode") Cc: sta...@dpdk.org Signed-off-by: Soumyadeep Hore --- drivers/net/ice/base/ice_p