From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id ADD7D10B7; Wed, 7 Mar 2018 12:59:27 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Mar 2018 03:59:26 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,435,1515484800"; d="scan'208";a="180640311" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.62]) ([10.237.221.62]) by orsmga004.jf.intel.com with ESMTP; 07 Mar 2018 03:59:25 -0800 To: Alejandro Lucero , dev@dpdk.org Cc: stable@dpdk.org References: <1519300640-23138-1-git-send-email-alejandro.lucero@netronome.com> From: Ferruh Yigit Message-ID: <25b4139a-0644-1376-c92c-216d4ef1f616@intel.com> Date: Wed, 7 Mar 2018 11:59:24 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <1519300640-23138-1-git-send-email-alejandro.lucero@netronome.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH] net/nfp: fix link speed capabilities reported X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Mar 2018 11:59:29 -0000 On 2/22/2018 11:57 AM, Alejandro Lucero wrote: > Mixing numeric macros with bit shifts macros is not a good idea. > > Fixes: 011411586e03 ("net/nfp: extend speed capabilities advertised") Cc: stable@dpdk.org > Signed-off-by: Alejandro Lucero Applied to dpdk-next-net/master, thanks.