|
NDN-DPDK
High-Speed Named Data Networking Forwarder
|
#include "../dpdk/tsc.h"Go to the source code of this file.
Macros | |
| #define | SUBROUTINE __rte_always_inline |
| Indicate that a function is a subroutine. | |
| #define SUBROUTINE __rte_always_inline |
Indicate that a function is a subroutine.
uBPF cannot resolve internal CALL instructions. Thus, every subroutine must be marked inline with this macro to ensure it does not compile into a CALL instruction.