DPDK RX Ring number dump
Stephen Hemminger
stephen at networkplumber.org
Mon Dec 12 17:31:25 CET 2022
On Mon, 12 Dec 2022 11:03:03 +0000
Bruce Richardson <bruce.richardson at intel.com> wrote:
> On Mon, Dec 12, 2022 at 04:15:04PM +0530, Kamaraj P wrote:
> > Thanks. Is there any teatpmd application has this logic to dump these
> > info whenever we received the packet.
> > Thanks,
> > Kamaraj
> >
> Sorry, no. No example application has the logic to do this.
Since the DPDK uses a pull model, the receive queue is known
when calling rx_burst().
More information about the dev
mailing list