From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46])
 by dpdk.org (Postfix) with ESMTP id A983FDE0
 for <dev@dpdk.org>; Mon, 11 Apr 2016 22:34:38 +0200 (CEST)
Received: by mail-wm0-f46.google.com with SMTP id n3so1514886wmn.0
 for <dev@dpdk.org>; Mon, 11 Apr 2016 13:34:38 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=from:to:cc:subject:date:message-id:organization:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding;
 bh=s4xJvMma8qqFzz65BDvWltDzrQbGvL5zZXd2DEJJ1Tc=;
 b=DMaSr7PRoXKRx2vitS5fA9oxXZ8OpUAh7PghKRUYfBuhB3nMZLm/MIrqJY7qibMoXP
 TpFbEf707cPx0OO2Ec66h7sq4ZgOE1Q45kWUBLEj6thR+WQ00AeGhvuHnxqsskVG/1cU
 mtkKYC2TMiBstDT1wcGH3USA+uOc7rMmCVgJs29M5kt0hNfg5fyLGF9yARMdNTtEaCFl
 d3uRPRxChXZnPqNZIKnEeW9mqw/VS/iD9GsqL1wlrYZp1HWxgYygcuTnKuKTGJ6E0KV8
 XdAtaKdcUxv5CB3+mZZqEYU0f/x61nFFgvoQC+5weED5yXYjaciPNwP23Fpl0Wy1JFgh
 Nwbw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding;
 bh=s4xJvMma8qqFzz65BDvWltDzrQbGvL5zZXd2DEJJ1Tc=;
 b=Xnr4tZ+mUUc9S7xfnkboOLqY2/OiKBzHbTulzG22ernULN4ipiwBF11bt/x2fcPhos
 1vcwlTM6sY44zdrc+udHNIXUjTlPLUF0QgecByu1gQxwZ6Dy82yjJam4motL2BZf8Roj
 hJCQQ/5LukvvjeSfpsZvNt3TuRATKb6N92T0DLwm3RFSV8wH+EVmR3SnB1B5c1Bihefp
 shOWjhVLQXmH+n23ItU27Dtsoah69X6pYTBd8oZR60P8sHtU2HTeOL6jK/KWUP4q6Zi+
 I5Oa50/ch3jqNZKTSWw0L5gwnz8MpJbBOBoJaSWfBX9YRw6dm2JylsL8pQEGOgmf+WZX
 43Cw==
X-Gm-Message-State: AOPr4FXdln37AkVFNQkGErd7SWA0+fFqFhNmYJVFdWje592ei6Tau9gyzDKW0BuG7AvgHoP5
X-Received: by 10.28.87.139 with SMTP id l133mr39795wmb.38.1460406878422;
 Mon, 11 Apr 2016 13:34:38 -0700 (PDT)
Received: from xps13.localnet (245.111.75.86.rev.sfr.net. [86.75.111.245])
 by smtp.gmail.com with ESMTPSA id 188sm19240394wmk.6.2016.04.11.13.34.37
 (version=TLSv1/SSLv3 cipher=OTHER);
 Mon, 11 Apr 2016 13:34:37 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Jasvinder Singh <jasvinder.singh@intel.com>
Cc: dev@dpdk.org, cristian.dumitrescu@intel.com
Date: Mon, 11 Apr 2016 22:34:35 +0200
Message-ID: <39471391.oupGCxfUHO@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1460397286-237581-1-git-send-email-jasvinder.singh@intel.com>
References: <1460397286-237581-1-git-send-email-jasvinder.singh@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH] librte_port: fix the bsz_mask variable type
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 11 Apr 2016 20:34:38 -0000

2016-04-11 18:54, Jasvinder Singh:
> Fixes the variable bsz_mask type form unit32_t to unit64_t
> 
> Fixes: 4d97e8b565cc ("port: ethdev")
> Fixes: 304c8091e90a ("port: add ethdev writer nodrop")
> Fixes: 8dceb6aa6ecf ("port: hierarchical scheduler")
> Fixes: 3e5966837a09 ("port: new Tx burst implementation of ring writer")
> Fixes: 5f4cd47309d6 ("port: add ring writer nodrop")
> 
> Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com>
> Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>

Applied, thanks