From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] examples/exception_path: bad shift operation in setup_port_lcore_affinities Date: Wed, 27 Apr 2016 07:24:01 -0700 (PDT) Message-ID: <1542459.EEfMXcXyYt@xps13> References: <1460734180-121811-1-git-send-email-danielx.t.mrzyglod@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Daniel Mrzyglod Return-path: Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id 8519B39EA for ; Wed, 27 Apr 2016 16:24:02 +0200 (CEST) Received: by mail-wm0-f41.google.com with SMTP id u206so52038880wme.1 for ; Wed, 27 Apr 2016 07:24:02 -0700 (PDT) In-Reply-To: <1460734180-121811-1-git-send-email-danielx.t.mrzyglod@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-04-15 17:29, Daniel Mrzyglod: > CID: #30688 > The operaton may have an undefined behavior or yield to an unexpected result. > > In setup_port_lcore_affinities: A bit shift operation has a shift amount which > is too large or has a negative value. > > Fixes: af75078fece3 ("first public release") > > Signed-off-by: Daniel Mrzyglod Applied, thanks