From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-f67.google.com (mail-wm1-f67.google.com [209.85.128.67]) by dpdk.org (Postfix) with ESMTP id 54CA81B12B for ; Tue, 25 Sep 2018 14:38:11 +0200 (CEST) Received: by mail-wm1-f67.google.com with SMTP id z16-v6so7045058wmi.3 for ; Tue, 25 Sep 2018 05:38:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:content-transfer-encoding:mime-version; bh=69/cqjBFksKphOz3AQbO6FQQ0YLnq1BG6/N58kkrJ38=; b=IQLjL6RzAnG+wAjEUHsYaJz+Zjgn8if07+yNsApVRkz2sC8n43oLsNfEU7BFH2VotM Q68P/SORl2SNDr69ebK0g9aLAPR1eTmyUjuPPM7wLXjCgHjzhjrcF+eWGSHe8WQyJNPK VrR+vP0czXeILvFrris3kesthhkNm8tiK5qAEkXiYvmZSBdpGW6T1T5V40vcxQI39pYR r0HJfNt6+M6fKzk5PMWQFPxfpLwVWRBkA28z3rpeHVqRvxjafl1CaICLjZfuA2z7J9ju ogPt9JtdbsHjvpylBfc1OsPug5nl5WKxtwQyRlUJNPcxu2OWW6KEOj5L9ZQNLLeArc8A 1+OQ== X-Gm-Message-State: ABuFfohWFrocLMSYhMQ7qxo+uAACM9tgsbC85QhyM+BUVYiraohsWci3 pDn8LbF3de57Ih8fkSeSVew= X-Google-Smtp-Source: ACcGV62M9Lh+0H95FeQA8c5EW+eWBcSxWMAaGiHOImyVWKtWVTZeiW4mA0uY2ULuPYns5qsLAdYl7g== X-Received: by 2002:a1c:e0d7:: with SMTP id x206-v6mr501738wmg.93.1537879090964; Tue, 25 Sep 2018 05:38:10 -0700 (PDT) Received: from localhost ([2001:1be0:110d:fcfe:489f:80a9:5d59:c6bd]) by smtp.gmail.com with ESMTPSA id d72-v6sm1097503wmd.26.2018.09.25.05.38.09 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 25 Sep 2018 05:38:09 -0700 (PDT) Message-ID: <1537879089.10481.49.camel@debian.org> From: Luca Boccassi To: Vivek Sharma , santosh.shukla@cavium.com Cc: vivek.sharma@cavium.com, stable@dpdk.org Date: Tue, 25 Sep 2018 13:38:09 +0100 In-Reply-To: <1537803523-23347-1-git-send-email-vivek.sharma@caviumnetworks.com> References: <1537803523-23347-1-git-send-email-vivek.sharma@caviumnetworks.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution 3.22.6-1+deb9u1 Mime-Version: 1.0 Subject: Re: [dpdk-stable] [PATCH v1] eal: use correct data type for slab operations X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Sep 2018 12:38:11 -0000 On Mon, 2018-09-24 at 21:08 +0530, Vivek Sharma wrote: > Currently, slab operations use unsigned long data type for 64-bit > slab > related operations. On target 'i686-native-linuxapp-gcc', unsigned > long > is 32-bit and thus, slab operations breaks on this target. Changing > slab > operations to use unsigned long long for correct functioning on all > targets. >=20 > Fixes: de3cfa2c9823 ("sched: initial import") > Fixes: 693f715da45c ("remove extra parentheses in return statement") > CC: stable@dpdk.org >=20 > Signed-off-by: Vivek Sharma > --- > =C2=A0lib/librte_eal/common/include/rte_bitmap.h | 14 +++++++------- > =C2=A0test/test/test_bitmap.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0| 18 ++++++++++++++++++ > =C2=A02 files changed, 25 insertions(+), 7 deletions(-) Hi, Is this patch only for stable releases? If so, which one? Or was dev@ absent by mistake? Thanks --=20 Kind regards, Luca Boccassi