From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 1E247AA37 for ; Tue, 16 Feb 2016 13:02:06 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP; 16 Feb 2016 04:02:06 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,455,1449561600"; d="scan'208";a="747201349" Received: from murbansk-mobl1.ger.corp.intel.com ([10.252.29.236]) by orsmga003.jf.intel.com with SMTP; 16 Feb 2016 04:02:04 -0800 Received: by (sSMTP sendmail emulation); Tue, 16 Feb 2016 12:02:02 +0025 Date: Tue, 16 Feb 2016 12:02:02 +0000 From: Bruce Richardson To: Remy Horton , Helin Zhang , Huawei Xie , Yuanhan Liu , Yong Wang Message-ID: <20160216120201.GA22124@bricha3-MOBL3> References: <1453970895-2639-1-git-send-email-remy.horton@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1453970895-2639-1-git-send-email-remy.horton@intel.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v1 0/3] 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: Tue, 16 Feb 2016 12:02:07 -0000 On Thu, Jan 28, 2016 at 08:48:12AM +0000, Remy Horton wrote: > 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, virtio, and vmxnet3 > drivers. > > > Remy Horton (3): > drivers/net/i40e: Add ethdev functions > drivers/net/virtio: Add ethdev functions > drivers/net/vmxnet3: Add ethdev functions > Driver maintainers, any reviews or acks for these patches? Thanks, /Bruce