numam-dpdk/lib/gro
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
..
gro_tcp4.c net: rename Ethernet header fields 2021-10-08 14:58:11 +02:00
gro_tcp4.h lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
gro_udp4.c net: rename Ethernet header fields 2021-10-08 14:58:11 +02:00
gro_udp4.h lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
gro_vxlan_tcp4.c net: rename Ethernet header fields 2021-10-08 14:58:11 +02:00
gro_vxlan_tcp4.h lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
gro_vxlan_udp4.c net: rename Ethernet header fields 2021-10-08 14:58:11 +02:00
gro_vxlan_udp4.h lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
meson.build lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_gro.c lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_gro.h lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
version.map version: 21.11-rc0 2021-08-17 08:37:52 +02:00