[PATCH] net/tap: Modified TAP BPF program as per the new Kernel-version upgrade requirements.

Stephen Hemminger stephen at networkplumber.org
Thu Jan 4 21:38:53 CET 2024


On Thu,  4 Jan 2024 22:57:56 +0530
madhuker.mythri at oracle.com wrote:

> -static __u32  __attribute__((always_inline))
> -rte_softrss_be(const __u32 *input_tuple, const uint8_t *rss_key,
> -		__u8 input_len)
> +static __u64  __attribute__((always_inline))
> +rte_softrss_be(const __u32 *input_tuple, __u8 input_len)

Why the change to u64?
This is not part of the bug fix and not how RSS is defined.


More information about the dev mailing list