From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] librte_port: fix the bsz_mask variable type Date: Mon, 11 Apr 2016 22:34:35 +0200 Message-ID: <39471391.oupGCxfUHO@xps13> References: <1460397286-237581-1-git-send-email-jasvinder.singh@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, cristian.dumitrescu@intel.com To: Jasvinder Singh Return-path: 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 ; Mon, 11 Apr 2016 22:34:38 +0200 (CEST) Received: by mail-wm0-f46.google.com with SMTP id n3so1514886wmn.0 for ; Mon, 11 Apr 2016 13:34:38 -0700 (PDT) In-Reply-To: <1460397286-237581-1-git-send-email-jasvinder.singh@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-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 > Acked-by: Cristian Dumitrescu Applied, thanks