|
NDN-DPDK
High-Speed Named Data Networking Forwarder
|
Go to the source code of this file.
Data Structures | |
| struct | SpdkThread |
Typedefs | |
| typedef struct SpdkThread | SpdkThread |
Functions | |
| int | SpdkThread_Run (SpdkThread *th) |
| Run SPDK thread until stop requested. More... | |
| int | SpdkThread_Exit (SpdkThread *th) |
| Request SPDK thread to exit and wait until exit. More... | |
| typedef struct SpdkThread SpdkThread |
| int SpdkThread_Exit | ( | SpdkThread * | th | ) |
Request SPDK thread to exit and wait until exit.
| int SpdkThread_Run | ( | SpdkThread * | th | ) |
Run SPDK thread until stop requested.