Re: [dpdk-dev] [PATCH v3 1/2] net: macro for MAC address print

2021-08-12 Thread Ferruh Yigit
On 8/10/2021 8:35 AM, Aman Singh wrote: > Added macro to print six bytes of MAC address. > The MAC addresses will be printed in lower case > hexdecimal format. s/hexdecimal/hexadecimal > In case there is a specific check for upper case > MAC address, the user may need to make a change in > such t

[dpdk-dev] [PATCH v3 1/2] net: macro for MAC address print

2021-08-10 Thread Aman Singh
Added macro to print six bytes of MAC address. The MAC addresses will be printed in lower case hexdecimal format. In case there is a specific check for upper case MAC address, the user may need to make a change in such test case after this patch. Signed-off-by: Aman Singh --- app/test-pmd/cmdlin