[dpdk-dev] [PATCH v4 4/7] i40e: add hash filter control implementation

2014-10-14 Thread Zhang, Helin
drey > Sent: Monday, October 13, 2014 6:23 PM > To: Zhang, Helin; dev at dpdk.org > Subject: RE: [dpdk-dev] [PATCH v4 4/7] i40e: add hash filter control > implementation > > Hi Helin, > > Should we define packet classification types separately and do not reuse bit > shifts

[dpdk-dev] [PATCH v4 4/7] i40e: add hash filter control implementation

2014-10-13 Thread Helin Zhang
Hash filter control has been implemented for i40e. It includes getting/setting - hash function type - symmetric hash enable per pctype (packet classification type) - symmetric hash enable per port - filter swap configuration Signed-off-by: Helin Zhang --- lib/librte_pmd_i40e/i40e_ethdev.c | 402

[dpdk-dev] [PATCH v4 4/7] i40e: add hash filter control implementation

2014-10-13 Thread Chilikin, Andrey
: Monday, October 13, 2014 7:13 AM To: dev at dpdk.org Subject: [dpdk-dev] [PATCH v4 4/7] i40e: add hash filter control implementation Hash filter control has been implemented for i40e. It includes getting/setting - hash function type - symmetric hash enable per pctype (packet classification type) -