From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/3] virtio: patches for 2.1+ Date: Wed, 21 Oct 2015 16:18:37 +0200 Message-ID: <3225887.n92Wz41APJ@xps13> References: <1440779019-10793-1-git-send-email-stephen@networkplumber.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Stephen Hemminger , bernard.iremonger@intel.com Return-path: Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by dpdk.org (Postfix) with ESMTP id D1C3A957C for ; Wed, 21 Oct 2015 16:19:42 +0200 (CEST) Received: by wicfx6 with SMTP id fx6so93674967wic.1 for ; Wed, 21 Oct 2015 07:19:42 -0700 (PDT) In-Reply-To: <1440779019-10793-1-git-send-email-stephen@networkplumber.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-08-28 09:23, Stephen Hemminger: > These are some recently found bug fixes for virtio driver. > > Stephen Hemminger (3): > virtio: don't report link state feature unless available > virtio: fix Coverity unsigned warnings > virtio: fix possible NULL dereference > > drivers/net/virtio/virtio_ethdev.c | 20 +- > drivers/net/virtio/virtio_ethdev.c.orig | 1577 +++++++++++++++++++++++++++++++ > drivers/net/virtio/virtio_ring.h | 4 +- > drivers/net/virtio/virtio_rxtx.c | 4 +- Applied without virtio_ethdev.c.orig and without the 3rd patch duplicated by Bernard. Thanks