Re: [dpdk-dev] [PATCH v6] net/i40e: improved FDIR programming times

2017-05-17 Thread Ferruh Yigit
On 5/17/2017 2:45 PM, Michael Lilja wrote: > Previously, the FDIR programming time is +11ms on i40e. > This patch will result in an average programming time of > 22usec with a max of 60usec . > > Signed-off-by: Michael Lilja Please cc maintainers in the patch. > > --- > v6: > * Fixed code styl

[dpdk-dev] [PATCH v6] net/i40e: improved FDIR programming times

2017-05-17 Thread Michael Lilja
Previously, the FDIR programming time is +11ms on i40e. This patch will result in an average programming time of 22usec with a max of 60usec . Signed-off-by: Michael Lilja --- v6: * Fixed code style issues v5: * Reinitialization of "i" inconsistent with original intent v4: * Code style fix v3