[dpdk-dev] [PATCH v3 00/13] enic counter fixes and Tx optimization

2016-06-11 Thread Bruce Richardson
On Thu, Jun 02, 2016 at 05:22:44PM -0700, John Daley wrote: > The first 3 patches are related to drop counters. The remaining > patches make up refactoring, cleanup bug fixes and optimization of > the Tx path. > > Changes since v2 are: > - Piotr Azarewicz's ol_flags patch >

[dpdk-dev] [PATCH v3 00/13] enic counter fixes and Tx optimization

2016-06-02 Thread John Daley
The first 3 patches are related to drop counters. The remaining patches make up refactoring, cleanup bug fixes and optimization of the Tx path. Changes since v2 are: - Piotr Azarewicz's ol_flags patch http://www.dpdk.org/dev/patchwork/patch/12642 - fix Tx IP and UDP/TCP checksum offload John