numam-dpdk/drivers/net/cxgbe
Olivier Matz 6d13ea8e8e net: add rte prefix to ether structures
Add 'rte_' prefix to structures:
- rename struct ether_addr as struct rte_ether_addr.
- rename struct ether_hdr as struct rte_ether_hdr.
- rename struct vlan_hdr as struct rte_vlan_hdr.
- rename struct vxlan_hdr as struct rte_vxlan_hdr.
- rename struct vxlan_gpe_hdr as struct rte_vxlan_gpe_hdr.

Do not update the command line library to avoid adding a dependency to
librte_net.

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
..
base net: add rte prefix to ether structures 2019-05-24 13:34:45 +02:00
clip_tbl.c net/cxgbe: use relative paths for includes 2018-12-21 16:22:41 +01:00
clip_tbl.h net/cxgbe: add Compressed Local IP region 2018-07-04 22:20:41 +02:00
cxgbe_compat.h net/cxgbe: fix other misc build issues for Windows 2018-12-21 16:22:41 +01:00
cxgbe_ethdev.c net: add rte prefix to ether structures 2019-05-24 13:34:45 +02:00
cxgbe_filter.c net/cxgbe: implement reset hit counters for offloaded flows 2018-12-21 16:22:41 +01:00
cxgbe_filter.h net/cxgbe: implement reset hit counters for offloaded flows 2018-12-21 16:22:41 +01:00
cxgbe_flow.c net/cxgbe: implement reset hit counters for offloaded flows 2018-12-21 16:22:41 +01:00
cxgbe_flow.h net/cxgbe: increase completion wait time for flow operations 2018-11-14 00:35:53 +01:00
cxgbe_main.c net/cxgbe: fix colliding function names 2019-04-19 14:51:55 +02:00
cxgbe_ofld.h net/cxgbe: support to delete flows in HASH region 2018-07-04 22:20:41 +02:00
cxgbe_pfvf.h net: add rte prefix to ether structures 2019-05-24 13:34:45 +02:00
cxgbe.h net/cxgbe: fix colliding function names 2019-04-19 14:51:55 +02:00
cxgbevf_ethdev.c net/cxgbe: use relative paths for includes 2018-12-21 16:22:41 +01:00
cxgbevf_main.c net/cxgbe: fix colliding function names 2019-04-19 14:51:55 +02:00
l2t.c net/cxgbe: use relative paths for includes 2018-12-21 16:22:41 +01:00
l2t.h net/cxgbe: use relative paths for includes 2018-12-21 16:22:41 +01:00
Makefile net/cxgbe: use relative paths for includes 2018-12-21 16:22:41 +01:00
meson.build net/cxgbe: add API to program hardware MPS table 2018-09-14 20:08:41 +02:00
mps_tcam.c net/cxgbevf: fix illegal memory access when freeing MPS TCAM 2018-11-14 00:35:53 +01:00
mps_tcam.h net/cxgbe: use relative paths for includes 2018-12-21 16:22:41 +01:00
rte_pmd_cxgbe_version.map cxgbe: add pmd skeleton 2015-06-30 22:46:42 +02:00
sge.c net/cxgbe: fix missing checksum flags and packet type 2019-03-21 20:45:59 +01:00