Linux PCI Non-Transparent Bridge framework and drivers
 help / color / mirror / Atom feed
From: Allen Hubbe <Allen.Hubbe@emc.com>
To: linux-ntb@googlegroups.com
Cc: Jon Mason <jdmason@kudzu.us>, Dave Jiang <dave.jiang@intel.com>,
	Allen Hubbe <Allen.Hubbe@emc.com>
Subject: [PATCH v2 00/14] NTB: Performance and Usability Features
Date: Mon, 13 Jul 2015 08:07:15 -0400	[thread overview]
Message-ID: <cover.1436788771.git.Allen.Hubbe@emc.com> (raw)
In-Reply-To: <cover.1436788051.git.Allen.Hubbe@emc.com>

I split the v1 series into two series.  These patches are _not_ bug fixes.

Numbering in this v2 starts at 8.  This is the second half of the patches.

Module parameters are removed from "Add flow control".

These are in github.com/allenbh/linux.git branch ntb/next.

Allen Hubbe (1):
  NTB: Remove dma_sync_wait from ntb_async_rx

Dave Jiang (5):
  NTB: Add flow control to the ntb_netdev
  NTB: Add PCI Device IDs for Broadwell Xeon
  NTB: Make the transport list in order of discovery
  NTB: Clean up QP stats info
  NTB: Use unique DMA channels for TX and RX

Jon Mason (1):
  NTB: Add list to MAINTAINERS

 MAINTAINERS                         |   2 +
 drivers/net/ntb_netdev.c            |  77 ++++++++++++++++++++++
 drivers/ntb/hw/intel/ntb_hw_intel.c |  15 +++++
 drivers/ntb/hw/intel/ntb_hw_intel.h |   3 +
 drivers/ntb/ntb_transport.c         | 126 ++++++++++++++++++++++++++----------
 include/linux/ntb_transport.h       |   1 +
 6 files changed, 189 insertions(+), 35 deletions(-)

-- 
2.5.0.rc1


  parent reply	other threads:[~2015-07-13 17:07 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-13 12:07 [PATCH v2 0/7] NTB: Bug Fixes Allen Hubbe
2015-07-13 12:07 ` [PATCH v2 1/7] NTB: Fix ntb_transport out-of-order RX update Allen Hubbe
2015-07-13 12:07 ` [PATCH v2 2/7] NTB: Fix transport stats for multiple devices Allen Hubbe
2015-07-13 12:07 ` [PATCH v2 3/7] NTB: ntb_netdev not covering all receive errors Allen Hubbe
2015-07-13 12:07 ` [PATCH v2 4/7] NTB: Fix oops in debugfs when transport is half-up Allen Hubbe
2015-07-13 12:07 ` [PATCH v2 5/7] NTB: Schedule to receive on QP link up Allen Hubbe
2015-07-13 12:07 ` [PATCH v2 6/7] NTB: Fix zero size or integer overflow in ntb_set_mw Allen Hubbe
2015-07-13 12:07 ` [PATCH v2 7/7] NTB: Fix dereference before check Allen Hubbe
2015-07-13 12:07 ` Allen Hubbe [this message]
2015-07-13 12:07   ` [PATCH v2 08/14] NTB: Add list to MAINTAINERS Allen Hubbe
2015-07-13 12:07   ` [PATCH v2 09/14] NTB: Add flow control to the ntb_netdev Allen Hubbe
2015-07-13 12:07   ` [PATCH v2 10/14] NTB: Add PCI Device IDs for Broadwell Xeon Allen Hubbe
2015-07-13 12:07   ` [PATCH v2 11/14] NTB: Make the transport list in order of discovery Allen Hubbe
2015-07-13 12:07   ` [PATCH v2 12/14] NTB: Clean up QP stats info Allen Hubbe
2015-07-13 12:07   ` [PATCH v2 13/14] NTB: Remove dma_sync_wait from ntb_async_rx Allen Hubbe
2015-07-13 12:07   ` [PATCH v2 14/14] NTB: Use unique DMA channels for TX and RX Allen Hubbe

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=cover.1436788771.git.Allen.Hubbe@emc.com \
    --to=allen.hubbe@emc.com \
    --cc=dave.jiang@intel.com \
    --cc=jdmason@kudzu.us \
    --cc=linux-ntb@googlegroups.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox