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

2020-08-07 Thread Thomas Monjalon
For info, today is the last day to get trusted acks on deprecations. 07/08/2020 05:51, Chengchang Tang: > On 2020/8/6 23:25, Ferruh Yigit wrote: > > On 8/6/2020 5:00 AM, Chengchang Tang wrote: > >> Struct rte_eth_rxq_info will be modified to include a new field, indicating > >> the size of each bu

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

2020-08-06 Thread Chengchang Tang
; arybche...@solarflare.com; >> step...@networkplumber.org >> Subject: [dpdk-dev] [PATCH v2] doc: add new field to rxq info struct >> >> 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 r

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

2020-08-06 Thread Chengchang Tang
On 2020/8/6 23:25, Ferruh Yigit wrote: > On 8/6/2020 5:00 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 infor

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

2020-08-06 Thread Ferruh Yigit
On 8/6/2020 5:00 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. >

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

2020-08-06 Thread Slava Ovsiienko
> -Original Message- > From: dev On Behalf Of Chengchang Tang > Sent: Thursday, August 6, 2020 7:01 > To: dev@dpdk.org > Cc: linux...@huawei.com; Thomas Monjalon ; > ferruh.yi...@intel.com; arybche...@solarflare.com; > step...@networkplumber.org > Subject: [dpdk-

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

2020-08-05 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

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

2020-08-05 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