Hi Baptiste, As 26.07 RC is working in freebsd, I am assuming you are good with it. As for CQE mode, it is not supported with Truflow currently. Hence if you enable cqe_mode it shall disable Truflow and you cannot add rte flows that I mentioned earlier. In bnxt_get_config(), there is check for bnxt_compressed_rx_cqe_mode_enabled(), if you remove that check it should work but this is something we have not supported officially.
Thanks, Kishore -----Original Message----- From: Wicht, Baptiste <[email protected]> Sent: Monday, July 20, 2026 5:10 AM To: [email protected]; [email protected]; [email protected] Cc: [email protected] Subject: RE: Re: How to get RTE flows working with BNXT PMD? Hi David, Kishore, DPDK users, I have been able to reproduce your example with dpdk-testpmd compiled from 26.07 RC, the only "release" that is working on FreeBSD for BNXT. I could get the same results you did, thanks! I do observe some special behavior though. In our tests, we have to use cqe_mode=1 because otherwise we do not get any unicast packets (they are all filtered). However, in dpdk-testpmd, if I use cqe_mode=1, I do not get any packets counted and the filter you have proposed cannot be create. Is that behavior normal with cqe_mode=1? Thanks Baptiste -----Original Message----- From: David Marchand <[email protected]> Sent: Monday, July 13, 2026 11:10 AM To: Kishore Padmanabha <[email protected]>; Ajit Khaparde <[email protected]> Cc: [email protected]; Wicht, Baptiste <[email protected]> Subject: Re: How to get RTE flows working with BNXT PMD? Caution: This email originated from outside the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe. On Mon, 13 Jul 2026 at 10:59, Wicht, Baptiste <[email protected]> wrote: > > Hi DPDK users > > We are trying to get some RTE flows working with the BNXT PMD (on a Broadcom P2200G). However, we cannot get any flows working. We have tried both legacy and TruFlow modes, but neither seem to be working. Legacy mode only let us do RSS for total number of queues (not a subset) and TruFlow mode ends up filtering all unicast packets. > > Ultimately, we are trying to separate some kind of traffic (like UDP) to a set of RSS queues and the rest of the traffic to another set of RSS queues. > > Is that something that can be achieved with BNXT? Better to ask the bnxt maintainers directly. Kishore? Ajit? -- David Marchand
smime.p7s
Description: S/MIME Cryptographic Signature
