[PATCH 0/2] custom doc styling

2024-07-21 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 1/2] doc: copy custom CSS on guides build

2024-07-21 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 2/2] doc: give full width to NIC overview page

2024-07-21 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 --- doc/guides/custom.css| 8 doc/guides/nics/over

Re: [PATCH] net/mlx5: fix end condition of reading xstats

2024-07-21 Thread Raslan Darawsheh
Hi, From: Bing Zhao Sent: Wednesday, July 17, 2024 7:33 PM To: Slava Ovsiienko; dev@dpdk.org; Raslan Darawsheh Cc: Ori Kam; Dariusz Sosnowski; Suanming Mou; Matan Azrad Subject: [PATCH] net/mlx5: fix end condition of reading xstats The "mlx5_stats_n" in the "struct mlx5_xstats_ctrl" is the numbe

Re: [PATCH] net/mlx5: fix the uplink port probing in bond mode

2024-07-21 Thread Raslan Darawsheh
Hi, From: Bing Zhao Sent: Wednesday, July 17, 2024 7:35 PM To: Slava Ovsiienko; dev@dpdk.org; Raslan Darawsheh Cc: Ori Kam; Dariusz Sosnowski; Suanming Mou; Matan Azrad Subject: [PATCH] net/mlx5: fix the uplink port probing in bond mode In the HW-LAG bonding mode, the representor port can be fro

Re: [PATCH] common/mlx5: remove unneeded field when modify RQ table

2024-07-21 Thread Raslan Darawsheh
Hi, From: Bing Zhao Sent: Wednesday, July 17, 2024 7:37 PM To: Slava Ovsiienko; dev@dpdk.org; Raslan Darawsheh Cc: Ori Kam; Dariusz Sosnowski; Suanming Mou; Matan Azrad Subject: [PATCH] common/mlx5: remove unneeded field when modify RQ table The attribute "rqt_max_size" of the RQT(RQ table) cont

Re: [PATCH 0/3] net/mlx5: E-Switch and validation fixes

2024-07-21 Thread Raslan Darawsheh
Hi, From: Dariusz Sosnowski Sent: Thursday, July 18, 2024 12:57 PM To: Slava Ovsiienko; Bing Zhao; Ori Kam; Suanming Mou; Matan Azrad Cc: dev@dpdk.org; Raslan Darawsheh Subject: [PATCH 0/3] net/mlx5: E-Switch and validation fixes Patch 1 - Fixes a bug with fdb_def_rule_en device argument, used t

RE: IPv6 APIs rework

2024-07-21 Thread Morten Brørup
> From: Robin Jarry [mailto:rja...@redhat.com] > Sent: Saturday, 20 July 2024 22.33 > > Stephen Hemminger, Jul 20, 2024 at 22:26: > > There is no need for packing or alignment in in6_addr or current DPDK, > > what would be the benefit? Compilers generate worse code if > > a structure is marked pa

Re: [PATCH] net/netvsc: use rte_eth_dev_set_mtu to set VF MTU

2024-07-21 Thread Ferruh Yigit
On 7/19/2024 10:20 PM, Stephen Hemminger wrote: > On Fri, 19 Jul 2024 21:39:04 +0100 > Ferruh Yigit wrote: > >>> --- a/drivers/net/netvsc/hn_vf.c >>> +++ b/drivers/net/netvsc/hn_vf.c >>> @@ -264,7 +264,7 @@ int hn_vf_add(struct rte_eth_dev *dev, struct hn_data >>> *hv) >>> go

Re: [PATCH] net/netvsc: use rte_eth_dev_set_mtu to set VF MTU

2024-07-21 Thread Ferruh Yigit
On 7/18/2024 8:35 PM, lon...@linuxonhyperv.com wrote: > From: Stephen Hemminger > > The current code uses unnecessary locking to set VF MTU, resulting in > deadlock on hot add/remove path. Fix this by using rte_eth_dev_set_mtu() > to set VF MTU. > > Fixes: 45c83603087e ("net/netvsc: support MTU

Re: IPv6 APIs rework

2024-07-21 Thread Robin Jarry
Hi Morten, Stephen, Morten Brørup, Jul 21, 2024 at 18:12: If the IPv6 address type you tested with was a struct containing a union of different types (other than an array of 16 bytes), then those sub-types made your IPv6 address type non-byte aligned, and caused padding when used in other stru

Re: [PATCH] ethdev: fix device init without socket-local memory

2024-07-21 Thread Ferruh Yigit
On 7/19/2024 5:10 PM, Bruce Richardson wrote: > On Fri, Jul 19, 2024 at 04:31:11PM +0100, Ferruh Yigit wrote: >> On 7/19/2024 2:22 PM, Bruce Richardson wrote: >>> On Fri, Jul 19, 2024 at 12:10:24PM +0100, Ferruh Yigit wrote: One option can be adding a warning log to the fallback case, saying t

Re: [PATCH] app/testpmd: add postpone option to async flow destroy

2024-07-21 Thread Ferruh Yigit
On 7/18/2024 1:05 PM, Dariusz Sosnowski wrote: >> -Original Message- >> From: Alexander Kozyrev >> Sent: Wednesday, July 17, 2024 16:20 >> To: dev@dpdk.org >> Cc: sta...@dpdk.org; Raslan Darawsheh ; Slava Ovsiienko >> ; Matan Azrad ; Dariusz >> Sosnowski ; Bing Zhao ; Ori Kam >> ; Suanming

RE: [PATCH 3/3] examples/l3fwd: fix maximum acceptable port ID in routes

2024-07-21 Thread Gagandeep Singh
Hi, > -Original Message- > From: Konstantin Ananyev > Sent: Thursday, July 18, 2024 3:32 PM > To: Gagandeep Singh ; dev@dpdk.org; Konstantin Ananyev > ; Sean Morrissey > > Cc: sta...@dpdk.org > Subject: RE: [PATCH 3/3] examples/l3fwd: fix maximum acceptable port ID in > routes > > > >

RE: [PATCH 3/3] examples/l3fwd: fix maximum acceptable port ID in routes

2024-07-21 Thread Gagandeep Singh
Hi, > > > > > Application is accepting routes for port ID up to UINT8_MAX for > > > > > LPM amd EM routes on parsing the given rule file, but only up to > > > > > 32 ports can be enabled as per the variable enabled_port_mask > > > > > which is defined as uint32_t. > > > > > > > > > > This patch r