From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rafal Kozik Subject: [PATCH v2 0/4] support for write combining Date: Thu, 28 Jun 2018 15:15:49 +0200 Message-ID: <1530191753-18689-1-git-send-email-rk@semihalf.com> References: Cc: mw@semihalf.com, mk@semihalf.com, gtzalik@amazon.com, evgenys@amazon.com, matua@amazon.com, igorch@amazon.com, thomas@monjalon.net, ferruh.yigit@intel.com, Rafal Kozik To: dev@dpdk.org Return-path: Received: from mail-lf0-f68.google.com (mail-lf0-f68.google.com [209.85.215.68]) by dpdk.org (Postfix) with ESMTP id A20068DAF for ; Thu, 28 Jun 2018 15:16:09 +0200 (CEST) Received: by mail-lf0-f68.google.com with SMTP id q11-v6so4185047lfc.7 for ; Thu, 28 Jun 2018 06:16:09 -0700 (PDT) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Support for write combining. --- v2: * Rebased on top of master. * Fix typos. * Make commit messages more verbose. * Add comments. * Initialize fd. Rafal Kozik (4): igb_uio: add wc option bus/pci: reference driver structure eal: enable WC during resources mapping net/ena: enable WC drivers/bus/pci/linux/pci_uio.c | 41 +++++++++++++++++++++++++++++------------ drivers/bus/pci/pci_common.c | 17 ++++++++++++----- drivers/bus/pci/rte_bus_pci.h | 2 ++ drivers/net/ena/ena_ethdev.c | 3 ++- kernel/linux/igb_uio/igb_uio.c | 17 ++++++++++++++--- 5 files changed, 59 insertions(+), 21 deletions(-) -- 2.7.4