Home
last modified time | relevance | path

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

/dpdk/lib/eal/include/
H A Drte_eal.h160 #define RTE_MP_MAX_FD_NUM 8 /* The max amount of fds */ macro
168 int fds[RTE_MP_MAX_FD_NUM];
/dpdk/lib/eal/common/
H A Deal_common_proc.c313 if (m->msg.num_fds < 0 || m->msg.num_fds > RTE_MP_MAX_FD_NUM) { in read_msg()
818 if (msg->num_fds > RTE_MP_MAX_FD_NUM) { in check_input()
820 RTE_MP_MAX_FD_NUM); in check_input()
/dpdk/doc/guides/nics/
H A Daf_xdp.rst166 defined by RTE_MP_MAX_FD_NUM.
/dpdk/drivers/net/af_xdp/
H A Drte_eth_af_xdp.c1911 if (dev->data->nb_rx_queues > RTE_MP_MAX_FD_NUM) { in afxdp_mp_send_fds()
1913 dev->data->nb_rx_queues, RTE_MP_MAX_FD_NUM); in afxdp_mp_send_fds()
/dpdk/drivers/net/tap/
H A Drte_eth_tap.c2449 RTE_MP_MAX_FD_NUM){ in tap_mp_sync_queues()