From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f196.google.com (mail-pf0-f196.google.com [209.85.192.196]) by dpdk.org (Postfix) with ESMTP id 229475323 for ; Thu, 22 Jun 2017 04:19:20 +0200 (CEST) Received: by mail-pf0-f196.google.com with SMTP id d5so663064pfe.1 for ; Wed, 21 Jun 2017 19:19:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fridaylinux-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=4Y6lD+vv10jUKcrQCAQNQLGSUyzBCjrYioiUoUntdvI=; b=eSIdlRn7AXjLUwgqnrv1tvjOOoNo+ZwQkGOta+QFO9Ll4EtpkqXT6t7OFQEttVtsdu iYKu4nXOrcZvf44rO7jZIpEKGqxb5ukOobdtS4qRlQLuxxyyjzAzmyfCKue7OAHkXh9g /CuUqPL7mnb9hGxYt0KXBjkEjykZKdGF1WwCcWjCacdbDp0n/pxPL3wecMeOC6Tc2anl IMp7YE/eDwrL8AGSd85pYSOIUYLZIF03UABTR/EQaNb3JcLbv+ehircPstVlAzFujX6u dska+alt3m8y/+MYEkUBjaBjvD6WR+QUWRN46gOPdi8zqHi1qMTVdS0gye5fGJfrKHiM DsfQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=4Y6lD+vv10jUKcrQCAQNQLGSUyzBCjrYioiUoUntdvI=; b=k7x1OdzMSnXLKvtzVvya1I8SPo449+LMqLtClOkIBe2V/7dRDQJszxxM+ebAPYfb3K 3gkxwYs/WCOzC4WCcMW9Hk24XPfk5uNKxmdC4HwxxYZD3QOfPV3exRSH01UpUUXr/nCZ UCuC9z36bMsw94SkJQGEQi9ZMfQYYWTecaA0E7vJqEizw3O+f5pLfweohwdeKOMQ6kGw k09q6by4QclU8LlAIucNQPjnvk1w4LB0u0Kpq9qm3k+aF8NtmYZaGA8TE+MaEUmx7nuE yHoGUX/3ZHntdZhh99FvA5sRRuuIAqu2LY2dW9aUowIxnQx3PiiCp33CGL8v+JZ4fyn9 ZJDw== X-Gm-Message-State: AKS2vOyFpqRDS5xLKW8VPD/teb3iDnAwaSf0L1ik1o3p47khjeuDEn1K 0l39Q5owhzEudkNMn3AKBQ== X-Received: by 10.99.146.88 with SMTP id s24mr231712pgn.85.1498097959977; Wed, 21 Jun 2017 19:19:19 -0700 (PDT) Received: from yliu-home ([45.63.61.64]) by smtp.gmail.com with ESMTPSA id 3sm197934pfp.11.2017.06.21.19.19.17 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 21 Jun 2017 19:19:18 -0700 (PDT) Date: Thu, 22 Jun 2017 10:19:11 +0800 From: Yuanhan Liu To: Andrew Rybchenko Cc: Andy Moreton , dpdk stable Message-ID: <20170622021911.GA7605@yliu-home> References: <1497958550-13600-1-git-send-email-yliu@fridaylinux.org> <1497958550-13600-18-git-send-email-yliu@fridaylinux.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.6.1 (2016-04-27) Subject: Re: [dpdk-stable] patch 'net/sfc/base: fix error code usage in common code' has been queued to stable release 17.05.1 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: Thu, 22 Jun 2017 02:19:21 -0000 On Tue, Jun 20, 2017 at 07:26:47PM +0300, Andrew Rybchenko wrote: > Hi, > > On 06/20/2017 02:35 PM, Yuanhan Liu wrote: > > Hi, > > > > FYI, your patch has been queued to stable release 17.05.1 > > > > Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. > > It will be pushed if I get no objections before 06/22/17. So please > > shout if anyone has objections. > > We have found out that the patch itself introduces the regression which > is fixed in Hi, Thanks for letting me know! > commit 0c27441ee0923bd221fc021b917ed03b02a94ad3 > Author: Andy Moreton > Date: Thu May 25 13:58:30 2017 +0100 > > net/sfc/base: let caller know that queue is already flushed > > Tx/Rx queue may be already flushed due to Tx/Rx error on the queue or > MC reboot. Caller needs to know that the queue is already flushed to > avoid waiting for flush done event. > > Signed-off-by: Andy Moreton > Signed-off-by: Andrew Rybchenko > > which is not marked as a fix to be included in stable. > So, please, either skip both patches (this one and 0c27441ee09 > mentioned above) or, if it is possible, include both into the stable. > Ideally squashed into one, if so, changeset description should be: I will pick above commit as well. For stable releases, we basically just __pick__ commits from upstream. We normally do not edit them. Thus, I will just cherry-pick it. --yliu