Re: [PATCH v7 15/25] mlx5: handle Rx CQE compression
From: Bruce Richardson <hidden>
Date: 2016-06-27 12:03:23
From: Bruce Richardson <hidden>
Date: 2016-06-27 12:03:23
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