From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-f43.google.com (mail-wr1-f43.google.com [209.85.221.43]) by dpdk.org (Postfix) with ESMTP id 1DD3791 for ; Thu, 8 Nov 2018 19:18:36 +0100 (CET) Received: by mail-wr1-f43.google.com with SMTP id y15-v6so22273790wru.9 for ; Thu, 08 Nov 2018 10:18:36 -0800 (PST) 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=7SdD7knlT1n5RGP2HGYgDz9S2enUMs8VDIpinxemBJE=; b=F0sOkNmWNgO+qMEt6qTZngEPQu4OJfHEomEspI40tJJtC5GSacS4l1BbYbH69IsFtP eK5ry7ffCagUxwm20g94e+T+ANHZgAtMCj6huQx9zIlq08SH0vmkSGvFt+xacZ1KE0ni Z3/5QMYNDeVoZd0GeU8CMYHBYj9W0j4hNwkEsHpmDPksyao/9xUnocg+P2A7SaBTQYrY drn7MaqX9ZggeixOdqwycdLXyHU9afNGPvP8VUmByo9Q1HbGFQX/oowt6fMXxp9Z127V SowwcNJcucoLTYRpRcW7FZYxcalUEQeopk7x+iStKt2vXKx62dgB5D1AeAi71gWzJv0O lQnA== X-Gm-Message-State: AGRZ1gLrYT0JajU807xMz8fZxeekZ3CA/ea9MH/NbzRwrU/kqUmB5YKn HRFxUQEFan6pIY95mqBCsPPR9MkTrDc= X-Google-Smtp-Source: AJdET5fOw22bxnsnofzTxMDVzh3xRadjLTiP5IOkUeHLh9RlITG80hAwx650NuL8aCZkd1oXm2WBLw== X-Received: by 2002:a5d:6943:: with SMTP id r3-v6mr5041438wrw.323.1541701115723; Thu, 08 Nov 2018 10:18:35 -0800 (PST) Received: from localhost ([2a01:4b00:f419:6f00:8361:8946:ba2b:d556]) by smtp.gmail.com with ESMTPSA id o27-v6sm2761933wro.24.2018.11.08.10.18.34 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 08 Nov 2018 10:18:34 -0800 (PST) Message-ID: <1541701113.31208.27.camel@debian.org> From: Luca Boccassi To: Fan Zhang Cc: Thomas Monjalon , dpdk stable Date: Thu, 08 Nov 2018 18:18:33 +0000 In-Reply-To: <20181108180111.25873-12-bluca@debian.org> References: <20181029125329.17729-20-bluca@debian.org> <20181108180111.25873-1-bluca@debian.org> <20181108180111.25873-12-bluca@debian.org> 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 'bus/pci: fix config r/w access' has been queued to LTS release 16.11.9 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, 08 Nov 2018 18:18:36 -0000 On Thu, 2018-11-08 at 18:01 +0000, Luca Boccassi wrote: > Hi, >=20 > FYI, your patch has been queued to LTS release 16.11.9 >=20 > Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. > It will be pushed if I get no objections before 11/10/18. So please > shout if anyone has objections. >=20 > Also note that after the patch there's a diff of the upstream commit > vs the patch applied > to the branch. If the code is different (ie: not only metadata > diffs), due for example to > a change in context or macro names, please double check it. >=20 > Thanks. >=20 > Luca Boccassi >=20 > --- > From 939e666bc0796940ae91535002e1a1c9196eae02 Mon Sep 17 00:00:00 > 2001 > From: Fan Zhang > Date: Thu, 1 Nov 2018 12:10:09 +0000 > Subject: [PATCH] bus/pci: fix config r/w access >=20 > The recent change to rte_pci_read/write_config() missed > uio_pci_generic case. >=20 > Fixes: 630deed612ca ("bus/pci: compare kernel driver instead of > interrupt handler") > Cc: stable@dpdk.org >=20 > Signed-off-by: Fan Zhang > Signed-off-by: Thomas Monjalon > (cherry picked from commit a38eafedda1de14c9fd7219e769e89e4aec92a45) I got the header wrong as it was a manual cherry-pick, already fixed, sorry. --=20 Kind regards, Luca Boccassi