From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id E1F8CA052E for ; Mon, 9 Mar 2020 05:21:40 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9D51FFEB; Mon, 9 Mar 2020 05:21:40 +0100 (CET) Received: from mail.valinux.co.jp (mail.valinux.co.jp [210.128.90.3]) by dpdk.org (Postfix) with ESMTP id 6F390FEB for ; Mon, 9 Mar 2020 05:21:39 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.valinux.co.jp (Postfix) with ESMTP id 8E4D2B60DF; Mon, 9 Mar 2020 13:21:38 +0900 (JST) X-Virus-Scanned: Debian amavisd-new at valinux.co.jp Received: from mail.valinux.co.jp ([127.0.0.1]) by localhost (mail.valinux.co.jp [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6WkXPmAtupp8; Mon, 9 Mar 2020 13:21:38 +0900 (JST) Received: from [127.0.0.1] (vagw.valinux.co.jp [210.128.90.14]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.valinux.co.jp (Postfix) with ESMTPS id 722DEB60DA; Mon, 9 Mar 2020 13:21:38 +0900 (JST) Date: Mon, 09 Mar 2020 13:21:38 +0900 From: Itsuro ODA To: dpdk stable , ktraynor@redhat.com Cc: maxime.coquelin@redhat.com, david.marchand@redhat.com, tiwei.bie@intel.com In-Reply-To: <20200306165208.18163-1-ktraynor@redhat.com> References: <20200306165208.18163-1-ktraynor@redhat.com> Message-Id: <20200309132138.E1F1.277DD91C@valinux.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.74.02 [ja] Subject: Re: [dpdk-stable] please help backporting some patches to LTS release 18.11.7 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: , Errors-To: stable-bounces@dpdk.org Sender: "stable" Hi, Kevin, > 3d01b759d Itsuro Oda net/vhost: delay driver setup > 3e0030754 Maxime Coquelin net/vhost: fix setup error path > # Dep on 3d01b759d I posted revised version of above two patches. The error is because fixes about disable_flags which does not exist at the time of 18.11 was included. > 366a0500f Maxime Coquelin net/vhost: prevent multiple setups on reconfiguration > # Dep on 3d01b759d This can be applied after above two patches applied. Thanks. -- Itsuro ODA