From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 67A492C74 for ; Tue, 14 Mar 2017 11:48:03 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1489488485; x=1521024485; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=kUcpbi1I6wvrKokZHjgVwGqb67vo+aSa8JKviGxnTDA=; b=GUDmP9vXU9lEUh1i316QI3Env1Z/GRe51fGW7/vd0p3/QAgo8JpUexXa ClqaULPMOPHk8oP+OW5TMHG73rY5SQ==; Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Mar 2017 03:48:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,163,1486454400"; d="scan'208";a="75897688" Received: from dhunt5-mobl.ger.corp.intel.com (HELO [10.237.221.69]) ([10.237.221.69]) by fmsmga005.fm.intel.com with ESMTP; 14 Mar 2017 03:48:01 -0700 To: Bruce Richardson References: <1488354455-142764-2-git-send-email-david.hunt@intel.com> <1488791433-186137-1-git-send-email-david.hunt@intel.com> <1488791433-186137-15-git-send-email-david.hunt@intel.com> <20170310164944.GE339712@bricha3-MOBL3.ger.corp.intel.com> Cc: dev@dpdk.org From: "Hunt, David" Message-ID: Date: Tue, 14 Mar 2017 10:48:00 +0000 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: <20170310164944.GE339712@bricha3-MOBL3.ger.corp.intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v9 14/18] examples/distributor: give distributor a core 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, 14 Mar 2017 10:48:03 -0000 On 10/3/2017 4:49 PM, Bruce Richardson wrote: > On Mon, Mar 06, 2017 at 09:10:29AM +0000, David Hunt wrote: >> Signed-off-by: David Hunt >> --- > Title could do with some rewording - e.g. "make distributor API calls on > dedicated core" > > This also requires an explanation as to why the change is being made. > Does it not also need an update to the sample app guide about how the > app works? > > /Bruce Yes, sure. And I'll add some more info into the dist_app.rst file. Rgds, Dave.