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

2019-11-06 Thread Ferruh Yigit
flare.com; viachesl...@mellanox.com; damar...@cisco.com; Ye, >> Xiaolong >> ; Sun, Chenmin ; Kinsella, Ray >> ; >> Liu, Yu Y >> Subject: Re: [dpdk-dev] [PATCH v3] ethdev: enhance the API for getting burst >> mode information >> >> 06/11/2019 02:30, Haiyue

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

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

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

2019-11-06 Thread Slava Ovsiienko
> -Original Message- > From: Haiyue Wang > Sent: Wednesday, November 6, 2019 3:30 > To: dev@dpdk.org; Thomas Monjalon ; > jerinjac...@gmail.com; ferruh.yi...@intel.com; > arybche...@solarflare.com; Slava Ovsiienko ; > damar...@cisco.com; xiaolong...@intel.com; chenmin@intel.com; > ray.

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

2019-11-06 Thread Thomas Monjalon
06/11/2019 02:30, 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 > Acked-by: Ray Kinsella Thank you for accepting my comments which came late. Acked-

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

2019-11-05 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 Acked-by: Ray Kinsella --- v3: - Fix one doxygen issue. v2: - http://patchwork.dpdk.org/patch/62368/ - Drop the bit fiel