From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 451515A44 for ; Thu, 19 Jan 2017 13:48:55 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga101.jf.intel.com with ESMTP; 19 Jan 2017 04:48:54 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,254,1477983600"; d="scan'208";a="55137683" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.38]) ([10.237.220.38]) by fmsmga005.fm.intel.com with ESMTP; 19 Jan 2017 04:48:53 -0800 To: Andrew Rybchenko , Jerin Jacob References: <20170119055340.GA26867@localhost.localdomain> <9707c383-7621-e4e2-3427-ce0bf57e52b2@solarflare.com> Cc: DPDK From: Ferruh Yigit Message-ID: Date: Thu, 19 Jan 2017 12:48:53 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <9707c383-7621-e4e2-3427-ce0bf57e52b2@solarflare.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] I/O device memory read/write implementation for sfc 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: Thu, 19 Jan 2017 12:48:56 -0000 On 1/19/2017 6:30 AM, Andrew Rybchenko wrote: > On 01/19/2017 08:53 AM, Jerin Jacob wrote: >> On Wed, Jan 18, 2017 at 07:31:39PM +0000, Ferruh Yigit wrote: >>> Hi Andrew, Jerin, >>> >>> Existing "I/O device memory read/write" doesn't cover sfc driver because >>> driver was in next-net tree. >>> >>> And both sfc and "I/O device memory read/write" patches will be >>> integrated into main tree for rc1 release. >>> >>> If "I/O device memory read/write" implementation can be done for sfc >>> before rc2, that changes can be merged into rc2 release. >>> >>> Who can work on this task? >> sfc driver does not even support non x86 build for now. I can spend some time if >> Andrew's does not have any bandwidth to work on this task. > > Don't worry. I'll do. Thank you Andrew. > > Thanks, > Andrew.