Re: [PATCH v7 0/5] dumpcap and pcapng fixes

2023-11-22 Thread Thomas Monjalon
> Stephen Hemminger (5): > pdump: fix setting rte_errno on mp error > dumpcap: allow multiple invocations > pcapng: modify timestamp calculation > pcapng: avoid using alloca() > test: cleanups to pcapng test Applied with a note about the API change in release notes.

[PATCH v7 0/5] dumpcap and pcapng fixes

2023-11-17 Thread Stephen Hemminger
It fixes issues related to timestamping. The design choices are to maximize performance in the primary process; and do all the time adjustment in the secondary (dumpcap) since the dumpcap needs to system calls anyway to write the result. This patches set changes where the adjustment is calculated