Re: [dpdk-dev] [dpdk-stable] [PATCH] raw/ifpga/base: dereference before null check

2019-10-27 Thread Ye Xiaolong
On 10/25, Thomas Monjalon wrote: >25/10/2019 13:47, David Marchand: >> On Fri, Oct 25, 2019 at 12:30 PM Ferruh Yigit wrote: >> > > Reviewed-by: Xiaolong Ye >> > > >> > > Applied to dpdk-next-net-intel. Thanks. >> > > >> > >> > Should we update the MAINTAINERS file to say that "drivers/raw/ifpga"

Re: [dpdk-dev] [dpdk-stable] [PATCH] raw/ifpga/base: dereference before null check

2019-10-25 Thread Thomas Monjalon
25/10/2019 13:47, David Marchand: > On Fri, Oct 25, 2019 at 12:30 PM Ferruh Yigit wrote: > > > Reviewed-by: Xiaolong Ye > > > > > > Applied to dpdk-next-net-intel. Thanks. > > > > > > > Should we update the MAINTAINERS file to say that "drivers/raw/ifpga" > > merges to > > the next-net-intel? >

Re: [dpdk-dev] [dpdk-stable] [PATCH] raw/ifpga/base: dereference before null check

2019-10-25 Thread David Marchand
On Fri, Oct 25, 2019 at 12:30 PM Ferruh Yigit wrote: > > Reviewed-by: Xiaolong Ye > > > > Applied to dpdk-next-net-intel. Thanks. > > > > Should we update the MAINTAINERS file to say that "drivers/raw/ifpga" merges > to > the next-net-intel? Thanks, this area is, a bit, gray to me. So a clarifi

Re: [dpdk-dev] [dpdk-stable] [PATCH] raw/ifpga/base: dereference before null check

2019-10-25 Thread Ferruh Yigit
On 10/25/2019 3:40 AM, Ye Xiaolong wrote: > On 09/18, Tianfei zhang wrote: >> Add pointer null check before dereference. >> >> Coverity issue: 344976 >> Fixes: 12f92a51 ("raw/ifpga/base: fix retimer link status") >> Cc: sta...@dpdk.org >> >> Signed-off-by: Tianfei zhang >> --- >> drivers/raw/ifpga