Re: [dpdk-dev] [PATCH v2] ethdev: enhance the API for getting burst mode information

2019-11-06 Thread Thomas Monjalon
06/11/2019 02:21, Wang, Haiyue: > From: Thomas Monjalon > > 04/11/2019 11:39, Haiyue Wang: > > > /** > > > * Ethernet device RX/TX queue packet burst mode information structure. > > > * Used to retrieve information about packet burst mode setting. > > > */ > > > struct rte_eth_burst_mode {

Re: [dpdk-dev] [PATCH v2] ethdev: enhance the API for getting burst mode information

2019-11-05 Thread Wang, Haiyue
; ; Sun, Chenmin ; Kinsella, Ray > ; > Liu, Yu Y > Subject: RE: [dpdk-dev] [PATCH v2] ethdev: enhance the API for getting burst > mode information > > Hi Thomas, > > > -Original Message- > > From: Thomas Monjalon > > Sent: Wednesday, November

Re: [dpdk-dev] [PATCH v2] ethdev: enhance the API for getting burst mode information

2019-11-05 Thread Wang, Haiyue
iaolong > ; Sun, Chenmin ; Kinsella, Ray > ; > Liu, Yu Y > Subject: Re: [dpdk-dev] [PATCH v2] ethdev: enhance the API for getting burst > mode information > > 04/11/2019 11:39, Haiyue Wang: > > Change the type of burst mode information from bit field to free string >

Re: [dpdk-dev] [PATCH v2] ethdev: enhance the API for getting burst mode information

2019-11-05 Thread Thomas Monjalon
04/11/2019 11:39, Haiyue Wang: > Change the type of burst mode information from bit field to free string > data, so that each PMD can describe the Rx/Tx busrt functions flexibly. > > Signed-off-by: Haiyue Wang > --- > > v2: - Drop the bit field for burst mode information handling. Please use --

Re: [dpdk-dev] [PATCH v2] ethdev: enhance the API for getting burst mode information

2019-11-05 Thread Ray Kinsella
On 04/11/2019 10:39, Haiyue Wang wrote: > Change the type of burst mode information from bit field to free string > data, so that each PMD can describe the Rx/Tx busrt functions flexibly. > > Signed-off-by: Haiyue Wang > --- > > v2: - Drop the bit field for burst mode information handling. >

[dpdk-dev] [PATCH v2] ethdev: enhance the API for getting burst mode information

2019-11-04 Thread Haiyue Wang
Change the type of burst mode information from bit field to free string data, so that each PMD can describe the Rx/Tx busrt functions flexibly. Signed-off-by: Haiyue Wang --- v2: - Drop the bit field for burst mode information handling. v1: - http://patchwork.dpdk.org/patch/62289/ - http://