On Fri, 6 Dec 2019 16:59:17 -0800 Ajit Khaparde <ajit.khapa...@broadcom.com> wrote:
> */ > struct rte_eth_rss_conf { > uint8_t *rss_key; /**< If not NULL, 40-byte hash key. */ > uint8_t rss_key_len; /**< hash key length in bytes. */ > uint64_t rss_hf; /**< Hash functions to apply - see below. */ > + uint32_t rss_level; /**< RSS hash level */ > }; > This is an API/ABI change which is not allowed per current policy. API/ABI is frozen since 19.11 until the DPDK 20.11 release You need to figure out another way to do this.