mbox series

[0/1] mbuf: minor cleanup

Message ID 20200916081747.124520-1-mb@smartsharesystems.com (mailing list archive)
Headers
Series mbuf: minor cleanup |

Message

Morten Brørup Sept. 16, 2020, 8:17 a.m. UTC
  The mbuf header files had some commenting style errors that affected the
API documentation.
Also, the RTE_ prefix was missing on a macro and a definition.

This cleanup was also discussed here:
http://inbox.dpdk.org/dev/98CBD80474FA8B44BF855DF32C47DC35C6111E@smartserver.smartshare.dk/

Please note:
This patch does not touch the offload and attachment flags that are missing
the RTE_ prefix. I would rather leave that to another patch from someone who
can also write a devtools script to help converting drivers and applications
to the new names.


Morten Brørup (1):
  mbuf: minor cleanup

 lib/librte_mbuf/rte_mbuf.h      | 47 ++++++++++++++++++++-------------
 lib/librte_mbuf/rte_mbuf_core.h |  9 ++++---
 2 files changed, 35 insertions(+), 21 deletions(-)