Home
last modified time | relevance | path

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

/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/include/uhdlib/transport/
H A Ddpdk_io_service.hpp31 unsigned int lcore_id, std::vector<dpdk::dpdk_port*> ports, size_t servq_depth);
69 unsigned int lcore_id, std::vector<dpdk::dpdk_port*> ports, size_t servq_depth);
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/transport/uhd-dpdk/
H A Ddpdk_common.cpp525 const size_t servq_depth = 32; // FIXME in init() local
529 << " ports, service queue depth " << servq_depth); in init()
531 {uhd::transport::dpdk_io_service::make(lcore_id, dpdk_ports, servq_depth), in init()
H A Ddpdk_io_service.cpp53 unsigned int lcore_id, std::vector<dpdk::dpdk_port*> ports, size_t servq_depth) in dpdk_io_service() argument
57 , _servq(servq_depth, lcore_id) in dpdk_io_service()
73 unsigned int lcore_id, std::vector<dpdk::dpdk_port*> ports, size_t servq_depth) in make() argument
75 return dpdk_io_service::sptr(new dpdk_io_service(lcore_id, ports, servq_depth)); in make()