Re: [dpdk-dev] [RFC PATCH 0/3] configurable max queue number per VF

2017-12-21 Thread Ferruh Yigit
On 7/31/2017 12:27 PM, Wenzhuo Lu wrote: > Currently, on i40e, the max queue number per VF is set by a macro. > It means the value is decided when compiling. It's not friendly to > the users. Because every time the users want to change the value, > the code need to be re-compiled. > > The reason o

Re: [dpdk-dev] [RFC PATCH 0/3] configurable max queue number per VF

2017-12-15 Thread Ferruh Yigit
On 7/31/2017 12:27 PM, Wenzhuo Lu wrote: > Currently, on i40e, the max queue number per VF is set by a macro. > It means the value is decided when compiling. It's not friendly to > the users. Because every time the users want to change the value, > the code need to be re-compiled. > > The reason o

[dpdk-dev] [RFC PATCH 0/3] configurable max queue number per VF

2017-07-31 Thread Wenzhuo Lu
Currently, on i40e, the max queue number per VF is set by a macro. It means the value is decided when compiling. It's not friendly to the users. Because every time the users want to change the value, the code need to be re-compiled. The reason of using a macro for the max queue number is that the