Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1173850
| From | Allen Hubbe <Allen.Hubbe@emc.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/9] NTB: Fix and cleanup ntb drivers |
| Date | 2015-06-29 17:00 +0200 |
| Message-ID | <pGIHn-683-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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: 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: 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 Allen Hubbe (2): NTB: Fix ntb_transport out-of-order RX update NTB: Schedule to receive on QP link up Dave Jiang (7): 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 drivers/net/ntb_netdev.c | 80 ++++++++++++- drivers/ntb/hw/intel/ntb_hw_intel.c | 15 +++ drivers/ntb/hw/intel/ntb_hw_intel.h | 3 + drivers/ntb/ntb_transport.c | 228 +++++++++++++++++++++++------------- include/linux/ntb_transport.h | 1 + 5 files changed, 246 insertions(+), 81 deletions(-) -- 2.4.0.rc0.43.gcf8a8c6 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/9] NTB: Fix and cleanup ntb drivers Allen Hubbe <Allen.Hubbe@emc.com> - 2015-06-29 17:00 +0200
[PATCH 5/9] NTB: Fix oops in debugfs when transport is half-up Allen Hubbe <Allen.Hubbe@emc.com> - 2015-06-29 17:00 +0200
[PATCH 6/9] NTB: Schedule to receive on QP link up Allen Hubbe <Allen.Hubbe@emc.com> - 2015-06-29 17:00 +0200
[PATCH 8/9] NTB: Make the transport list in order of discovery Allen Hubbe <Allen.Hubbe@emc.com> - 2015-06-29 17:00 +0200
[PATCH 3/9] NTB: Fix transport stats for multiple devices Allen Hubbe <Allen.Hubbe@emc.com> - 2015-06-29 17:00 +0200
[PATCH 1/9] NTB: Fix ntb_transport out-of-order RX update Allen Hubbe <Allen.Hubbe@emc.com> - 2015-06-29 17:00 +0200
RE: [PATCH 4/9] NTB: ntb_netdev not covering all receive errors "Hubbe, Allen" <Allen.Hubbe@emc.com> - 2015-06-29 17:10 +0200
RE: [PATCH 0/9] NTB: Fix and cleanup ntb drivers "Hubbe, Allen" <Allen.Hubbe@emc.com> - 2015-06-29 17:20 +0200
[PATCH 2/9] NTB: Add flow control to the ntb_netdev Allen Hubbe <Allen.Hubbe@emc.com> - 2015-06-29 17:30 +0200
[PATCH 4/9] NTB: ntb_netdev not covering all receive errors Allen Hubbe <Allen.Hubbe@emc.com> - 2015-06-29 17:40 +0200
csiph-web