Home
last modified time | relevance | path

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

/dpdk/drivers/net/sfc/
H A Dsfc_ethdev.c1797 unsigned int *rss_tbl_new; in sfc_dev_rss_reta_update() local
1821 rss_tbl_new = rte_zmalloc("rss_tbl_new", sizeof(rss->tbl), 0); in sfc_dev_rss_reta_update()
1822 if (rss_tbl_new == NULL) in sfc_dev_rss_reta_update()
1827 rte_memcpy(rss_tbl_new, rss->tbl, sizeof(rss->tbl)); in sfc_dev_rss_reta_update()
1840 rss_tbl_new[entry] = grp->reta[grp_idx]; in sfc_dev_rss_reta_update()
1846 rss_tbl_new, EFX_RSS_TBL_SIZE); in sfc_dev_rss_reta_update()
1851 rte_memcpy(rss->tbl, rss_tbl_new, sizeof(rss->tbl)); in sfc_dev_rss_reta_update()
1857 rte_free(rss_tbl_new); in sfc_dev_rss_reta_update()