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 622AA2956 for ; Fri, 4 Mar 2016 16:25:27 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP; 04 Mar 2016 07:25:26 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,536,1449561600"; d="scan'208";a="758138814" Received: from rpkelly-mobl2.ger.corp.intel.com (HELO VM.ger.corp.intel.com) ([10.252.0.14]) by orsmga003.jf.intel.com with ESMTP; 04 Mar 2016 07:25:25 -0800 From: Remy Horton To: dev@dpdk.org, Helin Zhang , Yong Wang Date: Fri, 4 Mar 2016 15:25:22 +0000 Message-Id: <1457105124-23650-1-git-send-email-remy.horton@intel.com> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1453970895-2639-1-git-send-email-remy.horton@intel.com> Subject: [dpdk-dev] [PATCH v2 0/2] 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: Fri, 04 Mar 2016 15:25: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. -- This patchset depends on: * http://dpdk.org/dev/patchwork/patch/10654/ 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 (2): drivers/net/i40e: Add ethdev functions drivers/net/vmxnet3: Add ethdev functions doc/guides/rel_notes/release_16_04.rst | 9 + drivers/net/i40e/i40e_ethdev.c | 116 ++++ drivers/net/i40e/i40e_regs.h | 1000 ++++++++++++++++++++++++++++++++ drivers/net/vmxnet3/vmxnet3_ethdev.c | 19 + 4 files changed, 1144 insertions(+) create mode 100644 drivers/net/i40e/i40e_regs.h -- 2.5.0