Re: [RFC] ethdev: introduce ethdev dump API

2022-01-12 Thread Thomas Monjalon
12/01/2022 03:44, Min Hu (Connor): > Hi, Thomas, > > 在 2022/1/11 20:48, Thomas Monjalon 写道: > > Please use --cc-cmd devtools/get-maintainer.sh so all maintainers are > > Cc'edlike this ? > git send-email -to dev@dpdk.org -cc ferruh.yi...@intel.com -cc > tho...@monjalon.net --cc-cmd devtools/ge

Re: [RFC] ethdev: introduce ethdev dump API

2022-01-11 Thread Thomas Monjalon
Please use --cc-cmd devtools/get-maintainer.sh so all maintainers are Cc'ed. 11/01/2022 12:54, Min Hu (Connor): > --- a/doc/guides/rel_notes/release_22_03.rst > +++ b/doc/guides/rel_notes/release_22_03.rst > @@ -55,6 +55,12 @@ New Features > Also, make sure to start the actual text at the ma

RE: [RFC] ethdev: introduce ethdev dump API

2022-01-11 Thread Morten Brørup
> From: Min Hu (Connor) [mailto:humi...@huawei.com] > Sent: Tuesday, 11 January 2022 12.55 > > Added the ethdev dump API which provides functions for query private > info > from device. There exists many private properties in different PMD > drivers, > such as adapter state, Rx/Tx func algorithm i