[dpdk-dev] [PATCH v7 0/2] Use macro to print MAC address
Ferruh Yigit
ferruh.yigit at intel.com
Tue Sep 7 19:11:16 CEST 2021
On 8/25/2021 6:27 PM, Aman Singh wrote:
> Added macros to simplyfy print of MAC address.
> The six bytes of mac address is extracted using
> a macro to improve code readability.
>
> V2: Fix build issue in examples code
> V3: Fix Windows compilation issue
> V5: Print format aligned with rte_ether_format_addr API
> Both using upper case hexadecimal format.
> V6: Added macro RTE_ETHER_ADDR_BYTES in the rte_ether_format_addr
> API and rebased.
> V7: File got renamed after rebase nfp_ethdev.c added changes to it.
>
> *** BLURB HERE ***
>
> Aman Singh (2):
> net: added macro for MAC address print
> net: added macro to extract MAC address bytes
>
Series applied to dpdk-next-net/main, thanks.
More information about the dev
mailing list