From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 857B369D4 for ; Tue, 28 Mar 2017 16:35:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490711735; x=1522247735; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=l+SwWAg7sVIrExhGL5PY0gfBo/8YW1RZpK6J4zWsHAY=; b=dzvUGJ29P8XSWyAdwmzpE4Q5joge1NVdGOEtE059X0GU023U3lkKBdo2 hUGwTFLwVrAfavDZgeUih8KNeStRBQ==; Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Mar 2017 07:35:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,236,1486454400"; d="scan'208";a="66000824" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by orsmga002.jf.intel.com with ESMTP; 28 Mar 2017 07:35:00 -0700 To: Ed Czeck , dev@dpdk.org References: <41265c4fa76265df0144d5d480e4553888df2ee8.1490309515.git.ed.czeck@atomicrules.com> <01ca558f2e02984a9a72e71a9560e07cf87dee2b.1490309515.git.ed.czeck@atomicrules.com> Cc: john.miller@atomicrules.com, shepard.siegel@atomicrules.com, stephen@networkplumber.org From: Ferruh Yigit Message-ID: <2f180d78-82f8-3ab8-ecf1-d9b277c4daf6@intel.com> Date: Tue, 28 Mar 2017 15:35:00 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <01ca558f2e02984a9a72e71a9560e07cf87dee2b.1490309515.git.ed.czeck@atomicrules.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v5 2/7] net/ark: provide api to hardware module mpu, rqp, and pktdir 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, 28 Mar 2017 14:35:36 -0000 On 3/23/2017 11:00 PM, Ed Czeck wrote: > Provide C-level interface for Arkville's internal HW resources > mpu, pktdir, and rqp modules At least in commit log, and if possible in documentation, can you please mention what mpu, rqp stands for, and perhaps describe them briefly? Same for other hardware module patches. > > Signed-off-by: Ed Czeck <...>