NDN-DPDK
High-Speed Named Data Networking Forwarder
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures | Typedefs | Functions
sequential.c File Reference
#include "api.h"

Data Structures

struct  PitEntryInfo
 

Typedefs

typedef struct PitEntryInfo PitEntryInfo
 

Functions

SUBROUTINE uint64_t RxInterest (SgCtx *ctx)
 
uint64_t SgMain (SgCtx *ctx)
 The strategy dataplane program. More...
 

Detailed Description

The sequential strategy uses each FIB nexthop sequentially for each retransmitted Interest on the same PIT entry. It skips any unusable nexthops (e.g. face is down).

Typedef Documentation

◆ PitEntryInfo

typedef struct PitEntryInfo PitEntryInfo

Function Documentation

◆ RxInterest()

SUBROUTINE uint64_t RxInterest ( SgCtx ctx)

◆ SgMain()

uint64_t SgMain ( SgCtx ctx)

The strategy dataplane program.

Returns
status code, ignored but may appear in logs.

Every strategy must implement this function.