From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=w07K0R2B9BAbf2B/rCEqb8u1HS4snC5S1kdn3VjJ5aU=; b=YeKBFP9FKfnnFGbyT9tddp2/kzn/uS+1jGZm+49KtjtYgdbdQswzERRXIFw4ZdikWO jPOlmU5NoEhVWmoBrOOJ4PBsSo5XU+Az+af7OrjxPjmme4IVclJY02QQjRzvdXIiNVdR AKLdG2b0iF616opCvIS5vSpEY5FKZDKCtlLPFQVfI+NfhaHHBJe+mtqwFTOReA8vxZS3 UXyPicC24Ly7P/oI5LbEqpD1I0h/dms2+4tHHd6pZZJxsPuhhUR0aDsYYngKS/AMS7d3 peLbu3M68du8oOllqgPVq8cDIBFoYO3RQtPNyNq/rNeJDTyMM8mHD6/CMW7u2Wglgnpw sRgg== X-Gm-Message-State: ALoCoQlBz8/4Ia6f66FG/RsvVKlqaI9KV+O3syGx5/xeZGQViS/ZoRAg7ttoVzgs/HfzTxvc2nAq X-Received: by 10.68.65.104 with SMTP id w8mr5798949pbs.48.1440779010811; Fri, 28 Aug 2015 09:23:30 -0700 (PDT) Received: from urahara.home.lan (static-50-53-82-155.bvtn.or.frontiernet.net. [50.53.82.155]) by smtp.gmail.com with ESMTPSA id gs2sm6221755pbc.15.2015.08.28.09.23.29 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 28 Aug 2015 09:23:30 -0700 (PDT) From: Stephen Hemminger To: huawei.xie@intel.com, changchun.ouyang@intel.com Date: Fri, 28 Aug 2015 09:23:36 -0700 Message-Id: <1440779019-10793-1-git-send-email-stephen@networkplumber.org> X-Mailer: git-send-email 2.1.4 Cc: dev@dpdk.org Subject: [dpdk-dev] [PATCH 0/3] virtio: patches for 2.1+ X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Aug 2015 16:23:31 -0000 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