[dpdk-dev] [PATCH] i40e: fix the issue of trying more VSIs for VMDq than available

2015-11-12 Thread Helin Zhang
It fixes the issue of trying to allocate more VSIs for VMDq than hardware remaining. It adds a check of the hardware remaining before allocating VSIs for VMDq. Fixes: c80707a0fd9c ("i40e: fix VMDq pool limit") Signed-off-by: Helin Zhang --- drivers/net/i40e/i40e_ethdev.c | 7 +-- 1 file

[dpdk-dev] [PATCH] i40e: fix the issue of trying more VSIs for VMDq than available

2015-11-12 Thread Thomas Monjalon
2015-11-12 15:09, Helin Zhang: > It fixes the issue of trying to allocate more VSIs for VMDq than > hardware remaining. It adds a check of the hardware remaining > before allocating VSIs for VMDq. > > Fixes: c80707a0fd9c ("i40e: fix VMDq pool limit") > > Signed-off-by: Helin Zhang Applied,