From: Jakub Kicinski <kuba@kernel.org>
To: Maciej Wachowski <maciej.wachowski@codilime.com>
Cc: netdev@vger.kernel.org
Subject: Re: Cannot change hash functions or use static not random keys on E810
Date: Fri, 5 Aug 2022 17:55:53 -0700 [thread overview]
Message-ID: <20220805175553.426f39d6@kernel.org> (raw)
In-Reply-To: <CAPYuOdw380Ro1_dGm0usewPGaJJFLExM4XYuianBhExNOqg=aw@mail.gmail.com>
On Fri, 5 Aug 2022 16:00:43 +0200 Maciej Wachowski wrote:
> I am not able to change hash function on Intel E810 card using ethtool:
>
> RSS hash function:
> toeplitz: on
> xor: off
> crc32: off
>
> root@my_server:~# ethtool -X ens802f0 hfunc xor
> Cannot set RX flow hash configuration: Operation not supported
>
> I also tried with newest ethtool (5.18) and newest ice driver (1.9.11)
> but with no success.
> Do you have any information on how to change hash func using ethtool
> or if it is possible?
ETH_RSS_HASH_XOR is usually implemented by devices doing hashing
in microcode because it requires fewer cycles. Looking at the driver
ice (E810) only supports Toeplitz which is probably the best choice
of the 3, anyway.
prev parent reply other threads:[~2022-08-06 0:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CAPYuOdx2jPwOWYPzo5z-xWQtEmNHO==pAKH63xxaOtG6JbGxdw@mail.gmail.com>
2022-08-05 14:00 ` Cannot change hash functions or use static not random keys on E810 Maciej Wachowski
2022-08-06 0:55 ` Jakub Kicinski [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220805175553.426f39d6@kernel.org \
--to=kuba@kernel.org \
--cc=maciej.wachowski@codilime.com \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).