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 BDDAC2BB1 for ; Thu, 2 Mar 2017 14:05:54 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga104.jf.intel.com with ESMTP; 02 Mar 2017 05:05:54 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,231,1484035200"; d="scan'208";a="71388513" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.255.134.95]) ([10.255.134.95]) by fmsmga005.fm.intel.com with ESMTP; 02 Mar 2017 05:05:51 -0800 To: Rasesh Mody , dev@dpdk.org References: <1488181923-9649-1-git-send-email-rasesh.mody@cavium.com> <1488181923-9649-4-git-send-email-rasesh.mody@cavium.com> Cc: Dept-EngDPDKDev@cavium.com From: Ferruh Yigit Message-ID: <5fa28799-1623-e382-079a-a623fed643b4@intel.com> Date: Thu, 2 Mar 2017 13:05:49 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <1488181923-9649-4-git-send-email-rasesh.mody@cavium.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH 04/21] net/qede/base: fix TM block ILT initialization 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, 02 Mar 2017 13:05:55 -0000 On 2/27/2017 7:51 AM, Rasesh Mody wrote: > Fix TM block ILT initialization for SRIOV coexistence with other > protocols. Can you please use what abbreviations stands for in commit log, for TM and ILT? Like "Three Letter Acronym (TLA) ..." > > Fixes: ec94dbc57362 ("qede: add base driver") > > Signed-off-by: Rasesh Mody <...>