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

2017-05-18 Thread Ferruh Yigit
chael Lilja >> Subject: [dpdk-dev] [PATCH v8] net/i40e: improved FDIR programming times >> >> 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 . >> >> Sign

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

2017-05-17 Thread Xing, Beilei
Hi, > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Michael Lilja > Sent: Wednesday, May 17, 2017 10:58 PM > To: Zhang, Helin ; Wu, Jingjing > > Cc: dev@dpdk.org; Michael Lilja > Subject: [dpdk-dev] [PATCH v8] net/i40e: improved F

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

2017-05-17 Thread Michael Lilja
Please fix while applying. -Original Message- From: Ferruh Yigit [mailto:ferruh.yi...@intel.com] Sent: 17 May 2017 17:17 To: Michael Lilja ; helin.zh...@intel.com; jingjing...@intel.com Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v8] net/i40e: improved FDIR programming times On 5

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

2017-05-17 Thread Ferruh Yigit
On 5/17/2017 3:57 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 <...> > /* totally delay 10 ms to check programming status*/ > -

[dpdk-dev] [PATCH v8] 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 --- v8: * Merged two defines into one handling max wait time v7: * Code style changes v6: * Fixed code style issues v5: *