Re: [dpdk-dev] [PATCH v3] net/i40e: Improved FDIR programming times

2017-05-17 Thread Ferruh Yigit
patch in same mail thread, as a reply to previous version. Thanks, ferruh > >> -Original Message- >> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Michael Lilja >> Sent: Wednesday, May 17, 2017 6:02 AM >> To: dev@dpdk.org >> Cc: Michael Lilja >&

Re: [dpdk-dev] [PATCH v3] net/i40e: Improved FDIR programming times

2017-05-16 Thread Xing, Beilei
Hi, Seems my comments in v2 are not addressed, add the comments here again. > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Michael Lilja > Sent: Wednesday, May 17, 2017 6:02 AM > To: dev@dpdk.org > Cc: Michael Lilja > Subject: [dpdk-dev] [

[dpdk-dev] [PATCH v3] net/i40e: Improved FDIR programming times

2017-05-16 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 --- v3: * Code style fix --- drivers/net/i40e/i40e_fdir.c | 21 + 1 file changed, 13 insertions(+), 8 d