numam-dpdk/examples
Olivier Matz 538da7a1ca net: add rte prefix to ether functions
Add 'rte_' prefix to functions:
- rename is_same_ether_addr() as rte_is_same_ether_addr().
- rename is_zero_ether_addr() as rte_is_zero_ether_addr().
- rename is_unicast_ether_addr() as rte_is_unicast_ether_addr().
- rename is_multicast_ether_addr() as rte_is_multicast_ether_addr().
- rename is_broadcast_ether_addr() as rte_is_broadcast_ether_addr().
- rename is_universal_ether_addr() as rte_is_universal_ether_addr().
- rename is_local_admin_ether_addr() as rte_is_local_admin_ether_addr().
- rename is_valid_assigned_ether_addr() as rte_is_valid_assigned_ether_addr().
- rename eth_random_addr() as rte_eth_random_addr().
- rename ether_addr_copy() as rte_ether_addr_copy().
- rename ether_format_addr() as rte_ether_format_addr().

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
Reviewed-by: Stephen Hemminger <stephen@networkplumber.org>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
2019-05-24 13:34:45 +02:00
..
bbdev_app net: add rte prefix to ether structures 2019-05-24 13:34:45 +02:00
bond net: add rte prefix to ether functions 2019-05-24 13:34:45 +02:00
bpf examples/bpf: move from test directory 2019-02-26 15:29:07 +01:00
cmdline examples: fix make clean when using pkg-config 2019-05-20 23:57:47 +02:00
distributor net: add rte prefix to ether structures 2019-05-24 13:34:45 +02:00
ethtool net: add rte prefix to ether functions 2019-05-24 13:34:45 +02:00
eventdev_pipeline net: add rte prefix to ether functions 2019-05-24 13:34:45 +02:00
exception_path examples: fix make clean when using pkg-config 2019-05-20 23:57:47 +02:00
fips_validation examples: fix make clean when using pkg-config 2019-05-20 23:57:47 +02:00
flow_classify net: add rte prefix to ether structures 2019-05-24 13:34:45 +02:00
flow_filtering net: add rte prefix to ether functions 2019-05-24 13:34:45 +02:00
helloworld examples: fix make clean when using pkg-config 2019-05-20 23:57:47 +02:00
ip_fragmentation net: add rte prefix to ether functions 2019-05-24 13:34:45 +02:00
ip_pipeline net: add rte prefix to ether structures 2019-05-24 13:34:45 +02:00
ip_reassembly net: add rte prefix to ether functions 2019-05-24 13:34:45 +02:00
ipsec-secgw net: add rte prefix to ether functions 2019-05-24 13:34:45 +02:00
ipv4_multicast net: add rte prefix to ether functions 2019-05-24 13:34:45 +02:00
kni net: add rte prefix to ether functions 2019-05-24 13:34:45 +02:00
l2fwd net: add rte prefix to ether functions 2019-05-24 13:34:45 +02:00
l2fwd-cat net: add rte prefix to ether structures 2019-05-24 13:34:45 +02:00
l2fwd-crypto net: add rte prefix to ether functions 2019-05-24 13:34:45 +02:00
l2fwd-jobstats net: add rte prefix to ether functions 2019-05-24 13:34:45 +02:00
l2fwd-keepalive net: add rte prefix to ether functions 2019-05-24 13:34:45 +02:00
l3fwd net: add rte prefix to ether functions 2019-05-24 13:34:45 +02:00
l3fwd-acl net: add rte prefix to ether functions 2019-05-24 13:34:45 +02:00
l3fwd-power net: add rte prefix to ether functions 2019-05-24 13:34:45 +02:00
l3fwd-vf net: add rte prefix to ether functions 2019-05-24 13:34:45 +02:00
link_status_interrupt net: add rte prefix to ether functions 2019-05-24 13:34:45 +02:00
load_balancer net: add rte prefix to ether structures 2019-05-24 13:34:45 +02:00
multi_process net: add rte prefix to ether structures 2019-05-24 13:34:45 +02:00
netmap_compat replace snprintf with strlcpy without adding extra include 2019-04-04 22:45:54 +02:00
packet_ordering net: add rte prefix to ether structures 2019-05-24 13:34:45 +02:00
performance-thread net: add rte prefix to ether functions 2019-05-24 13:34:45 +02:00
ptpclient net: add rte prefix to ether functions 2019-05-24 13:34:45 +02:00
qos_meter net: add rte prefix to ether structures 2019-05-24 13:34:45 +02:00
qos_sched examples: fix make clean when using pkg-config 2019-05-20 23:57:47 +02:00
quota_watermark net: add rte prefix to ether functions 2019-05-24 13:34:45 +02:00
rxtx_callbacks net: add rte prefix to ether structures 2019-05-24 13:34:45 +02:00
server_node_efd net: add rte prefix to ether structures 2019-05-24 13:34:45 +02:00
service_cores examples: fix make clean when using pkg-config 2019-05-20 23:57:47 +02:00
skeleton net: add rte prefix to ether structures 2019-05-24 13:34:45 +02:00
tep_termination net: add rte prefix to ether functions 2019-05-24 13:34:45 +02:00
timer examples: fix make clean when using pkg-config 2019-05-20 23:57:47 +02:00
vdpa build: increase readability via shortcut variables 2019-04-17 18:09:52 +02:00
vhost net: add rte prefix to ether functions 2019-05-24 13:34:45 +02:00
vhost_crypto examples: detect default build directory 2019-03-30 01:12:15 +01:00
vhost_scsi examples: fix make clean when using pkg-config 2019-05-20 23:57:47 +02:00
vm_power_manager net: add rte prefix to ether structures 2019-05-24 13:34:45 +02:00
vmdq net: add rte prefix to ether functions 2019-05-24 13:34:45 +02:00
vmdq_dcb net: add rte prefix to ether functions 2019-05-24 13:34:45 +02:00
Makefile examples/distributor: detect high frequency cores 2019-04-02 02:22:32 +02:00
meson.build examples: remove auto-generation of examples list 2019-05-20 23:57:12 +02:00