From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 2462B9E3 for ; Tue, 18 Apr 2017 20:27:31 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP; 18 Apr 2017 11:27:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,219,1488873600"; d="scan'208";a="90985851" Received: from sivswdev02.ir.intel.com ([10.237.217.46]) by fmsmga005.fm.intel.com with ESMTP; 18 Apr 2017 11:27:28 -0700 From: Ferruh Yigit To: dev@dpdk.org Cc: Ferruh Yigit , Shepard Siegel , Ed Czeck , John Miller , Hemant Agrawal , Shreyansh Jain , Jianfeng Tan , Jan Blunck , Stephen Hemminger , Gaetan Rivet Date: Tue, 18 Apr 2017 19:27:24 +0100 Message-Id: <20170418182726.30462-1-ferruh.yigit@intel.com> X-Mailer: git-send-email 2.8.4 In-Reply-To: <6042261.q63DMppQd2@xps13> References: <6042261.q63DMppQd2@xps13> Subject: [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:27:32 -0000 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 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(-) -- 2.9.3