From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id BEDF39E3 for ; Tue, 18 Apr 2017 20:38:18 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Apr 2017 11:38:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,219,1488873600"; d="scan'208";a="1120828021" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.59]) ([10.237.220.59]) by orsmga001.jf.intel.com with ESMTP; 18 Apr 2017 11:38:13 -0700 To: dev@dpdk.org Cc: Shepard Siegel , Ed Czeck , John Miller , Hemant Agrawal , Shreyansh Jain , Jianfeng Tan , Jan Blunck , Stephen Hemminger , Gaetan Rivet References: <6042261.q63DMppQd2@xps13> <20170418182726.30462-1-ferruh.yigit@intel.com> From: Ferruh Yigit Message-ID: <5e9e2623-fdfa-f6fc-9775-c353cbdc8b17@intel.com> Date: Tue, 18 Apr 2017 19:38:13 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.0.1 MIME-Version: 1.0 In-Reply-To: <20170418182726.30462-1-ferruh.yigit@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 0/2] next-net: remove ethdev driver X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2017 18:38:19 -0000 On 4/18/2017 7:27 PM, Ferruh Yigit wrote: > There are two PMDs in next-net and not merged into main tree: > - ARK > - DPAA2 > > These drivers also needs to get these updates. latest next-net rebased on main tree to help development of these. ! next-net is broken now ! > > And to prevent breaking build these changes can be squashed into PMD > in next-net before integration. This means these changes needs to be > merged promptly. > > ARK PMD updates are done, can you please review and please feel free to > re-make the patch if required. > CC: Shepard Siegel > CC: Ed Czeck > CC: John Miller > > Since DPAA2 has its own device type and not using ethdev driver, it > looks like no update required, can you please double check? > CC: Hemant Agrawal > CC: Shreyansh Jain > Also xenvirt giving a build error related ethdev driver usage, build > error fixed, again please feel free to send new version of the patch > if required. This can be preferred to get into main tree. > CC: Jianfeng Tan > > > CC: Jan Blunck > CC: Stephen Hemminger > CC: Gaetan Rivet > > > Ferruh Yigit (2): > net/ark: remove eth_dev > net/xenvirt: remove ethdev driver > > drivers/net/ark/ark_ethdev.c | 44 +++++++++++++++++++++++++---------- > drivers/net/xenvirt/rte_eth_xenvirt.c | 1 - > 2 files changed, 32 insertions(+), 13 deletions(-) >