Re: DPDK RX Ring number dump

2022-12-12 Thread Kamaraj P
Thanks Stephen,. As Bruce suggested earlier we cannot get ringnumber from the queue(attached to the port) after rx_burst call. Thanks, Kamaraj On Mon, 12 Dec 2022, 10:01 pm Stephen Hemminger, wrote: > On Mon, 12 Dec 2022 11:03:03 + > Bruce Richardson wrote: > > > On Mon, Dec 12, 2022 at 0

Re: DPDK RX Ring number dump

2022-12-12 Thread Stephen Hemminger
On Mon, 12 Dec 2022 11:03:03 + Bruce Richardson 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 ex

Re: DPDK RX Ring number dump

2022-12-12 Thread Bruce Richardson
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.

Re: DPDK RX Ring number dump

2022-12-12 Thread Kamaraj P
Thanks. Is there any teatpmd application has this logic to dump these info whenever we received the packet. Thanks, Kamaraj On Mon, 12 Dec 2022, 4:07 pm Bruce Richardson, wrote: > On Mon, Dec 12, 2022 at 10:29:58AM +0530, Kamaraj P wrote: > >Hello All, > >We have an application where we

Re: DPDK RX Ring number dump

2022-12-12 Thread Bruce Richardson
On Mon, Dec 12, 2022 at 10:29:58AM +0530, Kamaraj P wrote: >Hello All, >We have an application where we need to dump the received packet rx >ring number from the queue. >Can anyone share the DPDK api to dump the rx ringnumber for the packet >which we received (debug and troubles

DPDK RX Ring number dump

2022-12-11 Thread Kamaraj P
Hello All, We have an application where we need to dump the received packet rx ring number from the queue. Can anyone share the DPDK api to dump the rx ringnumber for the packet which we received (debug and troubleshoot)? Thanks, Kamaraj