[PATCH 13/17] net/mana: add function to start/stop RX queues
Stephen Hemminger
stephen at networkplumber.org
Fri Jul 1 18:40:41 CEST 2022
On Fri, 1 Jul 2022 02:02:43 -0700
longli at linuxonhyperv.com wrote:
> +
> +static uint8_t mana_rss_hash_key_default[TOEPLITZ_HASH_KEY_SIZE_IN_BYTES] = {
> + 0x2c, 0xc6, 0x81, 0xd1,
> + 0x5b, 0xdb, 0xf4, 0xf7,
> + 0xfc, 0xa2, 0x83, 0x19,
> + 0xdb, 0x1a, 0x3e, 0x94,
> + 0x6b, 0x9e, 0x38, 0xd9,
> + 0x2c, 0x9c, 0x03, 0xd1,
> + 0xad, 0x99, 0x44, 0xa7,
> + 0xd9, 0x56, 0x3d, 0x59,
> + 0x06, 0x3c, 0x25, 0xf3,
> + 0xfc, 0x1f, 0xdc, 0x2a,
> +};
> +
Is this constant?
More information about the dev
mailing list