From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from new2-smtp.messagingengine.com (new2-smtp.messagingengine.com [66.111.4.224]) by dpdk.org (Postfix) with ESMTP id 08DF21B2BF for ; Tue, 10 Oct 2017 16:00:56 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailnew.nyi.internal (Postfix) with ESMTP id 641BC1608; Tue, 10 Oct 2017 10:00:56 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Tue, 10 Oct 2017 10:00:56 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fridaylinux.org; h=cc:content-type:date:from:message-id:mime-version:subject:to :x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s=fm1; bh=O8vCnY PJREvFhHJO0HJuesjWnPHd+d6mTseI9Zu0KAU=; b=XEi1rk4sno5+5eAnwqO9uC CjhVvJXd5OeK18LzU4GpZZ6ZVe+T6XSP7FSDZvn0woRQw3v2ByQe8kiS52Z869Jo 7R0o7+90W1gcI2PzL68Uv76Upb/O3gM0TBquZVwu48E6WJNcLp0eZxpNzBpMIKi7 0h6FAvUtwGY9UYEwk5o2o2zCor5qcL1tl8nW/8YtgH4EqVjM13ea+5peOaV7ZHza CzYAukmkHdQVfRojc6HNjmaPtYDG2bNYasGtCkr/6sFuJq0zweAVcO9oGfJE+RkU bfZGJalycGaxGg2h+H4Xqho56Jsy7KB8SI6UGCiHtaacljA4fdtZDWCeQzSYNMYQ == DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:message-id :mime-version:subject:to:x-me-sender:x-me-sender:x-sasl-enc :x-sasl-enc; s=fm1; bh=O8vCnYPJREvFhHJO0HJuesjWnPHd+d6mTseI9Zu0K AU=; b=IRXjmZbivVuGpIACTmPDFWbkZKgb779lKoM7TaJmh/2HrhMBvXqfjgOTf YfeYEgk73O15Utvjf99rcGPVLCm3fcQrR/gTSoRD/BMklTBgVVLkesCww+xJPiXo sJqE7EYxvCsTu/EcuBjOx1W4M1TtcQQ2IyWE38XjQWahxugl2Fb4YqeKa12zac5i zPVGvXSw4EBnFP5Us1NPqvSMakYuZDZmUvIajXApSMODTVVo9x02wCeuwui3iEfZ RxXknxt76ohxZAhJsCMAoW19vfz2IEqjyEdJ6O4aA5eeQj6gcl+m0mS9cuui6DfN UolOOL7PRnvMK53iiQZDEArBuDBbw== X-ME-Sender: X-Sasl-enc: yw0+XB2odCsuBfOHEV118r/7fMHwL0pcF/JZslmJ2vFx 1507644054 Received: from yliu-home (unknown [222.64.172.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 9204A24772; Tue, 10 Oct 2017 10:00:53 -0400 (EDT) Date: Tue, 10 Oct 2017 22:00:47 +0800 From: Yuanhan Liu To: Thomas Monjalon Cc: dev@dpdk.org Message-ID: <20171010140047.GS1545@yliu-home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) Subject: [dpdk-dev] [git pull] virtio/vhost changes for 17.11-rc1 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Oct 2017 14:00:57 -0000 Hi Thomas, Please consider pulling following virtio/vhost changes for 17.11-rc1 at git://dpdk.org/next/dpdk-next-virtio master Thanks. --yliu --- Daniel Mrzyglod (1): net/virtio: fix of untrusted scalar value Dariusz Stojaczyk (1): vhost: add user callbacks for socket open/close Jay Zhou (1): net/virtio: fix a typo Kuba Kozak (1): vhost: fix unchecked return value Maxime Coquelin (20): Revert "vhost: workaround MQ fails to startup" vhost: make error handling consistent in Rx path vhost: prepare for slave requests vhost: add support to slave requests channel vhost: add IOMMU-related macros for old kernels vhost: add iotlb helper functions vhost: iotlb: add pending miss request list and helpers vhost: add support to IOTLB miss slave requests vhost: initialize vrings IOTLB caches vhost: handle IOTLB update and invalidate requests vhost: introduce guest IOVA to backend VA helper vhost: use the guest IOVA to host VA helper vhost: enable rings at the right time vhost: fix dereferencing invalid pointer after reallocation vhost: postpone rings addresses translation vhost: translate ring addresses when IOMMU enabled vhost: postpone device creation until ring are mapped vhost: invalidate vring in case of matching IOTLB invalidate vhost: enable IOMMU support vhost: create union to distinguish master and slave requests Olivier Matz (10): net/virtio: revert "do not claim to support LRO" net/virtio: revert "do not falsely claim to do IP checksum" doc: fix description of L4 Rx checksum offload net/virtio: fix log levels in configure net/virtio: fix mbuf port for simple Rx function net/virtio: fix queue setup consistency net/virtio: rationalize setting of Rx/Tx handlers net/virtio: remove SSE check net/virtio: keep Rx handler whatever the Tx queue config net/virtio: fix Rx handler when checksum is requested SebastianX Basierski (1): net/virtio-user: fix buffer not null terminated Steven (1): net/virtio-user: send kick notify backend on initialization Tiwei Bie (1): vhost: batch small guest memory copies Zhiyong Yang (3): net/virtio: fix the wrong indent net/virtio: use macro to replace magic number net/virtio: use pointer to replace memcpy --- doc/guides/nics/features.rst | 1 + doc/guides/prog_guide/vhost_lib.rst | 15 +- doc/guides/rel_notes/release_17_11.rst | 5 + drivers/net/virtio/virtio_ethdev.c | 124 ++++++-- drivers/net/virtio/virtio_ethdev.h | 6 + drivers/net/virtio/virtio_pci.c | 2 +- drivers/net/virtio/virtio_pci.h | 3 +- drivers/net/virtio/virtio_rxtx.c | 74 ++--- drivers/net/virtio/virtio_rxtx.h | 2 +- drivers/net/virtio/virtio_rxtx_simple.c | 2 + drivers/net/virtio/virtio_user/vhost_kernel_tap.c | 4 +- drivers/net/virtio/virtio_user/vhost_user.c | 4 + drivers/net/virtio/virtio_user_ethdev.c | 3 +- drivers/net/virtio/virtqueue.h | 4 +- lib/librte_vhost/Makefile | 4 +- lib/librte_vhost/fd_man.c | 5 +- lib/librte_vhost/iotlb.c | 352 ++++++++++++++++++++++ lib/librte_vhost/iotlb.h | 76 +++++ lib/librte_vhost/rte_vhost.h | 5 +- lib/librte_vhost/socket.c | 31 +- lib/librte_vhost/vhost.c | 119 +++++++- lib/librte_vhost/vhost.h | 74 ++++- lib/librte_vhost/vhost_user.c | 331 +++++++++++++++++--- lib/librte_vhost/vhost_user.h | 25 +- lib/librte_vhost/virtio_net.c | 336 ++++++++++++++++----- 25 files changed, 1387 insertions(+), 220 deletions(-)