From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/3] lib: fix shifting 32 bits signed variable 31 times Date: Tue, 06 Nov 2018 01:26:36 +0100 Message-ID: <3481102.We5vLzyVJ6@xps> References: <20181028010846.81730-1-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Konstantin Ananyev , Jasvinder Singh , Olivier Matz , stable@dpdk.org To: Ferruh Yigit Return-path: In-Reply-To: <20181028010846.81730-1-ferruh.yigit@intel.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" 28/10/2018 02:08, Ferruh Yigit: > Fix cppcheck warning by marking variable as unsigned. > > Fixes: dc276b5780c2 ("acl: new library") > Fixes: 986ff526fb84 ("net: add CRC computation API") > Cc: stable@dpdk.org > > Signed-off-by: Ferruh Yigit Series applied, thanks