[dpdk-dev] [PATCH]i40e: move the fdir_setup from dev_init to dev_configure

2014-12-26 Thread Cao, Min
Tested-by: Min Cao Patch name: [dpdk-dev] [PATCH]i40e: move the fdir_setup from dev_init to dev_configure Test Flag: Tested-by Tester name:min.cao at intel.com Result summary: total 4 cases, 4 passed, 0 failed Test Case 1: Name

[dpdk-dev] [PATCH]i40e: move the fdir_setup from dev_init to dev_configure

2014-12-05 Thread Thomas Monjalon
> > In order not to affect the FVL's performance by default setting, this patch > > moves > > the flow director initialization from i40e_pf_setup to i40e_dev_configure > > according to the mode in fdir configure info. > > Then the resources used for flow director will be only setup if it is > > e

[dpdk-dev] [PATCH]i40e: move the fdir_setup from dev_init to dev_configure

2014-12-05 Thread Zhang, Helin
> -Original Message- > From: Wu, Jingjing > Sent: Thursday, December 4, 2014 11:40 PM > To: dev at dpdk.org > Cc: Wu, Jingjing; Zhang, Helin; Ananyev, Konstantin > Subject: [PATCH]i40e: move the fdir_setup from dev_init to dev_configure > > In order not to affect the FVL's performance by

[dpdk-dev] [PATCH]i40e: move the fdir_setup from dev_init to dev_configure

2014-12-04 Thread Jingjing Wu
In order not to affect the FVL's performance by default setting, this patch moves the flow director initialization from i40e_pf_setup to i40e_dev_configure according to the mode in fdir configure info. Then the resources used for flow director will be only setup if it is enabled. Signed-off-by: ji

[dpdk-dev] [PATCH]i40e: move the fdir_setup from dev_init to dev_configure

2014-12-04 Thread Ananyev, Konstantin
> -Original Message- > From: Wu, Jingjing > Sent: Thursday, December 04, 2014 3:40 PM > To: dev at dpdk.org > Cc: Wu, Jingjing; Zhang, Helin; Ananyev, Konstantin > Subject: [PATCH]i40e: move the fdir_setup from dev_init to dev_configure > > In order not to affect the FVL's performance by