Re: [PATCH] net/virtio: fix descriptors buffer addresses on 32 bits builds

2023-09-29 Thread Dave Johnson (davejo)
Maxime Coquelin Date: Wednesday, September 20, 2023 at 9:02 AM To: dev@dpdk.org , Roger Melton (rmelton) , Dave Johnson (davejo) , Sampath Peechu (speechu) , chenbo@outlook.com , Malcolm Bumgardner (mbumgard) , Chris Brezovec (cbrezove) , david.march...@redhat.com Cc: Maxime Coquelin

Re: Commit broke 32-bit testpmd app

2023-09-06 Thread Dave Johnson (davejo)
Hi Maxime, This email is regarding the following commit: https://github.com/DPDK/dpdk/commit/ba55c94a7ebc386d2288d6578ed57aad6cb92657 A query had been sent previously on this topic (see below) indicating this commit appears to have broken the 32-bit testpmd app and impacted one of our products t

[PATCH] net/bnxt: limit max_vnics for CoS classification

2023-03-13 Thread Dave Johnson
When using CoS classification the number of vnics is capped to avoid unnecessary memzone allocations. Signed-off-by: Dave Johnson --- .mailmap | 1 + drivers/net/bnxt/bnxt.h | 1 + drivers/net/bnxt/bnxt_hwrm.c | 10 -- 3 files changed, 10 insertions(+), 2