numam-dpdk/drivers/net/virtio
Aman Deep Singh c2c4f87b12 net: add macro for MAC address print
Added macro to print six bytes of MAC address.
The MAC addresses will be printed in upper case
hexadecimal format.
In case there is a specific check for lower case
MAC address, the user may need to make a change in
such test case after this patch.

Signed-off-by: Aman Deep Singh <aman.deep.singh@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
2021-09-07 19:07:46 +02:00
..
virtio_user net/virtio: fix interrupt handle leak 2021-07-28 08:29:27 +02:00
meson.build net/virtio: fix aarch32 build 2021-07-09 20:00:06 +02:00
version.map version: 21.11-rc0 2021-08-17 08:37:52 +02:00
virtio_ethdev.c net: add macro for MAC address print 2021-09-07 19:07:46 +02:00
virtio_ethdev.h net/virtio: fix Rx scatter offload 2021-07-21 07:56:13 +02:00
virtio_logs.h
virtio_pci_ethdev.c net/virtio: fix secondary process crash with PCI devices 2021-02-04 18:19:36 +01:00
virtio_pci.c net/virtio: fix secondary process crash with PCI devices 2021-02-04 18:19:36 +01:00
virtio_pci.h net/virtio: fix secondary process crash with PCI devices 2021-02-04 18:19:36 +01:00
virtio_ring.h net/virtio: move features definition to generic header 2021-01-29 18:16:09 +01:00
virtio_rxtx_packed_avx.h net/virtio: refactor Tx offload helper 2021-05-04 10:22:17 +02:00
virtio_rxtx_packed_neon.h net/virtio: refactor Tx offload helper 2021-05-04 10:22:17 +02:00
virtio_rxtx_packed.c net/virtio: remove reference to virtqueue in vrings 2021-03-31 07:31:14 +02:00
virtio_rxtx_packed.h net/virtio: remove reference to virtqueue in vrings 2021-03-31 07:31:14 +02:00
virtio_rxtx_simple_altivec.c net/virtio: fix vectorized Rx queue rearm 2021-05-04 10:08:11 +02:00
virtio_rxtx_simple_neon.c net/virtio: fix vectorized Rx queue rearm 2021-05-04 10:08:11 +02:00
virtio_rxtx_simple_sse.c net/virtio: fix vectorized Rx queue rearm 2021-05-04 10:08:11 +02:00
virtio_rxtx_simple.c ethdev: make driver-only headers private 2021-01-29 20:59:09 +01:00
virtio_rxtx_simple.h net/virtio: remove reference to virtqueue in vrings 2021-03-31 07:31:14 +02:00
virtio_rxtx.c net/virtio: fix Rx scatter offload 2021-07-21 07:56:13 +02:00
virtio_rxtx.h net/virtio: allocate fake mbuf in Rx queue 2021-03-31 07:31:41 +02:00
virtio_user_ethdev.c net/virtio: add MAC device config getter and setter 2021-06-23 09:55:45 +02:00
virtio.c net/virtio: make interrupt handling more generic 2021-01-29 18:16:09 +01:00
virtio.h net/virtio: fix Rx scatter offload 2021-07-21 07:56:13 +02:00
virtqueue.c net/virtio: remove last PCI refs in non-PCI code 2021-01-29 18:16:09 +01:00
virtqueue.h net/virtio: refactor Tx offload helper 2021-05-04 10:22:17 +02:00