From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <ferruh.yigit@intel.com>
Received: from mga03.intel.com (mga03.intel.com [134.134.136.65])
 by dpdk.org (Postfix) with ESMTP id BEDF39E3
 for <dev@dpdk.org>; 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 <shepard.siegel@atomicrules.com>,
 Ed Czeck <ed.czeck@atomicrules.com>,
 John Miller <john.miller@atomicrules.com>,
 Hemant Agrawal <hemant.agrawal@nxp.com>,
 Shreyansh Jain <shreyansh.jain@nxp.c>, Jianfeng Tan
 <jianfeng.tan@intel.com>, Jan Blunck <jblunck@infradead.org>,
 Stephen Hemminger <stephen@networkplumber.org>,
 Gaetan Rivet <gaetan.rivet@6wind.com>
References: <6042261.q63DMppQd2@xps13>
 <20170418182726.30462-1-ferruh.yigit@intel.com>
From: Ferruh Yigit <ferruh.yigit@intel.com>
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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=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 <shepard.siegel@atomicrules.com>
> CC: Ed Czeck <ed.czeck@atomicrules.com>
> CC: John Miller <john.miller@atomicrules.com>
> 
> 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 <hemant.agrawal@nxp.com>
> CC: Shreyansh Jain <shreyansh.jain@nxp.c
> 
> 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 <jianfeng.tan@intel.com>
> 
> 
> CC: Jan Blunck <jblunck@infradead.org>
> CC: Stephen Hemminger <stephen@networkplumber.org>
> CC: Gaetan Rivet <gaetan.rivet@6wind.com>
> 
> 
> 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(-)
>