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

2017-05-17 Thread Michael Lilja
ntel.com] > Sent: 17 May 2017 16:44 > To: Michael Lilja ; helin.zh...@intel.com; > jingjing...@intel.com > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v7] net/i40e: improved FDIR programming > times > > On 5/17/2017 3:31 PM, Michael Lilja wrote: >> Previously

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

2017-05-17 Thread Ferruh Yigit
ent: 17 May 2017 16:44 > To: Michael Lilja ; helin.zh...@intel.com; > jingjing...@intel.com > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v7] net/i40e: improved FDIR programming times > > On 5/17/2017 3:31 PM, Michael Lilja wrote: >> Previously, the FDIR programming time

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

2017-05-17 Thread Michael Lilja
rruh Yigit [mailto:ferruh.yi...@intel.com] Sent: 17 May 2017 16:44 To: Michael Lilja ; helin.zh...@intel.com; jingjing...@intel.com Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v7] net/i40e: improved FDIR programming times On 5/17/2017 3:31 PM, Michael Lilja wrote: > Previously, the FDI

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

2017-05-17 Thread Ferruh Yigit
On 5/17/2017 3:31 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 Sorry for multiple, minor change requests ... > > --- > v7: > * Code

[dpdk-dev] [PATCH v7] 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 --- v7: * Code style changes v6: * Fixed code style issues v5: * Reinitialization of "i" inconsistent with original intent