NDN-DPDK
High-Speed Named Data Networking Forwarder
Loading...
Searching...
No Matches
crypto.h
Go to the documentation of this file.
1#ifndef NDNDPDK_FWDP_CRYPTO_H
2#define NDNDPDK_FWDP_CRYPTO_H
3
5
6#include "../dpdk/thread.h"
8
18
19void
21
22#endif // NDNDPDK_FWDP_CRYPTO_H
void FwCrypto_Run(FwCrypto *fwc)
Definition crypto.c:61
Crypto queue pair.
Definition cryptodev.h:12
Forwarder data plane, crypto helper.
Definition crypto.h:10
InputDemux output
Definition crypto.h:13
CryptoQueuePair cqp
Definition crypto.h:16
ThreadCtrl ctrl
Definition crypto.h:11
struct rte_ring * input
Definition crypto.h:12
uint64_t nDrops
Definition crypto.h:15
Input packet demultiplexer for a single packet type.
Definition input-demux.h:29
Thread load stats and stop flag.
Definition thread.h:10