Home
last modified time | relevance | path

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

/dpdk/lib/eal/include/
H A Drte_version.h24 #define RTE_VERSION_NUM(a,b,c,d) ((a) << 24 | (b) << 16 | (c) << 8 | (d)) macro
29 #define RTE_VERSION RTE_VERSION_NUM( \
/dpdk/drivers/net/bnxt/tf_ulp/
H A Dbnxt_ulp_flow.c75 #if RTE_VERSION_NUM(17, 11, 10, 16) < RTE_VERSION in bnxt_ulp_set_dir_attributes()