From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH v2 0/3] Vhost & Virtio fixes for v18.02 Date: Tue, 13 Feb 2018 18:45:12 +0100 Message-ID: <2419328.12RB65Uumv@xps> References: <20180212154612.5297-1-maxime.coquelin@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: stable@dpdk.org, tiwei.bie@intel.com, yliu@fridaylinux.org, ferruh.yigit@intel.com, victork@redhat.com, olivier.matz@6wind.com, jianfeng.tan@intel.com, dev@dpdk.org, zhihong.wang@intel.com, qian.q.xu@intel.com, lei.a.yao@intel.com To: Maxime Coquelin Return-path: In-Reply-To: <20180212154612.5297-1-maxime.coquelin@redhat.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 12/02/2018 16:46, Maxime Coquelin: > The second revision of this series includes Olivier's patch as first > patch in order to ease Thomas job when applying. > > Patch 2 rewords the commit message with detailed informations > provided by Tiwei and olivier (Thanks!). It also moves call to > virtio_rxq_vec_setup() and removes virtqueue_enqueue_recv_refill_simple() > as no more used. > > Maxime Coquelin (2): > virtio: fix resuming port with rx vector path > vhost: don't take access_lock on VHOST_USER_RESET_OWNER > > Olivier Matz (1): > net/virtio: fix mbuf data offset for simple Rx function Applied, thanks