DPDK patches and discussions
 help / color / mirror / Atom feed
* Issue on capturing using DPDK Pdump on secondary interface.
       [not found] <CACOt6jzqtA3rwBMww3NqfYwXCfE9J8g=ym983P8ZEF77ciRtmw@mail.gmail.com>
@ 2022-08-25  6:13 ` Navin Srinivas
  2022-09-16 16:42   ` Stephen Hemminger
  0 siblings, 1 reply; 2+ messages in thread
From: Navin Srinivas @ 2022-08-25  6:13 UTC (permalink / raw)
  To: dev, users


[-- Attachment #1.1: Type: text/plain, Size: 1005 bytes --]

Hello,

We are facing a strange issue, we have the following setup for our
application. We wanted to capture packets using dpdk pdump for our
application, and started to notice an issue in capturing on DPDK 21.11
So we went back to DPDK 20.11 and we still saw the issue.

[image: image.png]
Think there is an issue in the pdump library to capture packets on the
secondary interface. But I'm not sure where to look.
APP1 - Primary APP
APP2 - Secondary APP.
Ports and ring inits are done by APP1 for APP2.

We are able to capture packets using the standard example application of
pdump and capture on port 0, but we are not able to capture on port1.

Has anyone come across this issue? Is there an open bug for this?
The multi process is working properly, and we are able to transmit and
receive packets on the secondary interface without any issue. We are facing
issue only on capturing packets on that interface(port1).

Are there any pointers where I can start to look?

Thanks & Regards,
Navin Srinivas

[-- Attachment #1.2: Type: text/html, Size: 1386 bytes --]

[-- Attachment #2: image.png --]
[-- Type: image/png, Size: 6463 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Issue on capturing using DPDK Pdump on secondary interface.
  2022-08-25  6:13 ` Issue on capturing using DPDK Pdump on secondary interface Navin Srinivas
@ 2022-09-16 16:42   ` Stephen Hemminger
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Hemminger @ 2022-09-16 16:42 UTC (permalink / raw)
  To: Navin Srinivas; +Cc: dev, users

On Thu, 25 Aug 2022 11:43:11 +0530
Navin Srinivas <g.navinsrinivas@gmail.com> wrote:

> Hello,
> 
> We are facing a strange issue, we have the following setup for our
> application. We wanted to capture packets using dpdk pdump for our
> application, and started to notice an issue in capturing on DPDK 21.11
> So we went back to DPDK 20.11 and we still saw the issue.
> 
> [image: image.png]
> Think there is an issue in the pdump library to capture packets on the
> secondary interface. But I'm not sure where to look.
> APP1 - Primary APP
> APP2 - Secondary APP.
> Ports and ring inits are done by APP1 for APP2.
> 
> We are able to capture packets using the standard example application of
> pdump and capture on port 0, but we are not able to capture on port1.
> 
> Has anyone come across this issue? Is there an open bug for this?
> The multi process is working properly, and we are able to transmit and
> receive packets on the secondary interface without any issue. We are facing
> issue only on capturing packets on that interface(port1).
> 
> Are there any pointers where I can start to look?
> 
> Thanks & Regards,
> Navin Srinivas

Pdump is a secondary application itself.

Pdump doesn't handle multiple interfaces well, it puts everything
together.  You probably are better off using the new dumpcap which
supports pcapng. Pcapng supports multiple interfaces in single capture.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-16 16:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CACOt6jzqtA3rwBMww3NqfYwXCfE9J8g=ym983P8ZEF77ciRtmw@mail.gmail.com>
2022-08-25  6:13 ` Issue on capturing using DPDK Pdump on secondary interface Navin Srinivas
2022-09-16 16:42   ` Stephen Hemminger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).