From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shijith Thotton Subject: Re: [PATCH 16/50] net/liquidio: add APIs to allocate and free IQ Date: Fri, 24 Feb 2017 00:05:59 +0530 Message-ID: References: <1487669225-30091-1-git-send-email-shijith.thotton@caviumnetworks.com> <1487669225-30091-17-git-send-email-shijith.thotton@caviumnetworks.com> <405b6b63-da27-98d5-761f-b56158b4f637@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: Jerin Jacob , Derek Chickles , Venkat Koppula , Mallesham Jatharakonda To: Ferruh Yigit , dev@dpdk.org Return-path: Received: from NAM01-SN1-obe.outbound.protection.outlook.com (mail-sn1nam01on0088.outbound.protection.outlook.com [104.47.32.88]) by dpdk.org (Postfix) with ESMTP id 59A7E378B for ; Thu, 23 Feb 2017 19:36:22 +0100 (CET) In-Reply-To: <405b6b63-da27-98d5-761f-b56158b4f637@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thursday 23 February 2017 08:00 PM, Ferruh Yigit wrote: > On 2/21/2017 9:26 AM, Shijith Thotton wrote: >> Add APIs to allocate and free instruction queue. Allocates instruction >> queue 0 initially to send device configurations commands and later re- >> allocates as per application requirement during tx queue setup. > > Can you please describe the relevant entity briefly in commit log, even > one sentences is enough. > > For this patch: What is Instruction Queue (IQ) > > For patch 18/50: What is "soft command pool" ? > > etc... Sure. Will make commit logs more clear. > > >> >> Signed-off-by: Shijith Thotton >> Signed-off-by: Jerin Jacob >> Signed-off-by: Derek Chickles >> Signed-off-by: Venkat Koppula >> Signed-off-by: Mallesham Jatharakonda >> --- > <...> >