From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 95FF8282 for ; Tue, 3 Jan 2017 13:20:51 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga105.fm.intel.com with ESMTP; 03 Jan 2017 04:20:50 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,451,1477983600"; d="scan'208";a="25552172" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.38]) ([10.237.220.38]) by orsmga002.jf.intel.com with ESMTP; 03 Jan 2017 04:20:43 -0800 To: Thomas Monjalon , Jan Blunck References: <1482332986-7599-1-git-send-email-jblunck@infradead.org> <1482508691-11408-1-git-send-email-jblunck@infradead.org> <3218207.eTF77IRQHx@xps13> Cc: dev@dpdk.org, shreyansh.jain@nxp.com, david.marchand@6wind.com, stephen@networkplumber.org, Andrew Rybchenko , Alejandro Lucero From: Ferruh Yigit Message-ID: <2be3d632-b1eb-d7be-47e3-c6e9211fef33@intel.com> Date: Tue, 3 Jan 2017 12:20:42 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <3218207.eTF77IRQHx@xps13> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v5 00/20] Decouple ethdev from PCI device 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, 03 Jan 2017 12:20:52 -0000 On 12/25/2016 10:33 PM, Thomas Monjalon wrote: > 2016-12-23 16:57, Jan Blunck: >> This repost addresses the review comments of Thomas Monjalon to completely >> remove the ethdev helper to further decrease the coupling of the ethdev and >> the eal layers. This required me to squash together all patches using the >> rte_eth_dev_to_pci() helper into "Decouple from PCI device" patch. As >> discussed privately I'll keep the PCI information in rte_eth_dev_info >> untouched. > > Applied with some trivial fixes, thanks > I rebased these changes into next-net tree. And need to update some sfc and nfp patches [1] there. Andrew, Alejandro, Can you please review your driver in the latest next-net tree? Thanks, ferruh [1] nfp: net/nfp: add Rx interrupts sfc: net/sfc: support link status change interrupt net/sfc: interrupts support sufficient for event queue init net/sfc: implement driver operation to init device on attach net/sfc: libefx-based PMD stub sufficient to build and init