From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ilya Maximets Subject: [PATCH 0/3] net/virtio: missing/wrong read barriers. Date: Thu, 24 Jan 2019 19:58:59 +0300 Message-ID: <20190124165902.24178-1-i.maximets@samsung.com> References: Content-Type: text/plain; charset="utf-8" Cc: Tiwei Bie , Zhihong Wang , Jens Freimann , Ilya Maximets To: dev@dpdk.org, Maxime Coquelin , "Michael S . Tsirkin" Return-path: Received: from mailout2.w1.samsung.com (mailout2.w1.samsung.com [210.118.77.12]) by dpdk.org (Postfix) with ESMTP id D10565589 for ; Thu, 24 Jan 2019 17:59:12 +0100 (CET) Received: from eucas1p1.samsung.com (unknown [182.198.249.206]) by mailout2.w1.samsung.com (KnoxPortal) with ESMTP id 20190124165911euoutp02658b089040626333f8092c961df4724e~811l8ZChn1875018750euoutp02X for ; Thu, 24 Jan 2019 16:59:11 +0000 (GMT) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Ilya Maximets (3): net/virtio: fix improper read barriers on packed Tx cleanup net/virtio: add barriers for extra descriptors on Rx split net/virtio: add missing read barrier for packed dequeue drivers/net/virtio/virtio_rxtx.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) -- 2.17.1