From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/cxgbe: add parenthesis on bitwise operation Date: Mon, 16 Jan 2017 13:18:23 +0000 Message-ID: References: <1484509837-15924-1-git-send-email-emmanuel.roullit@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, dpdk stable To: Emmanuel Roullit , rahul.lakkireddy@chelsio.com Return-path: In-Reply-To: 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 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