|
NDN-DPDK
High-Speed Named Data Networking Forwarder
|
Forwarding thread. More...
#include <fwd.h>
Data Fields | |
| SgGlobal | sgGlobal |
| ThreadCtrl | ctrl |
| PktQueue | queueI |
| PktQueue | queueD |
| PktQueue | queueN |
| Fib * | fib |
| Pit * | pit |
| Cs * | cs |
| pcg32_random_t | sgRng |
| PitSuppressConfig | suppressCfg |
| uint8_t | id |
| fwd process id More... | |
| uint8_t | fibDynIndex |
| FibEntry.dyn index. More... | |
| uint64_t | nNoFibMatch |
| Interests dropped due to no FIB match. More... | |
| uint64_t | nDupNonce |
| Interests dropped due to duplicate nonce. More... | |
| uint64_t | nSgNoFwd |
| Interests not forwarded by strategy. More... | |
| uint64_t | nNackMismatch |
| Nack dropped due to outdated nonce. More... | |
| PacketMempools | mp |
| mempools for packet modification More... | |
| struct rte_ring * | cryptoHelper |
| queue to crypto helper More... | |
| RunningStat | latencyStat |
| Statistics of latency from packet arrival to start processing. More... | |
Forwarding thread.
| struct rte_ring* FwFwd::cryptoHelper |
queue to crypto helper
| Cs* FwFwd::cs |
| ThreadCtrl FwFwd::ctrl |
| Fib* FwFwd::fib |
| uint8_t FwFwd::fibDynIndex |
FibEntry.dyn index.
| uint8_t FwFwd::id |
fwd process id
| RunningStat FwFwd::latencyStat |
Statistics of latency from packet arrival to start processing.
| PacketMempools FwFwd::mp |
mempools for packet modification
| uint64_t FwFwd::nDupNonce |
Interests dropped due to duplicate nonce.
| uint64_t FwFwd::nNackMismatch |
Nack dropped due to outdated nonce.
| uint64_t FwFwd::nNoFibMatch |
Interests dropped due to no FIB match.
| uint64_t FwFwd::nSgNoFwd |
Interests not forwarded by strategy.
| Pit* FwFwd::pit |
| PktQueue FwFwd::queueD |
| PktQueue FwFwd::queueI |
| PktQueue FwFwd::queueN |
| SgGlobal FwFwd::sgGlobal |
| pcg32_random_t FwFwd::sgRng |
| PitSuppressConfig FwFwd::suppressCfg |