From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: [PATCH 0/3] virtio: patches for 2.1+ Date: Fri, 28 Aug 2015 09:23:36 -0700 Message-ID: <1440779019-10793-1-git-send-email-stephen@networkplumber.org> Cc: dev@dpdk.org To: huawei.xie@intel.com, changchun.ouyang@intel.com Return-path: Received: from mail-pa0-f43.google.com (mail-pa0-f43.google.com [209.85.220.43]) by dpdk.org (Postfix) with ESMTP id 92FC658D4 for ; Fri, 28 Aug 2015 18:23:31 +0200 (CEST) Received: by padfo6 with SMTP id fo6so28986220pad.0 for ; Fri, 28 Aug 2015 09:23:30 -0700 (PDT) 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" 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 +- 4 files changed, 1592 insertions(+), 13 deletions(-) create mode 100644 drivers/net/virtio/virtio_ethdev.c.orig -- 2.1.4