Re: [dpdk-dev] [PATCH v3 0/4] LACP control packet filtering acceleration

2017-07-05 Thread Ferruh Yigit
On 7/4/2017 5:46 PM, Declan Doherty wrote: > 1. Overview > > Packet processing in the current path for bonding in mode 4, requires > parse all packets in the fast path, to classify and process LACP > packets. > > The idea of performance improvement is to use hardware offloads to > impro

[dpdk-dev] [PATCH v3 0/4] LACP control packet filtering acceleration

2017-07-04 Thread Declan Doherty
1. Overview Packet processing in the current path for bonding in mode 4, requires parse all packets in the fast path, to classify and process LACP packets. The idea of performance improvement is to use hardware offloads to improve packet classification. 2. Scope of work a) Optimiza