Re: [dpdk-dev] [PATCH v3 0/3] Multiseg fixes for pcap pmd

2019-07-25 Thread Ferruh Yigit
On 7/25/2019 8:24 PM, David Marchand wrote: > Here are some fixes caught while looking at oerrors statistics for this > driver. > The second patch can be seen as a revert or a followup of [1]. > > 1: https://git.dpdk.org/dpdk/commit/?id=49a0a2ffd5db > > Changelog since v2: > - coding style fixes

[dpdk-dev] [PATCH v3 0/3] Multiseg fixes for pcap pmd

2019-07-25 Thread David Marchand
Here are some fixes caught while looking at oerrors statistics for this driver. The second patch can be seen as a revert or a followup of [1]. 1: https://git.dpdk.org/dpdk/commit/?id=49a0a2ffd5db Changelog since v2: - coding style fixes in patch3, - added acks, Changelog since v1: - comments fro