[dpdk-dev] [PATCH v6 6/6] testpmd: Set Rx VMDq RSS mode

2015-01-12 Thread Vlad Zolotarov
On 01/12/15 07:59, Ouyang Changchun wrote: > Set VMDq RSS mode if it has VF(VF number is more than 1) and has RSS > information. > > Signed-off-by: Changchun Ouyang Reviewed-by: Vlad Zolotarov > > changes in v6 >- Put common statement outside the if branch. > > changes in v5 >- Assig

[dpdk-dev] [PATCH v6 6/6] testpmd: Set Rx VMDq RSS mode

2015-01-12 Thread Ouyang Changchun
Set VMDq RSS mode if it has VF(VF number is more than 1) and has RSS information. Signed-off-by: Changchun Ouyang changes in v6 - Put common statement outside the if branch. changes in v5 - Assign txmode.mq_mode with ETH_MQ_TX_NONE explicitly; - Remove one line wrong comment. --- app/t