Home
last modified time | relevance | path

Searched refs:RTE_VERSION_NUM (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/lib/librte_eal/include/
H A Drte_version.h25 #define RTE_VERSION_NUM(a,b,c,d) ((a) << 24 | (b) << 16 | (c) << 8 | (d)) macro
30 #define RTE_VERSION RTE_VERSION_NUM( \