> Ferruh Yigit <ferruh.yi...@intel.com> > 2017/09/14 17:33 > > to > > Yong Wang <wang.yon...@zte.com.cn>, shepard.sie...@atomicrules.com, > > cc > > dev@dpdk.org > > subject > > Re: [dpdk-dev] [PATCH] net/ark:add null point check > > On 9/14/2017 8:22 AM, Yong Wang wrote: > > In function ark_config_device(), there are several malloc without null > > point check. Fix it by adding null point check. > > > > Signed-off-by: Yong Wang <wang.yon...@zte.com.cn> > > Hi Yong, > > Thank you for the patch. > > I think you have sent new version of the patch because previous one was > giving checkpatch warning, but having two patches with same title is > being confusing. > > Next time would you mind sending next version as version 2 (v2) and as a > reply to previous version of the patch? So this makes clear which one is > the one to take into account. > Also adding a changelog to the commit log makes life easy. Thanks. > > DPDK Contributor's Guide has more details: > http://dpdk.org/doc/guides/contributing/patches.html > > Thanks, > ferruh
Ok. Thanks for your advice.