From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shreyansh Jain Subject: Re: [PATCH 0/2] next-net: remove ethdev driver Date: Wed, 19 Apr 2017 17:07:59 +0530 Message-ID: References: <6042261.q63DMppQd2@xps13> <20170418182726.30462-1-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Cc: , Shepard Siegel , Ed Czeck , John Miller , Hemant Agrawal , Shreyansh Jain , Jianfeng Tan , Jan Blunck , Stephen Hemminger , Gaetan Rivet To: Ferruh Yigit Return-path: Received: from NAM02-SN1-obe.outbound.protection.outlook.com (mail-sn1nam02on0076.outbound.protection.outlook.com [104.47.36.76]) by dpdk.org (Postfix) with ESMTP id 28DD7567F for ; Wed, 19 Apr 2017 13:31:28 +0200 (CEST) In-Reply-To: <20170418182726.30462-1-ferruh.yigit@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tuesday 18 April 2017 11:57 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. > > 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(-) >