Skip to content

Commit

Permalink
dpdk: ice card seems to have RSS key length 52 from 22.11 - todo veri…
Browse files Browse the repository at this point in the history
…fy 22.11.x subversions
  • Loading branch information
Lukas Sismis authored and lukashino committed Dec 19, 2024
1 parent c6e11f3 commit 017e370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util-dpdk-ice.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ static void iceDeviceSetRSSHashFunction(uint64_t *rss_hf)
void iceDeviceSetRSSConf(struct rte_eth_rss_conf *rss_conf)
{
iceDeviceSetRSSHashFunction(&rss_conf->rss_hf);
#if RTE_VERSION < RTE_VERSION_NUM(23, 11, 0, 0)
#if RTE_VERSION < RTE_VERSION_NUM(22, 11, 0, 0)
rss_conf->rss_key_len = 40;
#else
rss_conf->rss_key_len = 52;
Expand Down

0 comments on commit 017e370

Please sign in to comment.