From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 2370714E8 for ; Thu, 23 Mar 2017 12:38:43 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490269123; x=1521805123; h=subject:to:references:from:message-id:date:mime-version: in-reply-to:content-transfer-encoding; bh=kmo+K7YCLpWHQZ7LtrWzuw1EvEBHehMrL8x5fKaaWuE=; b=PK9rK6lKkU4tsM8w/KMKtaCpw9Pv8TnZDKURFNr5qmpsp3KGwICrN6cx 91wLK9ZMpQmdQDekyCHobnqnNek+Rw==; Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Mar 2017 04:38:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,209,1486454400"; d="scan'208";a="80195575" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga006.fm.intel.com with ESMTP; 23 Mar 2017 04:38:41 -0700 To: Ed Czeck , dev@dpdk.org References: <1490231015-31748-1-git-send-email-ed.czeck@atomicrules.com> <1490231015-31748-2-git-send-email-ed.czeck@atomicrules.com> From: Ferruh Yigit Message-ID: Date: Thu, 23 Mar 2017 11:38:41 +0000 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: <1490231015-31748-2-git-send-email-ed.czeck@atomicrules.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v4 2/7] net/ark: HW API part 1 of 3 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, 23 Mar 2017 11:38:43 -0000 On 3/23/2017 1:03 AM, Ed Czeck wrote: > Provide C-level interface for Arkville's internal HW resources > mpu, pktdir, and rqp modules For patch title, instead of using " HW API part x of y", can you please describe the content of the patch, like: " net/ark: HW API for MPU, pktdir, and RQP modules" > > Signed-off-by: Ed Czeck <...>