From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <bruce.richardson@intel.com>
Received: from mga11.intel.com (mga11.intel.com [192.55.52.93])
 by dpdk.org (Postfix) with ESMTP id EEF615582
 for <dev@dpdk.org>; Mon, 27 Jun 2016 14:03:23 +0200 (CEST)
Received: from orsmga003.jf.intel.com ([10.7.209.27])
 by fmsmga102.fm.intel.com with ESMTP; 27 Jun 2016 05:03:23 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.26,536,1459839600"; d="scan'208";a="835900969"
Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.54])
 by orsmga003.jf.intel.com with SMTP; 27 Jun 2016 05:03:20 -0700
Received: by  (sSMTP sendmail emulation); Mon, 27 Jun 2016 13:03:19 +0025
Date: Mon, 27 Jun 2016 13:03:19 +0100
From: Bruce Richardson <bruce.richardson@intel.com>
To: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
Cc: dev@dpdk.org, Ferruh Yigit <ferruh.yigit@intel.com>,
 Adrien Mazarguil <adrien.mazarguil@6wind.com>,
 Olga Shern <olgas@mellanox.com>, Vasily Philipov <vasilyf@mellanox.com>
Message-ID: <20160627120318.GA21372@bricha3-MOBL3>
References: <1466758261-25986-1-git-send-email-nelio.laranjeiro@6wind.com>
 <1466774284-20932-1-git-send-email-nelio.laranjeiro@6wind.com>
 <1466774284-20932-16-git-send-email-nelio.laranjeiro@6wind.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <1466774284-20932-16-git-send-email-nelio.laranjeiro@6wind.com>
Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?=
 =?iso-8859-1?Q?opment?= Ireland Ltd.
User-Agent: Mutt/1.5.23 (2014-03-12)
Subject: Re: [dpdk-dev] [PATCH v7 15/25] mlx5: handle Rx CQE compression
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 27 Jun 2016 12:03:24 -0000

On Fri, Jun 24, 2016 at 03:17:54PM +0200, Nelio Laranjeiro wrote:
> Mini (compressed) CQEs are returned by the NIC when PCI back pressure is
> detected, in which case the first CQE64 contains common packet information
> followed by a number of CQE8 providing the rest, followed by a matching
> number of empty CQE64 entries to be used by software for decompression.
> 
What does CQE stand for "compressed queue entry" or something else. As I've asked
others submitting driver patches, please explain out all acronyms used in the
commit message. 

A good rule of thumb is - if it's not checked for capitalization in the
check-git-log.sh script, it's uncommon and needs to be expanded out in commit
messages.

/Bruce