Re: [dpdk-dev] [PATCH 19.11 V3 00/12] Miscellaneous fixes

2019-10-10 Thread Thierry Herbelot
On 10/10/19 3:01 PM, David Marchand wrote: On Thu, Aug 8, 2019 at 4:34 PM Thomas Monjalon wrote: 08/08/2019 15:19, Thierry Herbelot: On 8/8/19 10:22 AM, Thierry Herbelot wrote: This series of patches includes fixes for issues seen with 6WIND fast path, built on DPDK. The patches are in 6WIND

Re: [dpdk-dev] [PATCH 19.11 V3 00/12] Miscellaneous fixes

2019-10-10 Thread David Marchand
On Thu, Aug 8, 2019 at 4:34 PM Thomas Monjalon wrote: > > 08/08/2019 15:19, Thierry Herbelot: > > On 8/8/19 10:22 AM, Thierry Herbelot wrote: > > > This series of patches includes fixes for issues seen with > > > 6WIND fast path, built on DPDK. > > > The patches are in 6WIND version of DPDK, and s

Re: [dpdk-dev] [PATCH 19.11 V3 00/12] Miscellaneous fixes

2019-08-08 Thread Thomas Monjalon
08/08/2019 15:19, Thierry Herbelot: > On 8/8/19 10:22 AM, Thierry Herbelot wrote: > > This series of patches includes fixes for issues seen with > > 6WIND fast path, built on DPDK. > > The patches are in 6WIND version of DPDK, and should have been > > upstreamed a long time ago. > > In fact, I wil

Re: [dpdk-dev] [PATCH 19.11 V3 00/12] Miscellaneous fixes

2019-08-08 Thread Thierry Herbelot
On 8/8/19 10:22 AM, Thierry Herbelot wrote: This series of patches includes fixes for issues seen with 6WIND fast path, built on DPDK. The patches are in 6WIND version of DPDK, and should have been upstreamed a long time ago. In fact, I will re-submit another series of patches, as some are not

[dpdk-dev] [PATCH 19.11 V3 00/12] Miscellaneous fixes

2019-08-08 Thread Thierry Herbelot
This series of patches includes fixes for issues seen with 6WIND fast path, built on DPDK. The patches are in 6WIND version of DPDK, and should have been upstreamed a long time ago. V3 changes: fix double increment of stats in virtio vectorized functions V2 changes: fix checkpatch issues Guo Fe