Re: [dpdk-dev] [PATCH v1 0/2] remove some limitations and operations

2020-11-24 Thread Guoyang Zhou
Hi ferruh, I hope that these two patches can be applied. Because in that way, the version can be stable. Thanks, Guoyang zhou 在 2020/11/24 17:31, Ferruh Yigit 写道: On 11/23/2020 4:09 PM, Ferruh Yigit wrote: On 11/23/2020 1:12 PM, Guoyang Zhou wrote: The maximum number of queues on the chip ca

Re: [dpdk-dev] [PATCH v1 0/2] remove some limitations and operations

2020-11-24 Thread Ferruh Yigit
On 11/23/2020 4:09 PM, Ferruh Yigit wrote: On 11/23/2020 1:12 PM, Guoyang Zhou wrote: The maximum number of queues on the chip can be any value greater than 0, it does not have to be the power of two, and remove the operation of optical modules in the link function. -- v1:    - remove the limit

Re: [dpdk-dev] [PATCH v1 0/2] remove some limitations and operations

2020-11-23 Thread Ferruh Yigit
On 11/23/2020 1:12 PM, Guoyang Zhou wrote: The maximum number of queues on the chip can be any value greater than 0, it does not have to be the power of two, and remove the operation of optical modules in the link function. -- v1: - remove the limitation for max queue num - remove the oper

[dpdk-dev] [PATCH v1 0/2] remove some limitations and operations

2020-11-23 Thread Guoyang Zhou
The maximum number of queues on the chip can be any value greater than 0, it does not have to be the power of two, and remove the operation of optical modules in the link function. -- v1: - remove the limitation for max queue num - remove the operation of optical modules in the link function