Yichen,
Thank you for confirming what I thought would be the answer. Span it is.
-Mike
From: Yichen Wang (yicwang)
Sent: Tuesday, November 13, 2018 11:08 AM
To: Bly, Mike
Cc: vpp-dev@lists.fd.io
Subject: [**EXTERNAL**] Re: [vpp-dev] packet capture
You can create a span ports, with SRC
You can create a span ports, with SRC interface is your VirtualEthernet, and
DST interface to be a tap interface. Then you run easily run tcpdump from
kernel side for your packet capture.
Thanks very much!
Regards,
Yichen
On Nov 13, 2018, at 09:36, Bly, Mike mailto:m...@ciena.com>>
wrote:
E
Ed, et al,
pcap works fine for DPDK controlled NICs, and I am assuming tcpdump can still
be used for tap based internal connections, but what can be used for vhost-user
interfaces?
Regards,
Mike
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#11
Tuesday, January 9, 2018 12:22 PM
> *To:* Mohsin Kazmi (sykazmi); vpp-dev@lists.fd.io
> *Subject:* Re: [vpp-dev] packet capture
>
> there are labels like dpdk-input, ip4-input-no-checksum,
> ip4-icmp-echo-request and so on.
> As you know wireshark shows a single entry containing al
Please find the response inline:
From: Holoo Gulakh
Sent: Tuesday, January 9, 2018 12:22 PM
To: Mohsin Kazmi (sykazmi); vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] packet capture
there are labels like dpdk-input, ip4-input-no-checksum, ip4-icmp-echo-request
and
trace frame-queuetrace frame-queue (on|off)
> vpp#
>
> I hope that it will help.
>
> -br
> Mohsin
>
>
> --
> *From:* vpp-dev-boun...@lists.fd.io on
> behalf of Holoo Gulakh
> *Sent:* Tuesday, January 9, 2018 11
On Tue, Jan 9, 2018 at 12:58 PM, Holoo Gulakh wrote:
> Hi,
> In a typical scenario, we usually use wireshark or tcpdump to capture
> input/output packets from interfaces and we can use filters to filter them
> base on different criteria such as protocol.
> My question is that : when VPP handles on
From: vpp-dev-boun...@lists.fd.io on behalf of
Holoo Gulakh
Sent: Tuesday, January 9, 2018 11:58 AM
To: vpp-dev@lists.fd.io
Subject: [vpp-dev] packet capture
Hi,
In a typical scenario, we usually use wireshark or tcpdump to capture
input/output packets from interfaces and we
Hi,
In a typical scenario, we usually use wireshark or tcpdump to capture
input/output packets from interfaces and we can use filters to filter them
base on different criteria such as protocol.
My question is that : when VPP handles one interface, then this interface
is out of kernel's control so w