[dpdk-dev] [PATCH 1/3] ethdev: add RSS hash level

Stephen Hemminger stephen at networkplumber.org
Sat Dec 7 23:27:55 CET 2019


On Fri,  6 Dec 2019 16:59:17 -0800
Ajit Khaparde <ajit.khaparde at 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.


More information about the dev mailing list