Re: [PATCH] ethdev: introduce ethdev dump API

2022-02-08 Thread Thomas Monjalon
08/02/2022 13:59, Ferruh Yigit: > On 2/8/2022 11:14 AM, Min Hu (Connor) wrote: > > 在 2022/2/8 18:21, Ferruh Yigit 写道: > >> What I understand was this API can return any device private information, > >> it is not limited to 'ethdev->data->dev_private', (although most of the > > I think this API is

Re: [PATCH] ethdev: introduce ethdev dump API

2022-02-08 Thread Ferruh Yigit
On 2/8/2022 11:14 AM, Min Hu (Connor) wrote: Hi, Ferruh, 在 2022/2/8 18:21, Ferruh Yigit 写道: On 2/8/2022 12:39 AM, Min Hu (Connor) wrote: Hi, Ferruh, 在 2022/2/7 23:35, Ferruh Yigit 写道: On 2/7/2022 12:56 PM, Morten Brørup wrote: From: Ferruh Yigit [mailto:ferruh.yi...@intel.com] Sent: Monday,

Re: [PATCH] ethdev: introduce ethdev dump API

2022-02-08 Thread Ferruh Yigit
On 2/8/2022 12:39 AM, Min Hu (Connor) wrote: Hi, Ferruh, 在 2022/2/7 23:35, Ferruh Yigit 写道: On 2/7/2022 12:56 PM, Morten Brørup wrote: From: Ferruh Yigit [mailto:ferruh.yi...@intel.com] Sent: Monday, 7 February 2022 13.36 On 2/7/2022 12:18 PM, Morten Brørup wrote: From: Ferruh Yigit [mailto:

Re: [PATCH] ethdev: introduce ethdev dump API

2022-02-07 Thread Ferruh Yigit
On 2/7/2022 12:56 PM, Morten Brørup wrote: From: Ferruh Yigit [mailto:ferruh.yi...@intel.com] Sent: Monday, 7 February 2022 13.36 On 2/7/2022 12:18 PM, Morten Brørup wrote: From: Ferruh Yigit [mailto:ferruh.yi...@intel.com] Sent: Monday, 7 February 2022 12.46 On 2/7/2022 1:47 AM, Min Hu (Conno

RE: [PATCH] ethdev: introduce ethdev dump API

2022-02-07 Thread Morten Brørup
> From: Ferruh Yigit [mailto:ferruh.yi...@intel.com] > Sent: Monday, 7 February 2022 13.36 > > On 2/7/2022 12:18 PM, Morten Brørup wrote: > >> From: Ferruh Yigit [mailto:ferruh.yi...@intel.com] > >> Sent: Monday, 7 February 2022 12.46 > >> > >> On 2/7/2022 1:47 AM, Min Hu (Connor) wrote: > >>> Add

Re: [PATCH] ethdev: introduce ethdev dump API

2022-02-07 Thread Ferruh Yigit
On 2/7/2022 12:18 PM, Morten Brørup wrote: From: Ferruh Yigit [mailto:ferruh.yi...@intel.com] Sent: Monday, 7 February 2022 12.46 On 2/7/2022 1:47 AM, Min Hu (Connor) wrote: Added the ethdev dump API which provides functions for query private info Isn't API and function are same thing in this

RE: [PATCH] ethdev: introduce ethdev dump API

2022-02-07 Thread Morten Brørup
> From: Ferruh Yigit [mailto:ferruh.yi...@intel.com] > Sent: Monday, 7 February 2022 12.46 > > On 2/7/2022 1:47 AM, Min Hu (Connor) wrote: > > Added the ethdev dump API which provides functions for query private > info > > Isn't API and function are same thing in this contexts? > > > from device

Re: [PATCH] ethdev: introduce ethdev dump API

2022-02-07 Thread Ferruh Yigit
On 2/7/2022 1:47 AM, Min Hu (Connor) wrote: Added the ethdev dump API which provides functions for query private info Isn't API and function are same thing in this contexts? from device. There exists many private properties in different PMD drivers, such as adapter state, Rx/Tx func algorithm