> -----Original Message----- > From: Tan, Jianfeng > Sent: Wednesday, March 28, 2018 3:26 PM > To: Yang, Zhiyong <zhiyong.y...@intel.com>; dev@dpdk.org > Cc: Wang, Zhihong <zhihong.w...@intel.com>; > maxime.coque...@redhat.com; tho...@monjalon.net; Wang, Dong1 > <dong1.w...@intel.com>; Bie, Tiwei <tiwei....@intel.com>; > sta...@dpdk.org > Subject: Re: [PATCH v3 1/4] net/virtio: fix add pointer checking > > > > On 3/21/2018 11:03 AM, zhiyong.y...@intel.com wrote: > > It is necessary to add pointer checking because in some case the code > > will cause crash. For example, the code goes here before memory > > allocation of rxvq is finished. > > > > Fixes: 7365504f77e3("net/virtio: support guest announce") > > Cc: sta...@dpdk.org > > Signed-off-by: Zhiyong Yang <zhiyong.y...@intel.com> > > This fix is not related to the topic of this patch series, correct? > Maybe next time, we can put it out of the patch series. > > Reviewed-by: Jianfeng Tan <jianfeng....@intel.com> > > Thanks, > Jianfeng > Thanks for Jianfeng's review. The bug must be fixed firstly in order that code can go in the right way for virito-user server mode patch. :)
Thanks Zhiyong