[dpdk-dev] [PATCH v6 8/8] i40evf: support of updating/querying redirection table

2014-11-25 Thread Zhang, Helin
0 AM > To: Zhang, Helin > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v6 8/8] i40evf: support of updating/querying > redirection table > > Helin, > > I fixed these errors before applying: > > WARNING:MISSING_SPACE: break quoted strings at a space char

[dpdk-dev] [PATCH v6 8/8] i40evf: support of updating/querying redirection table

2014-11-24 Thread Thomas Monjalon
Helin, I fixed these errors before applying: WARNING:MISSING_SPACE: break quoted strings at a space character #134: FILE: lib/librte_pmd_i40e/i40e_ethdev_vf.c:1705: + "(%d) doesn't match the number of hardware can" + "support (%d)\n", reta_size, ETH_RSS

[dpdk-dev] [PATCH v6 8/8] i40evf: support of updating/querying redirection table

2014-11-16 Thread Helin Zhang
Support of updating/querying redirection table has been added for VF. Signed-off-by: Helin Zhang --- lib/librte_pmd_i40e/i40e_ethdev_vf.c | 99 ++-- 1 file changed, 94 insertions(+), 5 deletions(-) v2 changes: * Add support of updating/querying i40e reta of VF.