From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 857CD377E for ; Thu, 29 Jun 2017 14:51:21 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga104.jf.intel.com with ESMTP; 29 Jun 2017 05:51:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,280,1496127600"; d="scan'208";a="280134067" Received: from dhunt5-mobl.ger.corp.intel.com (HELO [10.237.221.55]) ([10.237.221.55]) by fmsmga004.fm.intel.com with ESMTP; 29 Jun 2017 05:51:17 -0700 To: Jerin Jacob References: <1492768299-84016-1-git-send-email-harry.van.haaren@intel.com> <1492768299-84016-2-git-send-email-harry.van.haaren@intel.com> <20170510141202.GA8431@jerin> <6c53f05d-2dd2-5b83-2eab-bcecd93bea82@intel.com> <20170627093506.GB14276@jerin> <72d1d150-a119-2b23-642c-484ca658c4b3@intel.com> <20170629071726.GC5893@jerin> Cc: Harry van Haaren , dev@dpdk.org, Gage Eads , Bruce Richardson From: "Hunt, David" Message-ID: <1f9a20d6-940c-8e47-c073-7bcdf86f71d0@intel.com> Date: Thu, 29 Jun 2017 13:51:16 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170629071726.GC5893@jerin> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 1/3] examples/eventdev_pipeline: added sample app 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, 29 Jun 2017 12:51:22 -0000 On 29/6/2017 8:17 AM, Jerin Jacob wrote: > -----Original Message----- >> Date: Tue, 27 Jun 2017 14:12:20 +0100 >> From: "Hunt, David" >> To: Jerin Jacob >> CC: Harry van Haaren , dev@dpdk.org, Gage Eads >> , Bruce Richardson >> Subject: Re: [dpdk-dev] [PATCH 1/3] examples/eventdev_pipeline: added >> sample app >> User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 >> Thunderbird/45.8.0 >> >> Hi Jerin: >> >> >> On 27/6/2017 10:35 AM, Jerin Jacob wrote: >>> -----Original Message----- >>>> Date: Mon, 26 Jun 2017 15:46:47 +0100 >>>> From: "Hunt, David" >>>> To: Jerin Jacob , Harry van Haaren >>>> >>>> CC: dev@dpdk.org, Gage Eads , Bruce Richardson >>>> >>>> Subject: Re: [dpdk-dev] [PATCH 1/3] examples/eventdev_pipeline: added >>>> sample app >>>> User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 >>>> Thunderbird/45.8.0 >>>> >>>> Hi Jerin, >>> Hi David, >>> >>> Looks like you have sent the old version. The below mentioned comments >>> are not addressed in v2. >> Oops. Glitch in the Matrix. I've just pushed a V3 with the changes. >> >>>> I'm assisting Harry on the sample app, and have just pushed up a V2 patch >>>> based on your feedback. I've addressed most of your suggestions, comments >>>> below. There may still a couple of outstanding questions that need further >>>> discussion. >>> A few general comments: >>> 1) Nikhil/Gage's proposal on ethdev rx to eventdev adapter will change the major >>> portion(eventdev setup and producer()) of this application >>> 2) Producing one lcore worth of packets, really cant show as example >>> eventdev application as it will be pretty bad in low-end machine. >>> At least application infrastructure should not limit. >>> >>> Considering above points, Should we wait for rx adapter to complete >>> first? I would like to show this as real world application to use eventdev. >>> >>> Thoughts? >>> >>> On the same note: >>> Can we finalize on rx adapter proposal? I can work on v1 of patch and >>> common code if Nikhil or Gage don't have bandwidth. Let me know? >>> >>> last followup: >>> http://dpdk.org/ml/archives/dev/2017-June/068776.html >> I had a quick chat with Harry, and wonder if we'd be as well to merge the >> app as it is now, and as the new frameworks become available, the app can be >> updated to make use of them? I feel it would be better to have something out >> there for people to play with than waiting for 17.11. > I agree with your concern. > How about renaming the test and doc specific to SW PMD and then once we > fix the known issues with HW eventdev + ethdev(Rx adapter) integration and then > rename the application to generic eventdev. > Sure. I'll rename the app as 'eventdev_pipeline_sw' and push a v4. we can rename back once it's generic. Rgds, Dave. --snip--