From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id E378414EC; Mon, 16 Jan 2017 14:18:26 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga104.jf.intel.com with ESMTP; 16 Jan 2017 05:18:26 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,239,1477983600"; d="scan'208";a="1113397475" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.38]) ([10.237.220.38]) by fmsmga002.fm.intel.com with ESMTP; 16 Jan 2017 05:18:24 -0800 To: Emmanuel Roullit , rahul.lakkireddy@chelsio.com References: <1484509837-15924-1-git-send-email-emmanuel.roullit@gmail.com> Cc: dev@dpdk.org, dpdk stable From: Ferruh Yigit Message-ID: Date: Mon, 16 Jan 2017 13:18:23 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] net/cxgbe: add parenthesis on bitwise operation 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: Mon, 16 Jan 2017 13:18:27 -0000 On 1/16/2017 1:17 PM, Ferruh Yigit wrote: > On 1/16/2017 12:58 PM, Ferruh Yigit wrote: >> On 1/15/2017 7:50 PM, Emmanuel Roullit wrote: >>> clang reports the following error: >>> error: logical not is only applied to the left hand side of this bitwise >>> operator. [-Werror,-Wlogical-not-parentheses] >>> >>> Signed-off-by: Emmanuel Roullit >> >> Acked-by: Ferruh Yigit > > Fixes: 92c8a63223e5 ("cxgbe: add device configuration and Rx support") > > Applied to dpdk-next-net/master, thanks. CC: stable@dpdk.org