Re: [dpdk-dev] [PATCH v7 0/2] Use macro to print MAC address

2021-09-07 Thread Ferruh Yigit
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_f

[dpdk-dev] [PATCH v7 0/2] Use macro to print MAC address

2021-08-25 Thread Aman Singh
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 f