All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jon Mason <jdmason@kudzu.us>
To: Allen Hubbe <Allen.Hubbe@emc.com>,
	Dave Jiang <dave.jiang@intel.com>,
	Xiangliang Yu <Xiangliang.Yu@amd.com>
Cc: linux-ntb@googlegroups.com
Subject: NTB patches for v4.5
Date: Thu, 21 Jan 2016 20:17:08 -0500	[thread overview]
Message-ID: <20160122011706.GC18163@kudzu.us> (raw)

Below are the patches that will be in my pull request to Linus on
Saturday.  If possible, please test them in the next 24 hours to verify
everything is in working order.

git://github.com/jonmason/ntb ntb-4.5

Thanks,
Jon

----------------------------------------------------------------
Allen Hubbe (1):
      NTB: Fix macro parameter conflict with field name

Dave Jiang (3):
      NTB: Clear property bits in BAR value
      NTB: Address out of DMA descriptor issue with NTB
      ntb: ntb perf tool

Jon Mason (1):
      NTB: ntb_process_tx error path bug

Xiangliang Yu (1):
      NTB: Add support for AMD PCI-Express Non-Transparent Bridge

 MAINTAINERS                         |    6 +
 drivers/ntb/hw/Kconfig              |    1 +
 drivers/ntb/hw/Makefile             |    1 +
 drivers/ntb/hw/amd/Kconfig          |    7 +
 drivers/ntb/hw/amd/Makefile         |    1 +
 drivers/ntb/hw/amd/ntb_hw_amd.c     | 1143 +++++++++++++++++++++++++++++++++++
 drivers/ntb/hw/amd/ntb_hw_amd.h     |  217 +++++++
 drivers/ntb/hw/intel/ntb_hw_intel.c |    4 +-
 drivers/ntb/hw/intel/ntb_hw_intel.h |    8 +-
 drivers/ntb/ntb_transport.c         |   50 +-
 drivers/ntb/test/Kconfig            |    8 +
 drivers/ntb/test/Makefile           |    1 +
 drivers/ntb/test/ntb_perf.c         |  748 +++++++++++++++++++++++
 13 files changed, 2183 insertions(+), 12 deletions(-)
 create mode 100644 drivers/ntb/hw/amd/Kconfig
 create mode 100644 drivers/ntb/hw/amd/Makefile
 create mode 100644 drivers/ntb/hw/amd/ntb_hw_amd.c
 create mode 100644 drivers/ntb/hw/amd/ntb_hw_amd.h
 create mode 100644 drivers/ntb/test/ntb_perf.c

                 reply	other threads:[~2016-01-22  1:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20160122011706.GC18163@kudzu.us \
    --to=jdmason@kudzu.us \
    --cc=Allen.Hubbe@emc.com \
    --cc=Xiangliang.Yu@amd.com \
    --cc=dave.jiang@intel.com \
    --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 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.