From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] enic: improve Tx packet rate Date: Fri, 30 Oct 2015 18:34:35 +0100 Message-ID: <2138128.tiRv9Qjl4B@xps13> References: <1446081969-15911-1-git-send-email-johndale@cisco.com> <1446144316-9820-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-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 3D5A591AD for ; Fri, 30 Oct 2015 18:35:47 +0100 (CET) Received: by wmeg8 with SMTP id g8so17307081wme.1 for ; Fri, 30 Oct 2015 10:35:47 -0700 (PDT) In-Reply-To: <1446144316-9820-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-29 11:45, 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. > > Acked-by: Sujith Sankar > Signed-off-by: John Daley Applied, thanks