Re: [dpdk-dev] [PATCH v15 00/12] Packet capture framework update
From: Thomas Monjalon <hidden>
Date: 2021-10-22 13:55:46
From: Thomas Monjalon <hidden>
Date: 2021-10-22 13:55:46
20/10/2021 23:42, Stephen Hemminger:
This patch set is a more complete version of the the enhanced packet capture support described last year. The new capture library and utility are: - faster avoids lots of extra I/O, does bursting, etc. - gives more information (multiple ports, queues, etc) - has a better user interface (same as Wireshark dumpcap) - fixes structural problems with VLAN's and timestamps
I have re-organized the commits and fixed various stuff in the doc. Doc and maintainers update are part of relevant commits. Applied, thanks.