Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_ethdev.c1678 unsigned int *rss_tbl_new; in sfc_dev_rss_reta_update() local
1702 rss_tbl_new = rte_zmalloc("rss_tbl_new", sizeof(rss->tbl), 0); in sfc_dev_rss_reta_update()
1703 if (rss_tbl_new == NULL) in sfc_dev_rss_reta_update()
1708 rte_memcpy(rss_tbl_new, rss->tbl, sizeof(rss->tbl)); in sfc_dev_rss_reta_update()
1721 rss_tbl_new[entry] = grp->reta[grp_idx]; in sfc_dev_rss_reta_update()
1727 rss_tbl_new, EFX_RSS_TBL_SIZE); in sfc_dev_rss_reta_update()
1732 rte_memcpy(rss->tbl, rss_tbl_new, sizeof(rss->tbl)); in sfc_dev_rss_reta_update()
1738 rte_free(rss_tbl_new); in sfc_dev_rss_reta_update()