]> git.ipfire.org Git - thirdparty/suricata.git/commit
dpdk/ixgbe: setup RSS for Intel IXGBE PMD
authorLukas Sismis <lukas.sismis@gmail.com>
Mon, 22 Nov 2021 15:43:29 +0000 (16:43 +0100)
committerVictor Julien <vjulien@oisf.net>
Tue, 14 Dec 2021 11:41:16 +0000 (12:41 +0100)
commit3f7a50eeb721bcc2a9f14b4d62925d46e5f202c6
treeb2f56a6ec13b9a52eac575d117282ff824c1cba0
parent639aa04c5fa19b52bccc23a8597156a523f9dac5
dpdk/ixgbe: setup RSS for Intel IXGBE PMD

Set RSS hash function according to Intel IXGBE PMD available hash functions.

During configuration, a warning appeared stating that RSS hash function
has been changed from one value to the other. This has meant that
the supported hash functions did not cover all required hash functions
by the configuration. This commit solves the warning.
src/Makefile.am
src/runmode-dpdk.c
src/util-dpdk-ixgbe.c [new file with mode: 0644]
src/util-dpdk-ixgbe.h [new file with mode: 0644]