On 30/08/2021 11:42, Thomas Monjalon wrote:
A lot of flags are parts of a group but are documented alone.
The Doxygen syntax @{ and @} for grouping is used
to make flags appear together and have a common description.
Some Rx/Tx offload flags and RSS definitions are not grouped
because they need to be all properly documented first.
Signed-off-by: Thomas Monjalon<tho...@monjalon.net>
---
lib/ethdev/rte_ethdev.h | 71 ++++++++++++++++++++++++++++-------------
1 file changed, 48 insertions(+), 23 deletions(-)
lgtm, this is a nice enhancement when reading the api guide.
Acked-by: Kevin Traynor <ktray...@redhat.com>