numam-dpdk/examples/vhost
Dmitry Kozlyuk 04d43857ea net: rename Ethernet header fields
Definition of `rte_ether_addr` structure used a workaround allowing DPDK
and Windows SDK headers to be used in the same file, because Windows SDK
defines `s_addr` as a macro. Rename `s_addr` to `src_addr` and `d_addr`
to `dst_addr` to avoid the conflict and remove the workaround.
Deprecation notice:
https://mails.dpdk.org/archives/dev/2021-July/215270.html

Signed-off-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
2021-10-08 14:58:11 +02:00
..
ioat.c vhost: fix async callbacks return type 2021-07-23 10:58:53 +02:00
ioat.h vhost: fix async callbacks return type 2021-07-23 10:58:53 +02:00
main.c net: rename Ethernet header fields 2021-10-08 14:58:11 +02:00
main.h examples/vhost: handle memory hotplug for async vhost 2021-07-23 10:58:53 +02:00
Makefile examples: fix pkg-config override 2021-05-05 22:20:24 +02:00
meson.build examples: reduce indentation in build files 2021-04-21 14:04:09 +02:00
virtio_net.c examples/vhost: check memory table query 2021-03-31 08:46:32 +02:00