numam-dpdk/examples
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
..
bbdev_app net: add macro to extract MAC address bytes 2021-09-07 19:08:05 +02:00
bond net: rename Ethernet header fields 2021-10-08 14:58:11 +02:00
bpf examples: remove old build system references 2020-09-07 23:51:57 +02:00
cmdline doc: use code snippets in sample app guides 2021-07-31 15:42:43 +02:00
distributor net: add macro to extract MAC address bytes 2021-09-07 19:08:05 +02:00
ethtool net: rename Ethernet header fields 2021-10-08 14:58:11 +02:00
eventdev_pipeline net: rename Ethernet header fields 2021-10-08 14:58:11 +02:00
fips_validation examples/fips_validation: remove illegal usage of API 2021-09-08 09:34:25 +02:00
flow_classify net: add macro to extract MAC address bytes 2021-09-07 19:08:05 +02:00
flow_filtering net: rename Ethernet header fields 2021-10-08 14:58:11 +02:00
helloworld doc: use code snippets in sample app guides 2021-07-31 15:42:43 +02:00
ioat net: rename Ethernet header fields 2021-10-08 14:58:11 +02:00
ip_fragmentation net: rename Ethernet header fields 2021-10-08 14:58:11 +02:00
ip_pipeline net: add macro to extract MAC address bytes 2021-09-07 19:08:05 +02:00
ip_reassembly net: rename Ethernet header fields 2021-10-08 14:58:11 +02:00
ipsec-secgw net: rename Ethernet header fields 2021-10-08 14:58:11 +02:00
ipv4_multicast net: rename Ethernet header fields 2021-10-08 14:58:11 +02:00
kni examples/kni: close port before exit 2021-10-06 16:51:58 +02:00
l2fwd net: rename Ethernet header fields 2021-10-08 14:58:11 +02:00
l2fwd-cat net: add macro to extract MAC address bytes 2021-09-07 19:08:05 +02:00
l2fwd-crypto net: rename Ethernet header fields 2021-10-08 14:58:11 +02:00
l2fwd-event net: rename Ethernet header fields 2021-10-08 14:58:11 +02:00
l2fwd-jobstats net: rename Ethernet header fields 2021-10-08 14:58:11 +02:00
l2fwd-keepalive net: rename Ethernet header fields 2021-10-08 14:58:11 +02:00
l3fwd net: rename Ethernet header fields 2021-10-08 14:58:11 +02:00
l3fwd-acl net: rename Ethernet header fields 2021-10-08 14:58:11 +02:00
l3fwd-graph doc: use code snippets in sample app guides 2021-07-31 15:42:43 +02:00
l3fwd-power net: rename Ethernet header fields 2021-10-08 14:58:11 +02:00
link_status_interrupt net: rename Ethernet header fields 2021-10-08 14:58:11 +02:00
multi_process doc: use code snippets in sample app guides 2021-07-31 15:42:43 +02:00
ntb examples: fix pkg-config override 2021-05-05 22:20:24 +02:00
packet_ordering net: add macro to extract MAC address bytes 2021-09-07 19:08:05 +02:00
performance-thread net: rename Ethernet header fields 2021-10-08 14:58:11 +02:00
pipeline pipeline: improve handling of learner action arguments 2021-09-27 12:18:49 +02:00
ptpclient net: rename Ethernet header fields 2021-10-08 14:58:11 +02:00
qos_meter doc: use code snippets in sample app guides 2021-07-31 15:42:43 +02:00
qos_sched examples: fix pkg-config override 2021-05-05 22:20:24 +02:00
rxtx_callbacks net: add macro to extract MAC address bytes 2021-09-07 19:08:05 +02:00
server_node_efd net: add macro to extract MAC address bytes 2021-09-07 19:08:05 +02:00
service_cores examples/service_cores: fix lcore count check 2021-09-16 17:31:03 +02:00
skeleton net: add macro to extract MAC address bytes 2021-09-07 19:08:05 +02:00
timer doc: use code snippets in sample app guides 2021-07-31 15:42:43 +02:00
vdpa examples: fix pkg-config override 2021-05-05 22:20:24 +02:00
vhost net: rename Ethernet header fields 2021-10-08 14:58:11 +02:00
vhost_blk examples: fix pkg-config override 2021-05-05 22:20:24 +02:00
vhost_crypto examples: fix pkg-config override 2021-05-05 22:20:24 +02:00
vm_power_manager net: add macro to extract MAC address bytes 2021-09-07 19:08:05 +02:00
vmdq net: rename Ethernet header fields 2021-10-08 14:58:11 +02:00
vmdq_dcb net: rename Ethernet header fields 2021-10-08 14:58:11 +02:00
meson.build examples: reduce indentation in build files 2021-04-21 14:04:09 +02:00