From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf0-f66.google.com (mail-lf0-f66.google.com [209.85.215.66]) by dpdk.org (Postfix) with ESMTP id 74D6A7CE7 for ; Thu, 28 Jun 2018 15:04:01 +0200 (CEST) Received: by mail-lf0-f66.google.com with SMTP id j26-v6so4147974lfb.11 for ; Thu, 28 Jun 2018 06:04:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=semihalf-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=5CuZJX08NzqYccCLk031BNf+tQenZNRH2s8nAnBXYjo=; b=kNqD21k54uF0IAItoRYoY7AFGuIYtDZsZn5QGhczid7S9mGhG3fmxiUZIft4aoln1q 2eQT7M+XN+Y4NMchbgLXdz7jepSK1mzrO1oQ6h8wbSyWPs72DsMO5IoeLZpVqe+uAZTq HeVSidV/Hsa6a2KWuNbEdYQ5CHic32gJ8cC4oaZBt13kCGuRyIlKyw6c2OqdEXMSh2Gf AsS4Bmp3l5tTwGvIjyrLLtzFVjSJZa8loy+lJ3dTAZY40zWW+u3g92jgZc+/p9MEqTJl y2ydLYW+kCOI2BZYJAAUhxgTDktOxEyQuMCagrM76Rp25paEKOryX0aaUXIOD53XSpcb 7QXw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=5CuZJX08NzqYccCLk031BNf+tQenZNRH2s8nAnBXYjo=; b=R3wAWkEi0P/gxXbFMems+6D4WPCpnWP19l9+bVFffzIZHsEtj/UvjQHLlCs4flvonZ bXiaI4l/5MEcys/epO2FMnPRwiB3Xz6o3yNE6rcljpbc7b4k/CEix61uZHT/lG/HuLmP E/pwSro9A3cUI61/0hSO3+QmXPj0zupk2YXi8ukPmXBXiJLzk47SpLNer7r4PlmGq9E9 dv1XcRyB2HYmbncZ4m6TPIvYcwDifwKTJ/Rg+uZ+Tjqy+asJXzvdbcD8p2a0CVuFDLJn m+7XUHiUjnGe5WcCILZHU+Ak2/0DHGe7aFt8iJAXpUKcWu4VvUmgHmcpXg4rEoAdWgx+ sVeA== X-Gm-Message-State: APt69E1M/52dkd4RQRyR2wyQWXCEGDNw/STWpw0KPSmfHMhcU+Z7+J52 aRq5K+qZ6jUuIlTuI9Z8NWaRtxCnmIshNlqA7l/VWg== X-Google-Smtp-Source: AAOMgpfhdnGRPYnks3qzMD2pGuJ4aD7YOQDISAqt+hjL8utA7ruRB2etCiJb7GEhIC5WP3O7j4gCf1/jloul8DymF1w= X-Received: by 2002:a19:1b07:: with SMTP id b7-v6mr7474410lfb.32.1530191041181; Thu, 28 Jun 2018 06:04:01 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a19:4a95:0:0:0:0:0 with HTTP; Thu, 28 Jun 2018 06:04:00 -0700 (PDT) In-Reply-To: <5863369.ifP7f1cEjs@xps> References: <1523455637-31719-1-git-send-email-rk@semihalf.com> <1523455637-31719-5-git-send-email-rk@semihalf.com> <5863369.ifP7f1cEjs@xps> From: =?UTF-8?B?UmFmYcWCIEtvemlr?= Date: Thu, 28 Jun 2018 15:04:00 +0200 Message-ID: To: Thomas Monjalon Cc: dev@dpdk.org, Marcin Wojtas , =?UTF-8?Q?Micha=C5=82_Krawczyk?= , "Tzalik, Guy" , "Schmeilin, Evgeny" , "Matushevsky, Alexander" , "Chauskin, Igor" , Ferruh Yigit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH 4/4] net/ena: enable WC X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jun 2018 13:04:01 -0000 Hello Thomas, I will fix type, rebase and provide new patch set. Best regards, Rafal Kozik 2018-06-27 18:11 GMT+02:00 Thomas Monjalon : > 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. > >