NDN-DPDK
High-Speed Named Data Networking Forwarder
|
GTP-IP handler. More...
#include <gtpip.h>
Data Fields | |
FaceID | n6Face |
N6 face. More... | |
uint8_t | n6Mac [2 *RTE_ETHER_ADDR_LEN] |
struct rte_hash * | ipv4 |
Mapping from UE IPv4 address to FaceID. More... | |
GTP-IP handler.
struct rte_hash* EthGtpip::ipv4 |
Mapping from UE IPv4 address to FaceID.
In this hashtable:
FaceID EthGtpip::n6Face |
N6 face.
When set, N6 traffic is sent/received on this port instead of EthPassthru.tapPort
.
uint8_t EthGtpip::n6Mac[2 *RTE_ETHER_ADDR_LEN] |