Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/l2fwd-cat/
H A Dcat.c28 static unsigned m_sockets[PQOS_MAX_SOCKETS]; variable
30 static unsigned int *m_sockets; variable
596 phy_pkg_id = m_sockets[j]; in configure_cat()
779 ret = pqos_cpu_get_cores(m_cpu, m_sockets[i],
783 lcores = pqos_cpu_get_cores(m_cpu, m_sockets[i],
873 memset(m_sockets, 0, sizeof(m_sockets));
875 if (m_sockets != NULL)
876 free(m_sockets);
989 m_sockets);
992 m_sockets = pqos_cpu_get_sockets(m_cpu, &m_sock_count);
[all …]