All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
To: intel-wired-lan@osuosl.org
Subject: [Intel-wired-lan] [net-next PATCH 26/27] igb: Update code to better handle incrementing page count
Date: Wed, 26 Oct 2016 10:21:52 -0700	[thread overview]
Message-ID: <1477502512.2431.1.camel@intel.com> (raw)
In-Reply-To: <20161025153906.4815.61652.stgit@ahduyck-blue-test.jf.intel.com>

On Tue, 2016-10-25 at 11:39 -0400, Alexander Duyck wrote:
> This patch updates the driver code so that we do bulk updates of the page
> reference count instead of just incrementing it by one reference at a
> time.
> The advantage to doing this is that we cut down on atomic operations and
> this in turn should give us a slight improvement in cycles per packet.?
> In
> addition if we eventually move this over to using build_skb the gains
> will
> be more noticeable.
> 
> Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>

Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part
URL: <http://lists.osuosl.org/pipermail/intel-wired-lan/attachments/20161026/c3ba8e63/attachment.asc>

WARNING: multiple messages have this Message-ID (diff)
From: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
To: Alexander Duyck <alexander.h.duyck@intel.com>,
	netdev@vger.kernel.org, intel-wired-lan@lists.osuosl.org,
	linux-kernel@vger.kernel.org, linux-mm@kvack.org
Cc: davem@davemloft.net, brouer@redhat.com
Subject: Re: [Intel-wired-lan] [net-next PATCH 26/27] igb: Update code to better handle incrementing page count
Date: Wed, 26 Oct 2016 10:21:52 -0700	[thread overview]
Message-ID: <1477502512.2431.1.camel@intel.com> (raw)
In-Reply-To: <20161025153906.4815.61652.stgit@ahduyck-blue-test.jf.intel.com>

[-- Attachment #1: Type: text/plain, Size: 602 bytes --]

On Tue, 2016-10-25 at 11:39 -0400, Alexander Duyck wrote:
> This patch updates the driver code so that we do bulk updates of the page
> reference count instead of just incrementing it by one reference at a
> time.
> The advantage to doing this is that we cut down on atomic operations and
> this in turn should give us a slight improvement in cycles per packet. 
> In
> addition if we eventually move this over to using build_skb the gains
> will
> be more noticeable.
> 
> Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>

Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

  reply	other threads:[~2016-10-26 17:21 UTC|newest]

Thread overview: 116+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-25 15:36 [Intel-wired-lan] [net-next PATCH 00/27] Add support for DMA writable pages being writable by the network stack Alexander Duyck
2016-10-25 15:36 ` Alexander Duyck
2016-10-25 15:36 ` Alexander Duyck
2016-10-25 15:36 ` [Intel-wired-lan] [net-next PATCH 01/27] swiotlb: Drop unused function swiotlb_map_sg Alexander Duyck
2016-10-25 15:36   ` Alexander Duyck
2016-10-25 15:36   ` Alexander Duyck
2016-10-25 15:36 ` [Intel-wired-lan] [net-next PATCH 02/27] swiotlb-xen: Enforce return of DMA_ERROR_CODE in mapping function Alexander Duyck
2016-10-25 15:36   ` Alexander Duyck
2016-10-25 15:36   ` Alexander Duyck
2016-10-28 17:35   ` [Intel-wired-lan] " Konrad Rzeszutek Wilk
2016-10-28 17:35     ` Konrad Rzeszutek Wilk
2016-10-28 17:35     ` Konrad Rzeszutek Wilk
2016-10-25 15:37 ` [Intel-wired-lan] [net-next PATCH 03/27] swiotlb: Add support for DMA_ATTR_SKIP_CPU_SYNC Alexander Duyck
2016-10-25 15:37   ` Alexander Duyck
2016-10-25 15:37   ` Alexander Duyck
2016-10-28 17:34   ` [Intel-wired-lan] " Konrad Rzeszutek Wilk
2016-10-28 17:34     ` Konrad Rzeszutek Wilk
2016-10-28 17:34     ` Konrad Rzeszutek Wilk
2016-10-28 18:09     ` [Intel-wired-lan] " Alexander Duyck
2016-10-28 18:09       ` Alexander Duyck
2016-10-28 18:09       ` Alexander Duyck
2016-10-25 15:37 ` [Intel-wired-lan] [net-next PATCH 04/27] arch/arc: Add option to skip sync on DMA mapping Alexander Duyck
2016-10-25 15:37   ` Alexander Duyck
2016-10-25 15:37   ` Alexander Duyck
2016-10-25 15:37   ` Alexander Duyck
2016-10-25 22:00   ` [Intel-wired-lan] " Vineet Gupta
2016-10-25 22:00     ` Vineet Gupta
2016-10-25 22:00     ` Vineet Gupta
2016-10-25 22:00     ` Vineet Gupta
2016-10-25 15:37 ` [Intel-wired-lan] [net-next PATCH 05/27] arch/arm: Add option to skip sync on DMA map and unmap Alexander Duyck
2016-10-25 15:37   ` Alexander Duyck
2016-10-25 15:37   ` Alexander Duyck
2016-10-25 15:37 ` [Intel-wired-lan] [net-next PATCH 06/27] arch/avr32: Add option to skip sync on DMA map Alexander Duyck
2016-10-25 15:37   ` Alexander Duyck
2016-10-25 15:37   ` Alexander Duyck
2016-10-25 15:37 ` [Intel-wired-lan] [net-next PATCH 07/27] arch/blackfin: " Alexander Duyck
2016-10-25 15:37   ` Alexander Duyck
2016-10-25 15:37   ` Alexander Duyck
2016-10-25 15:37 ` [Intel-wired-lan] [net-next PATCH 08/27] arch/c6x: Add option to skip sync on DMA map and unmap Alexander Duyck
2016-10-25 15:37   ` Alexander Duyck
2016-10-25 15:37   ` Alexander Duyck
2016-10-25 15:37 ` [Intel-wired-lan] [net-next PATCH 09/27] arch/frv: Add option to skip sync on DMA map Alexander Duyck
2016-10-25 15:37   ` Alexander Duyck
2016-10-25 15:37   ` Alexander Duyck
2016-10-25 15:37 ` [Intel-wired-lan] [net-next PATCH 10/27] arch/hexagon: Add option to skip DMA sync as a part of mapping Alexander Duyck
2016-10-25 15:37   ` Alexander Duyck
2016-10-25 15:37   ` Alexander Duyck
2016-10-25 15:37 ` [Intel-wired-lan] [net-next PATCH 11/27] arch/m68k: " Alexander Duyck
2016-10-25 15:37   ` Alexander Duyck
2016-10-25 15:37   ` Alexander Duyck
2016-10-25 15:37 ` Alexander Duyck
2016-10-25 15:37 ` [Intel-wired-lan] [net-next PATCH 12/27] arch/metag: Add option to skip DMA sync as a part of map and unmap Alexander Duyck
2016-10-25 15:37   ` Alexander Duyck
2016-10-25 15:37   ` Alexander Duyck
2016-10-25 15:37 ` [Intel-wired-lan] [net-next PATCH 13/27] arch/microblaze: " Alexander Duyck
2016-10-25 15:37   ` Alexander Duyck
2016-10-25 15:37   ` Alexander Duyck
2016-10-25 15:38 ` [Intel-wired-lan] [net-next PATCH 14/27] arch/mips: " Alexander Duyck
2016-10-25 15:38   ` Alexander Duyck
2016-10-25 15:38   ` Alexander Duyck
2016-10-25 15:38 ` [Intel-wired-lan] [net-next PATCH 15/27] arch/nios2: " Alexander Duyck
2016-10-25 15:38   ` Alexander Duyck
2016-10-25 15:38   ` Alexander Duyck
2016-10-25 15:38 ` [Intel-wired-lan] [net-next PATCH 16/27] arch/openrisc: Add option to skip DMA sync as a part of mapping Alexander Duyck
2016-10-25 15:38   ` Alexander Duyck
2016-10-25 15:38   ` Alexander Duyck
2016-10-25 15:38 ` [Intel-wired-lan] [net-next PATCH 17/27] arch/parisc: Add option to skip DMA sync as a part of map and unmap Alexander Duyck
2016-10-25 15:38   ` Alexander Duyck
2016-10-25 15:38   ` Alexander Duyck
2016-10-25 15:38 ` [Intel-wired-lan] [net-next PATCH 18/27] arch/powerpc: Add option to skip DMA sync as a part of mapping Alexander Duyck
2016-10-25 15:38   ` Alexander Duyck
2016-10-25 15:38   ` Alexander Duyck
2016-10-25 15:38 ` [Intel-wired-lan] [net-next PATCH 19/27] arch/sh: " Alexander Duyck
2016-10-25 15:38   ` Alexander Duyck
2016-10-25 15:38   ` Alexander Duyck
2016-10-25 15:38   ` Alexander Duyck
2016-10-25 15:38 ` [Intel-wired-lan] [net-next PATCH 20/27] arch/sparc: Add option to skip DMA sync as a part of map and unmap Alexander Duyck
2016-10-25 15:38   ` Alexander Duyck
2016-10-25 15:38   ` Alexander Duyck
2016-10-25 15:38   ` Alexander Duyck
2016-10-25 15:38 ` [Intel-wired-lan] [net-next PATCH 21/27] arch/tile: " Alexander Duyck
2016-10-25 15:38   ` Alexander Duyck
2016-10-25 15:38   ` Alexander Duyck
2016-10-25 15:38 ` [Intel-wired-lan] [net-next PATCH 22/27] arch/xtensa: Add option to skip DMA sync as a part of mapping Alexander Duyck
2016-10-25 15:38   ` Alexander Duyck
2016-10-25 15:38   ` Alexander Duyck
2016-10-25 15:38 ` [Intel-wired-lan] [net-next PATCH 23/27] dma: Add calls for dma_map_page_attrs and dma_unmap_page_attrs Alexander Duyck
2016-10-25 15:38   ` Alexander Duyck
2016-10-25 15:38   ` Alexander Duyck
2016-10-25 15:38 ` [Intel-wired-lan] [net-next PATCH 24/27] mm: Add support for releasing multiple instances of a page Alexander Duyck
2016-10-25 15:38   ` Alexander Duyck
2016-10-25 15:38   ` Alexander Duyck
2016-10-25 15:39 ` [Intel-wired-lan] [net-next PATCH 25/27] igb: Update driver to make use of DMA_ATTR_SKIP_CPU_SYNC Alexander Duyck
2016-10-25 15:39   ` Alexander Duyck
2016-10-25 15:39   ` Alexander Duyck
2016-10-26 17:21   ` [Intel-wired-lan] " Jeff Kirsher
2016-10-26 17:21     ` Jeff Kirsher
2016-10-25 15:39 ` [Intel-wired-lan] [net-next PATCH 26/27] igb: Update code to better handle incrementing page count Alexander Duyck
2016-10-25 15:39   ` Alexander Duyck
2016-10-25 15:39   ` Alexander Duyck
2016-10-26 17:21   ` Jeff Kirsher [this message]
2016-10-26 17:21     ` [Intel-wired-lan] " Jeff Kirsher
2016-10-25 15:39 ` [Intel-wired-lan] [net-next PATCH 27/27] igb: Revert "igb: Revert support for build_skb in igb" Alexander Duyck
2016-10-25 15:39   ` Alexander Duyck
2016-10-25 15:39   ` Alexander Duyck
2016-10-26 17:22   ` [Intel-wired-lan] " Jeff Kirsher
2016-10-26 17:22     ` Jeff Kirsher
2016-10-26 15:45 ` [Intel-wired-lan] [net-next PATCH 00/27] Add support for DMA writable pages being writable by the network stack Jesper Dangaard Brouer
2016-10-26 15:45   ` Jesper Dangaard Brouer
2016-10-26 15:45   ` Jesper Dangaard Brouer
2016-10-28 15:48 ` [Intel-wired-lan] " Alexander Duyck
2016-10-28 15:48   ` Alexander Duyck
2016-10-28 15:48   ` Alexander Duyck
2016-10-28 17:06   ` [Intel-wired-lan] " David Miller
2016-10-28 17:06     ` David Miller
2016-10-28 17:06     ` David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1477502512.2431.1.camel@intel.com \
    --to=jeffrey.t.kirsher@intel.com \
    --cc=intel-wired-lan@osuosl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.