Re: [dpdk-dev] [PATCH v3 1/4] ethdev: add the API for getting burst mode information

2019-10-15 Thread Ferruh Yigit
On 10/15/2019 2:39 AM, Wang, Haiyue wrote: >> -Original Message- >> From: Yigit, Ferruh >> Sent: Tuesday, October 15, 2019 00:39 >> To: Wang, Haiyue ; dev@dpdk.org; Ye, Xiaolong >> >> Cc: Kinsella, Ray ; Iremonger, Bernard >> ; Sun, >> Chenmin >> Subject: Re: [PATCH v3 1/4] ethdev: add

Re: [dpdk-dev] [PATCH v3 1/4] ethdev: add the API for getting burst mode information

2019-10-14 Thread Wang, Haiyue
> -Original Message- > From: Yigit, Ferruh > Sent: Tuesday, October 15, 2019 00:39 > To: Wang, Haiyue ; dev@dpdk.org; Ye, Xiaolong > > Cc: Kinsella, Ray ; Iremonger, Bernard > ; Sun, > Chenmin > Subject: Re: [PATCH v3 1/4] ethdev: add the API for getting burst mode > information > > O

Re: [dpdk-dev] [PATCH v3 1/4] ethdev: add the API for getting burst mode information

2019-10-14 Thread Wang, Haiyue
Hi, > -Original Message- > From: Yigit, Ferruh > Sent: Tuesday, October 15, 2019 00:39 > To: Wang, Haiyue ; dev@dpdk.org; Ye, Xiaolong > > Cc: Kinsella, Ray ; Iremonger, Bernard > ; Sun, > Chenmin > Subject: Re: [PATCH v3 1/4] ethdev: add the API for getting burst mode > information >

Re: [dpdk-dev] [PATCH v3 1/4] ethdev: add the API for getting burst mode information

2019-10-14 Thread Ferruh Yigit
On 10/14/2019 4:35 PM, Haiyue Wang wrote: > Some PMDs have more than one RX/TX burst paths, add the ethdev API > that allows an application to retrieve the mode information about > Rx/Tx packet burst such as Scalar or Vector, and Vector technology > like AVX2. > > Signed-off-by: Haiyue Wang > Ack

[dpdk-dev] [PATCH v3 1/4] ethdev: add the API for getting burst mode information

2019-10-14 Thread Haiyue Wang
Some PMDs have more than one RX/TX burst paths, add the ethdev API that allows an application to retrieve the mode information about Rx/Tx packet burst such as Scalar or Vector, and Vector technology like AVX2. Signed-off-by: Haiyue Wang Acked-by: Bernard Iremonger Reviewed-by: Xiaolong Ye ---