[dpdk-stable] [dpdk-dev] [PATCH v2] app/testpmd: fix DCB set failure

Ferruh Yigit ferruh.yigit at intel.com
Mon May 18 19:06:55 CEST 2020


On 5/12/2020 11:13 AM, Ting Xu wrote:
> When set DCB in testpmd, there is a segmentation fault. It is
> because the local variable rss_conf in get_eth_dcb_conf()
> is not cleared, so that the pointer member variable rss_key has
> a random address, which leads to an error in the following
> processing. This patch initialized the local variable rss_conf
> to avoid this situation.
> 
> Fixes: ac7c491c3fec ("app/testpmd: fix DCB config")
> 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.


More information about the stable mailing list