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
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
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
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
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
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
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
> 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
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
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
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
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
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
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
>
>
>
>
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
15 matches
Mail list logo