Re: [dpdk-dev] [PATCH v3] doc: add new field to rxq info struct

2020-08-07 Thread Thomas Monjalon
07/08/2020 12:35, Ferruh Yigit: > On 8/7/2020 11:30 AM, Chengchang Tang wrote: > > Struct rte_eth_rxq_info will be modified to include a new field, indicating > > the size of each buffer that could be used for HW to receive packets. Add > > this field to rte_eth_rxq_info to expose relevant informat

Re: [dpdk-dev] [PATCH v3] doc: add new field to rxq info struct

2020-08-07 Thread Ferruh Yigit
On 8/7/2020 11:30 AM, Chengchang Tang wrote: > Struct rte_eth_rxq_info will be modified to include a new field, indicating > the size of each buffer that could be used for HW to receive packets. Add > this field to rte_eth_rxq_info to expose relevant information to upper > layer users/application.

[dpdk-dev] [PATCH v3] doc: add new field to rxq info struct

2020-08-07 Thread Chengchang Tang
Struct rte_eth_rxq_info will be modified to include a new field, indicating the size of each buffer that could be used for HW to receive packets. Add this field to rte_eth_rxq_info to expose relevant information to upper layer users/application. For more details: https://mails.dpdk.org/archives/de