Re: [dpdk-dev] [PATCH v2] net/i40e: fix testpmd setup error when bulk is disabled

2017-04-20 Thread Zhang, Qi Z
> -Original Message- > From: Xing, Beilei > Sent: Thursday, April 20, 2017 4:52 PM > To: Wu, Jingjing ; Zhang, Qi Z > Cc: dev@dpdk.org > Subject: [PATCH v2] net/i40e: fix testpmd setup error when bulk is disabled > > Testpmd failed to start when > CONFIG_RTE_LIBRTE_I40E_RX_ALLOW_BULK_ALL

[dpdk-dev] [PATCH v2] net/i40e: fix testpmd setup error when bulk is disabled

2017-04-20 Thread Beilei Xing
Testpmd failed to start when CONFIG_RTE_LIBRTE_I40E_RX_ALLOW_BULK_ALLOC is disabled, the root cause is the length of sw_ring and queue are incorrect with the above configuration. Fixes: 0be295312966 ("net/i40e: fix compile error") Signed-off-by: Beilei Xing --- v2 change: Correct the length of