nger, Bernard
> > ; sta...@dpdk.org; Andrew Rybchenko
> > ; Thomas Monjalon
>
> > Subject: Re: [dpdk-dev] [PATCH v1] app/testpmd: fix DCB set failure in
> > FreeBSD by clang
> >
> > On 5/11/2020 11:25 AM, Ting Xu wrote:
> > > When set DCB in testpmd
> -Original Message-
> From: Yigit, Ferruh
> Sent: Tuesday, May 12, 2020 12:29 AM
> To: Xu, Ting ; dev@dpdk.org
> Cc: Lu, Wenzhuo ; Xing, Beilei
> ; Iremonger, Bernard
> ; sta...@dpdk.org; Andrew Rybchenko
> ; Thomas Monjalon
> Subject: Re: [dpdk-dev] [PAT
On 5/11/2020 11:25 AM, Ting Xu wrote:
> When set DCB in testpmd by clang, 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
>
/testpmd: fix DCB set failure in FreeBSD by
clang
When set DCB in testpmd by clang, 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
> -Original Message-
> From: Xu, Ting
> Sent: Monday, May 11, 2020 6:25 PM
> To: dev@dpdk.org
> Cc: Lu, Wenzhuo ; Xing, Beilei
> ; Iremonger, Bernard
> ; sta...@dpdk.org
> Subject: [PATCH v1] app/testpmd: fix DCB set failure in FreeBSD by clang
>
> When set DCB in testpmd by clang, the
When set DCB in testpmd by clang, 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 va
6 matches
Mail list logo