From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rafal Kozik Subject: [PATCH v3 0/4] support for write combining Date: Fri, 29 Jun 2018 12:24:29 +0200 Message-ID: <1530267873-7236-1-git-send-email-rk@semihalf.com> References: <1530191753-18689-2-git-send-email-rk@semihalf.com> 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-lj1-f195.google.com (mail-lj1-f195.google.com [209.85.208.195]) by dpdk.org (Postfix) with ESMTP id 06D681B4BC for ; Fri, 29 Jun 2018 12:24:37 +0200 (CEST) Received: by mail-lj1-f195.google.com with SMTP id u6-v6so6891659lju.13 for ; Fri, 29 Jun 2018 03:24:37 -0700 (PDT) In-Reply-To: <1530191753-18689-2-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" Support for write combining. --- v2: * Rebased on top of master. * Fix typos. * Make commit messages more verbose. * Add comments. * Initialize fd. --- v3: * Log if BAR was mapped with or without support for WC. 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 | 44 ++++++++++++++++++++++++++++++----------- 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, 62 insertions(+), 21 deletions(-) -- 2.7.4