> From: Ferruh Yigit [mailto:ferruh.yi...@intel.com] > Sent: Thursday, March 02, 2017 5:04 AM > > On 2/27/2017 7:51 AM, Rasesh Mody wrote: > > dcbx-update-flag is incorrectly converted to boolean before assigining > > it to ramrod data, fix this typecasting. Also, added more debug > > messages in the dcbx code paths. > > > > Fixes: 26ae839d06e9 ("qede: add DCBX support") > > > > Signed-off-by: Rasesh Mody <rasesh.m...@cavium.com> > > --- > <...> > > Not to this patch, but for the whole patchset, thank you for splitting fixes > into > small chunks, this makes review easier. > > And for patches you want them in stable tree, please > - CC those patches to stable mail list (sta...@dpdk.org) > - and add a new tag in commit log just below "Fixes: " line, like:
Thanks for the feedback. We'll address this and rest of the feedback on this patch set in v2 series submission. > > " > > Fixes: xxxxxxxxxxxx ("...") > Cc: sta...@dpdk.org > > Signed-off-by: .... > Acked-by: .... > "