[dpdk-stable] [PATCH v5] ethdev: fix DCB set failure

Ferruh Yigit ferruh.yigit at intel.com
Mon May 18 18:24:28 CEST 2020


On 5/13/2020 2:28 PM, Ferruh Yigit wrote:
> On 5/13/2020 6:16 PM, Ting Xu wrote:
>> When rte_eth_dev_rss_hash_conf_get() is called, if the variable
>> rss_conf is not initialized, the pointer member variable rss_key
>> may have a random address, which leads to an error in the following
>> processing. This patch initialized the variable rss_conf to avoid
>> this situation.
>>
>> Fixes: 16321de09396 ("ethdev: allow to get RSS hash functions and key")
>> Cc: stable at dpdk.org
>>
>> Signed-off-by: Ting Xu <ting.xu at intel.com>
>>
> 
> Reviewed-by: Ferruh Yigit <ferruh.yigit at intel.com>
> 
> Applied to dpdk-next-net/master, thanks.
> 

Dropped from next-net.


More information about the stable mailing list