Home
last modified time | relevance | path

Searched defs:rte_fib_conf (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/lib/librte_fib/
H A Drte_fib.h80 struct rte_fib_conf { struct
81 enum rte_fib_type type; /**< Type of FIB struct */
83 uint64_t default_nh;
84 int max_routes;
108 rte_fib_create(const char *name, int socket_id, struct rte_fib_conf *conf); argument