Re: [dpdk-dev] [PATCH v4] mbuf: minor cleanup

2020-11-05 Thread Thomas Monjalon
05/11/2020 14:36, Olivier Matz: > On Mon, Oct 26, 2020 at 03:42:01PM +0100, Morten Brørup wrote: > > 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. > > > > Note: This patch does not

Re: [dpdk-dev] [PATCH v4] mbuf: minor cleanup

2020-11-05 Thread Olivier Matz
On Mon, Oct 26, 2020 at 03:42:01PM +0100, Morten Brørup wrote: > 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. > > Note: This patch does not touch the offload and attachment flags that