From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id E2B6336D for ; Mon, 30 Jun 2014 11:22:56 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 30 Jun 2014 02:23:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.01,574,1400050800"; d="scan'208";a="562913537" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga002.fm.intel.com with ESMTP; 30 Jun 2014 02:23:14 -0700 Received: from sivswdev01.ir.intel.com (sivswdev01.ir.intel.com [10.237.217.45]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id s5U9NEIj017598; Mon, 30 Jun 2014 10:23:14 +0100 Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1]) by sivswdev01.ir.intel.com with ESMTP id s5U9NEi3018983; Mon, 30 Jun 2014 10:23:14 +0100 Received: (from mtgajdzx@localhost) by sivswdev01.ir.intel.com with id s5U9NEap018979; Mon, 30 Jun 2014 10:23:14 +0100 From: Maciej Gajdzica To: dev@dpdk.org Date: Mon, 30 Jun 2014 10:22:44 +0100 Message-Id: <1404120164-18712-5-git-send-email-maciejx.t.gajdzica@intel.com> X-Mailer: git-send-email 1.7.0.7 In-Reply-To: <1404120164-18712-1-git-send-email-maciejx.t.gajdzica@intel.com> References: <1404120164-18712-1-git-send-email-maciejx.t.gajdzica@intel.com> Subject: [dpdk-dev] [PATCH 4/4] vmxnet3: Updated comments. 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: Mon, 30 Jun 2014 09:22:58 -0000 Signed-off-by: Maciej Gajdzica --- lib/librte_eal/common/include/rte_pci_dev_ids.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lib/librte_eal/common/include/rte_pci_dev_ids.h b/lib/librte_eal/common/include/rte_pci_dev_ids.h index 9c1ee04..b0737a5 100644 --- a/lib/librte_eal/common/include/rte_pci_dev_ids.h +++ b/lib/librte_eal/common/include/rte_pci_dev_ids.h @@ -63,17 +63,18 @@ * This file contains a list of the PCI device IDs recognised by DPDK, which * can be used to fill out an array of structures describing the devices. * - * Currently four families of devices are recognised: those supported by the + * Currently five families of devices are recognised: those supported by the * IGB driver, by EM driver, those supported by the IXGBE driver, and by virtio - * driver which is a para virtualization driver running in guest virtual machine. - * The inclusion of these in an array built using this file depends on the - * definition of + * and vmxnet3 drivers which are para virtualization drivers running in guest + * virtual machine. The inclusion of these in an array built using this file + * depends on the definition of * RTE_PCI_DEV_ID_DECL_EM * RTE_PCI_DEV_ID_DECL_IGB * RTE_PCI_DEV_ID_DECL_IGBVF * RTE_PCI_DEV_ID_DECL_IXGBE * RTE_PCI_DEV_ID_DECL_IXGBEVF * RTE_PCI_DEV_ID_DECL_VIRTIO + * RTE_PCI_DEV_ID_DECL_VMXNET3 * at the time when this file is included. * * In order to populate an array, the user of this file must define this macro: -- 2.0.0