[dpdk-dev] [PATCH] i40e: fix the issue of cannot using more than 1 poor for VMDq

2015-11-11 Thread Thomas Monjalon
2015-11-11 16:56, Helin Zhang: > It fixes the issue of cannot using more than 1 poor for VMDq, > according to the queues left. > > Fixes: 705b57f82054 ("i40e: enlarge the number of supported queues") > > Signed-off-by: Helin Zhang Applied, thanks

[dpdk-dev] [PATCH] i40e: fix the issue of cannot using more than 1 poor for VMDq

2015-11-11 Thread Helin Zhang
It fixes the issue of cannot using more than 1 poor for VMDq, according to the queues left. Fixes: 705b57f82054 ("i40e: enlarge the number of supported queues") Signed-off-by: Helin Zhang --- drivers/net/i40e/i40e_ethdev.c | 36 ++-- 1 file changed, 26 insertions

[dpdk-dev] [PATCH] i40e: fix the issue of cannot using more than 1 poor for VMDq

2015-11-11 Thread Thomas Monjalon
Comments on the git message: After the word "fix" in the title, the word "issue" is useless. It's better to have a short title, easy to parse in the commit list. What is a poor? Do you mean pool? 2015-11-11 16:56, Helin Zhang: > It fixes the issue of cannot using more than 1 poor for VMDq, > acc