]> git.ipfire.org Git - thirdparty/suricata.git/commit
dpdk: refactor i40e RSS hash function
authorLukas Sismis <lsismis@oisf.net>
Thu, 25 May 2023 11:57:57 +0000 (13:57 +0200)
committerVictor Julien <vjulien@oisf.net>
Mon, 5 Jun 2023 09:07:02 +0000 (11:07 +0200)
commita9b2f79070f1b8917ec7b948715cc7ac76d051cb
tree28963923baf9e1a5c62d757b3a40769c0062a9a5
parentadb427a15c1adbece6c577892586e440a01255e9
dpdk: refactor i40e RSS hash function

Setting rss_conf->rss_key to NULL and rss_key_len
to zero avoids warnings about register changes
when setting up RSS configuration through RTE flows.
src/runmode-dpdk.c
src/util-dpdk-i40e.c
src/util-dpdk-i40e.h