From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 4/4] net/ena: enable WC Date: Wed, 27 Jun 2018 18:11:34 +0200 Message-ID: <5863369.ifP7f1cEjs@xps> References: <1523455637-31719-1-git-send-email-rk@semihalf.com> <1523455637-31719-5-git-send-email-rk@semihalf.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, mw@semihalf.com, mk@semihalf.com, gtzalik@amazon.com, evgenys@amazon.com, matua@amazon.com, igorch@amazon.com, ferruh.yigit@intel.com To: Rafal Kozik Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id ABC951BF59 for ; Wed, 27 Jun 2018 18:11:38 +0200 (CEST) In-Reply-To: <1523455637-31719-5-git-send-email-rk@semihalf.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 11/04/2018 16:07, Rafal Kozik: > Write combining (wc) increase NIC performenca by making better > utilization of PCI bus. ENA support this feature. > > To enable it load igb driver with wc_activate set to 1. typo: igb -> igb_uio > Signed-off-by: Rafal Kozik > --- > drivers/net/ena/ena_ethdev.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Please rebase this patch, thanks.