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 8F0701B234 for ; Fri, 6 Oct 2017 08:46:04 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailnew.nyi.internal (Postfix) with ESMTP id 0651512C4; Fri, 6 Oct 2017 02:46:04 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Fri, 06 Oct 2017 02:46:04 -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=YSaiDT dp57LH/xzqxVyPnc32ZrVUS9fRvSBunN7JnTY=; b=HjumqbITavpJC9a9wdz0xc HS4IrZe9R9akahvH0MrTEK6Ew4uRwJ0qI2PdD7cgLLrQgT4wuIF3i5su6wbtA584 nNBD3HhQdPHGIuz0vbiPNqIeJXJgyBAL0yzG/xrR7c+qwa20toVUX7fXHsDLKubf 1PJvTgSVJBkR8EC/WE+Udnxa7gu4gORAtFXg4dEacB/VZV6ofhYKvP2YjeSw8ptF MBPVRPtwaYwzNcaMKS0clq6oDZa9TSrh42jtBA7XLePqi2P0blZvoWU7A0Bv12Y2 ZqxTcV2rFpxcFY0wIWfRdeqZX7+yFgCbamTcHRO0NcW4U0WXRTs7ZSCfcIHCs6bQ == 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=YSaiDTdp57LH/xzqxVyPnc32ZrVUS9fRvSBunN7Jn TY=; b=ly/nkHSctVShQgMphmgj8zDb5Yx1n1m1mVgRsgQZBTla2fCTjxH2RMuW8 W3ODahWcDvilB/AfVuIF3JcgTfhalyaTthMHBdqnFQFnE7hKjlGH7R0OepWWdcG4 7maWfQmDhgpsN4IyaN9GgB2tFnDymSomzQf051wAhmeZIdC6mvEY6ezn27xIuHSN db8dWRNABteTIMXnqmM97Rt+1LrpBjpiuGVOiU+9BO3QyVVbql0o38PhZdHnCDml 7iFkWJsbe9HEYRVhuxfICEaTS5YkHPSeCJzY+qyWPOujAy6UCN2SaldHCcMDyiiH 75gGDUHS7U7Se2YEHqqaSuCNo7y6Q== X-ME-Sender: X-Sasl-enc: kdH5PnTlh9kLh1bsNTqCdVwER7tQbsW7Zszg4gRsXuQA 1507272362 Received: from yliu-home (unknown [222.64.136.243]) by mail.messagingengine.com (Postfix) with ESMTPA id 6706E24009; Fri, 6 Oct 2017 02:46:02 -0400 (EDT) Date: Fri, 6 Oct 2017 14:45:58 +0800 From: Yuanhan Liu To: Thomas Monjalon Cc: dev@dpdk.org Message-ID: <20171006064558.GE1545@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 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: Fri, 06 Oct 2017 06:46:04 -0000 Hi Thomas, Please consider pulling following virtio 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 Jay Zhou (1): net/virtio: fix a typo Maxime Coquelin (19): 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-user: add support to IOTLB miss slave requests vhost: initialize vrings IOTLB caches vhost-user: 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-user: 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 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 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/rel_notes/release_17_11.rst | 4 + drivers/net/virtio/virtio_ethdev.c | 123 ++++++++-- 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 | 73 +++--- drivers/net/virtio/virtio_rxtx.h | 2 +- drivers/net/virtio/virtio_rxtx_simple.c | 2 + 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/iotlb.c | 352 ++++++++++++++++++++++++++++ lib/librte_vhost/iotlb.h | 76 ++++++ lib/librte_vhost/vhost.c | 117 ++++++++- lib/librte_vhost/vhost.h | 74 +++++- lib/librte_vhost/vhost_user.c | 324 ++++++++++++++++++++++--- lib/librte_vhost/vhost_user.h | 20 +- lib/librte_vhost/virtio_net.c | 336 ++++++++++++++++++++------ 20 files changed, 1328 insertions(+), 202 deletions(-)