On Mon, 16 Aug 2021 15:27:28 +0530 Aman Singh <[email protected]> wrote:
> Added macros to simplify print of MAC address. > The six bytes of a MAC address are extracted in > a macro here, to improve code readablity. > > Signed-off-by: Aman Singh <[email protected]> > Reviewed-by: Ferruh Yigit <[email protected]> > --- > The change in the document will be done in seperate patch. > To ensure document has direct reference of the code as shown in > commit 413c75c33c40 ("doc: show how to include code in guides"). NAK The DPDK already has rte_ether_format_addr() why does so much code not use it?

