From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 2184929C6 for ; Wed, 9 Mar 2016 14:29:26 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP; 09 Mar 2016 05:29:26 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,311,1455004800"; d="scan'208";a="760927920" Received: from rhorton-mobl.ger.corp.intel.com (HELO VM.ir.intel.com) ([163.33.229.61]) by orsmga003.jf.intel.com with ESMTP; 09 Mar 2016 05:29:25 -0800 From: Remy Horton To: helin.zhang@intel.com Date: Wed, 9 Mar 2016 13:29:23 +0000 Message-Id: <1457530164-15189-1-git-send-email-remy.horton@intel.com> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1457105124-23650-1-git-send-email-remy.horton@intel.com> Cc: dev@dpdk.org Subject: [dpdk-dev] [PATCH v3 0/1] Add missing ethdev driver support 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: Wed, 09 Mar 2016 13:29:27 -0000 Several rte_eth_dev_* functions are currently only supported by the ixgbe NIC driver. This patchset adds driver support for some of these functions to the i40e and vmxnet3 drivers. -- v3 changes: * Rebased to dpdk-next-net * Dropped vmxnet3 patch (duplicated elsewhere) v2 changes: * Rebased to origin/master * Notes moved release_2_3.rst -> release_16_04.rst * Removed redundant mac address copy * Removed empty functions & spurious __rte_unused directives * Descoped Tx/Rx queue get (too little info) * Redid i40e register lookup table and i40e reg dumping * Added error logging * Added MAC address checks Remy Horton (1): drivers/net/i40e: add ethdev functions doc/guides/rel_notes/release_16_04.rst | 5 + drivers/net/i40e/i40e_ethdev.c | 116 ++++ drivers/net/i40e/i40e_regs.h | 1000 ++++++++++++++++++++++++++++++++ 3 files changed, 1121 insertions(+) create mode 100644 drivers/net/i40e/i40e_regs.h -- 2.5.0