From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 01/21] net/qede/base: fix incorrect typecasting of flag Date: Thu, 2 Mar 2017 13:04:05 +0000 Message-ID: <2152c44b-3013-b709-16c0-cdef9c20fce2@intel.com> References: <1488181923-9649-1-git-send-email-rasesh.mody@cavium.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Cc: Dept-EngDPDKDev@cavium.com, dpdk stable To: Rasesh Mody , dev@dpdk.org Return-path: In-Reply-To: <1488181923-9649-1-git-send-email-rasesh.mody@cavium.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 > --- <...> 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 (stable@dpdk.org) - and add a new tag in commit log just below "Fixes: " line, like: " Fixes: xxxxxxxxxxxx ("...") Cc: stable@dpdk.org Signed-off-by: .... Acked-by: .... "