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
..
2018-08-05 21:42:40 +02:00
2019-05-03 00:37:13 +02:00
2019-03-12 23:05:06 +01:00
2018-11-19 01:33:46 +01:00
2019-05-03 22:15:52 +02:00
2018-04-27 18:00:53 +01:00
2019-05-03 00:37:13 +02:00
2019-03-12 23:05:06 +01:00
2019-05-24 13:34:45 +02:00
2019-05-24 13:34:45 +02:00
2019-03-12 23:05:06 +01:00
2018-11-23 02:57:05 +01:00
2019-05-03 00:37:13 +02:00
2019-03-12 23:05:06 +01:00
2019-05-03 00:37:13 +02:00
2019-03-12 23:05:06 +01:00
2019-05-03 00:37:13 +02:00
2019-05-24 13:34:45 +02:00
2019-03-12 23:05:06 +01:00
2019-03-12 23:05:06 +01:00
2019-03-12 23:05:06 +01:00
2019-03-12 23:05:06 +01:00
2019-05-24 13:34:45 +02:00
2019-05-24 13:34:45 +02:00
2018-10-26 01:55:07 +02:00
2019-05-24 13:34:45 +02:00
2019-05-24 13:34:45 +02:00
2018-08-05 21:42:40 +02:00
2019-03-12 23:05:06 +01:00
2019-05-03 00:37:13 +02:00
2019-05-24 13:34:45 +02:00
2019-05-03 00:37:13 +02:00
2019-03-12 23:05:06 +01:00
2019-03-12 23:05:06 +01:00
2019-05-24 13:34:45 +02:00
2019-05-24 13:34:45 +02:00
2019-03-12 23:05:06 +01:00
2019-05-24 13:34:45 +02:00
2019-03-12 23:05:06 +01:00
2019-05-03 00:37:13 +02:00
2019-03-12 23:05:06 +01:00
2018-10-11 18:53:49 +02:00
2018-11-20 14:59:01 +01:00
2019-05-03 00:37:13 +02:00
2019-05-03 00:37:13 +02:00
2019-05-13 18:57:37 +02:00
2019-05-24 13:34:45 +02:00