NDN-DPDK
High-Speed Named Data Networking Forwarder
|
#include "api.h"
Data Structures | |
struct | FibEntryInfo |
Typedefs | |
typedef struct FibEntryInfo | FibEntryInfo |
Functions | |
SUBROUTINE uint64_t | RxInterest (SgCtx *ctx) |
uint64_t | SgMain (SgCtx *ctx) |
The strategy dataplane program. More... | |
The roundrobin strategy uses each nexthop sequentially for Interests under the same FIB entry. If the chosen nexthop is unusable (face down, supression, etc), packet is lost. Initial and retransmitted Interests are treated the same.
typedef struct FibEntryInfo FibEntryInfo |
SUBROUTINE uint64_t RxInterest | ( | SgCtx * | ctx | ) |
uint64_t SgMain | ( | SgCtx * | ctx | ) |
The strategy dataplane program.
Every strategy must implement this function.