From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id B676E568A; Mon, 20 Mar 2017 18:15:23 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490030124; x=1521566124; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=bltFf82bYov8WjiS8k/bZGXQWl6foYCCfs1G+0vkcBk=; b=fPcXL89fOP/7RQAN9V5x4pAWaO+J0nejvYmwDot3rO/8WF5f0DD2W3AV pMDoMjQGaQsr81FImGhuN3iTj7V+0w==; Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Mar 2017 10:15:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,195,1486454400"; d="scan'208";a="78486329" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga005.fm.intel.com with ESMTP; 20 Mar 2017 10:15:20 -0700 To: Rasesh Mody , dev@dpdk.org References: <2152c44b-3013-b709-16c0-cdef9c20fce2@intel.com> <1489819716-12861-1-git-send-email-rasesh.mody@cavium.com> Cc: stable@dpdk.org, Dept-EngDPDKDev@cavium.com From: Ferruh Yigit Message-ID: <8d4bcb22-b5a6-ea79-1596-2750fb6ed9ea@intel.com> Date: Mon, 20 Mar 2017 17:15:20 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <1489819716-12861-1-git-send-email-rasesh.mody@cavium.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 01/21] net/qede/base: fix incorrect typecasting of flag X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Mar 2017 17:15:24 -0000 On 3/18/2017 6:48 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 Series applied to dpdk-next-net/master, thanks.