On Thu, 4 Jan 2024 22:57:56 +0530 madhuker.myt...@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.