Re: [dpdk-dev] [PATCH v15 06/12] pdump: support pcapng and filtering

2021-10-27 Thread Stephen Hemminger
On Wed, 27 Oct 2021 06:34:36 + "Wang, Yinan" wrote: > Hi Hemminger, > > I meet an issue when using dpdk-pdump with your patch ,we try to capture pkts > from virtio port, all packets captured shows malformed packets , and no issue > if remove your patch. Bug link:https://bugs.dpdk.org/show_

Re: [dpdk-dev] [PATCH v15 06/12] pdump: support pcapng and filtering

2021-10-26 Thread Wang, Yinan
Hi Hemminger, I meet an issue when using dpdk-pdump with your patch ,we try to capture pkts from virtio port, all packets captured shows malformed packets , and no issue if remove your patch. Bug link:https://bugs.dpdk.org/show_bug.cgi?id=840 Could you help to take a look at this issue? BR, Yi

Re: [dpdk-dev] [PATCH v15 06/12] pdump: support pcapng and filtering

2021-10-21 Thread Kinsella, Ray
On 20/10/2021 22:42, Stephen Hemminger wrote: This enhances the DPDK pdump library to support new pcapng format and filtering via BPF. The internal client/server protocol is changed to support two versions: the original pdump basic version and a new pcapng version. The internal version numbe