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 00/12] NTB: Performance and bug fixes in ntb drivers
Date: Mon, 6 Jul 2015 11:30:23 -0400 [thread overview]
Message-ID: <cover.1436196351.git.Allen.Hubbe@emc.com> (raw)
This series includes the following changes to fix bugs, add new hardware
support, and improve usability and performance of the ntb drivers.
Bug Fixes (issues preexisting the new ntb api):
NTB: Fix ntb_transport out-of-order RX update
NTB: Schedule to receive on QP link up
NTB: Fix zero size or integer overflow in ntb_set_mw
NTB: ntb_netdev not covering all receive errors
NTB: Fix oops in debugfs when transport is half-up
Bug Fixes (regressions since the new ntb api):
NTB: Fix transport stats for multiple devices
Additions and Performance Improvements:
NTB: Remove dma_sync_wait from ntb_async_rx
NTB: Add PCI Device IDs for Broadwell Xeon
NTB: Add flow control to the ntb_netdev
NTB: Make the transport list in order of discovery
NTB: Clean up QP stats info
NTB: Use unique DMA channels for TX and RX
Allen Hubbe (4):
NTB: Fix ntb_transport out-of-order RX update
NTB: Schedule to receive on QP link up
NTB: Remove dma_sync_wait from ntb_async_rx
NTB: Fix zero size or integer overflow in ntb_set_mw
Dave Jiang (8):
NTB: Add flow control to the ntb_netdev
NTB: Fix transport stats for multiple devices
NTB: ntb_netdev not covering all receive errors
NTB: Fix oops in debugfs when transport is half-up
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
drivers/net/ntb_netdev.c | 89 +++++++++-
drivers/ntb/hw/intel/ntb_hw_intel.c | 15 ++
drivers/ntb/hw/intel/ntb_hw_intel.h | 3 +
drivers/ntb/ntb_transport.c | 322 ++++++++++++++++++++++++------------
include/linux/ntb_transport.h | 1 +
5 files changed, 320 insertions(+), 110 deletions(-)
--
2.4.0.rc0.43.gcf8a8c6
next reply other threads:[~2015-07-06 15:30 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-06 15:30 Allen Hubbe [this message]
2015-07-06 15:30 ` [PATCH 01/12] NTB: Fix ntb_transport out-of-order RX update Allen Hubbe
2015-07-06 15:30 ` [PATCH 02/12] NTB: Add flow control to the ntb_netdev Allen Hubbe
2015-07-12 18:28 ` Jon Mason
2015-07-13 14:20 ` Hubbe, Allen
2015-07-06 15:30 ` [PATCH 03/12] NTB: Fix transport stats for multiple devices Allen Hubbe
2015-07-06 15:30 ` [PATCH 04/12] NTB: ntb_netdev not covering all receive errors Allen Hubbe
2015-07-06 15:30 ` [PATCH 05/12] NTB: Fix oops in debugfs when transport is half-up Allen Hubbe
2015-07-06 15:30 ` [PATCH 06/12] NTB: Schedule to receive on QP link up Allen Hubbe
2015-07-06 15:30 ` [PATCH 07/12] NTB: Add PCI Device IDs for Broadwell Xeon Allen Hubbe
2015-07-06 15:30 ` [PATCH 08/12] NTB: Make the transport list in order of discovery Allen Hubbe
2015-07-06 15:30 ` [PATCH 09/12] NTB: Clean up QP stats info Allen Hubbe
2015-07-06 15:30 ` [PATCH 10/12] NTB: Remove dma_sync_wait from ntb_async_rx Allen Hubbe
2015-07-06 15:30 ` [PATCH 11/12] NTB: Use unique DMA channels for TX and RX Allen Hubbe
2015-07-06 15:30 ` [PATCH 12/12] NTB: Fix zero size or integer overflow in ntb_set_mw Allen Hubbe
2015-07-12 18:31 ` [PATCH 00/12] NTB: Performance and bug fixes in ntb drivers Jon Mason
2015-07-13 15:08 ` Hubbe, Allen
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.1436196351.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