]> git.ipfire.org Git - thirdparty/suricata.git/commit
dpdk/ice: setup RSS for Intel ICE PMD
authorLukas Sismis <lukas.sismis@gmail.com>
Mon, 29 Nov 2021 21:17:58 +0000 (22:17 +0100)
committerVictor Julien <vjulien@oisf.net>
Tue, 14 Dec 2021 11:41:16 +0000 (12:41 +0100)
commitde53e0755947e4c1a2da0a2f2612bb58a922fcdc
tree6a4701bc29679266ddcfbdc377fdacfbf8be0dd2
parent3f7a50eeb721bcc2a9f14b4d62925d46e5f202c6
dpdk/ice: setup RSS for Intel ICE PMD

Set RSS hash function according to Intel ICE PMD available hash functions

Set hash functions according to the support by the ICE PMD, so that no warning
regarding RSS setting is issued.
src/Makefile.am
src/runmode-dpdk.c
src/util-dpdk-ice.c [new file with mode: 0644]
src/util-dpdk-ice.h [new file with mode: 0644]