Re: [dpdk-dev] [PATCH v10] net/i40e: determine number of queues per VF during run time

2018-01-09 Thread Zhang, Helin
> -Original Message- > From: Dai, Wei > Sent: Tuesday, January 9, 2018 4:56 PM > To: Zhang, Helin; Yigit, Ferruh; Wu, Jingjing; Xing, Beilei > Cc: dev@dpdk.org; Dai, Wei > Subject: [PATCH v10] net/i40e: determine number of queues per VF during run > time > > Without this patch, the numbe

[dpdk-dev] [PATCH v10] net/i40e: determine number of queues per VF during run time

2018-01-09 Thread Wei Dai
Without this patch, the number of queues per i40e VF is defined as 4 by CONFIG_RTE_LIBRTE_I40E_QUEUE_NUM_PER_VF=4 in config/common_base. It is fixed value determined in building time and can't be changed during run time. With this patch, the number of queues per i40e VF can be determinated during