From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v5 0/4] Support for write combining. Date: Fri, 29 Jun 2018 15:26:14 +0100 Message-ID: <4ee70c57-87a8-4ae1-f84b-15066e45a98d@intel.com> References: <1530267873-7236-2-git-send-email-rk@semihalf.com> <1530280448-12920-1-git-send-email-rk@semihalf.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: mw@semihalf.com, mk@semihalf.com, gtzalik@amazon.com, evgenys@amazon.com, matua@amazon.com, igorch@amazon.com, thomas@monjalon.net To: Rafal Kozik , dev@dpdk.org Return-path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 1E3BF1B4C9 for ; Fri, 29 Jun 2018 16:26:19 +0200 (CEST) In-Reply-To: <1530280448-12920-1-git-send-email-rk@semihalf.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 6/29/2018 2:54 PM, Rafal Kozik wrote: > 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. > > --- > v4: > * Log only if WC mapping failed. > * Log if wc_activate is set in igb_uio driver. > > --- > v5: > * Log message in igb_uio will be printed only once. > > Kozik (4): > igb_uio: add wc option > bus/pci: reference driver structure > eal: enable WC during resources mapping > net/ena: enable WC For series, Reviewed-by: Ferruh Yigit