From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] enic: improve Tx packet rate Date: Tue, 27 Oct 2015 18:52:12 +0100 Message-ID: <1997545.ay3DRHMNXH@xps13> References: <1445640444-30340-1-git-send-email-johndale@cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: John Daley Return-path: Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by dpdk.org (Postfix) with ESMTP id 0B99D8D8D for ; Tue, 27 Oct 2015 18:53:22 +0100 (CET) Received: by wikq8 with SMTP id q8so223249602wik.1 for ; Tue, 27 Oct 2015 10:53:21 -0700 (PDT) In-Reply-To: <1445640444-30340-1-git-send-email-johndale@cisco.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-10-23 15:47, John Daley: > For every packet sent, a completion was being requested and the > posted_index register on the nic was being updated. Instead, > request a completion and update the posted index once per burst > after all packets have been sent by the burst function. > > Signed-off-by: John Daley > Acked-by: Sujith Sankar Unfortunately, checkpatch.pl is against this patch, mainly because of the indentation. It should be easy to fix ;)