linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jubin John <jubin.john@intel.com>
To: gregkh@linuxfoundation.org, devel@driverdev.osuosl.org
Cc: linux-rdma@vger.kernel.org, dledford@redhat.com
Subject: [PATCH v2 00/17] Driver cleanup and misc fixes series 3
Date: Tue,  1 Dec 2015 15:38:09 -0500	[thread overview]
Message-ID: <1449002306-15180-1-git-send-email-jubin.john@intel.com> (raw)

Changes in v2:
	- Added more information in commit messages of patches 01, 02
	  03, 04, 05, 07 and 09
	- Fixed driver name to hfi1 in subject line of patch 06
	- Refreshed patch 10 on top of staging-next
	- Dropped patch 18 (staging/rdma/hfi1: Workaround
	  CONFIG_SDMA_VERBOSITY timing issue) from series

Andrea Lowe (1):
  staging/rdma/hfi1: Adding counter resolutions for DataPortCounters

Dean Luick (10):
  staging/rdma/hfi1: Support alternate firmware names
  staging/rdma/hfi1: Decode CNP opcode
  staging/rdma/hfi1: Add aeth name syndrome decode
  staging/rdma/hfi1: Add one-time LCB reset
  staging/rdma/hfi1: Extend quiet timeout
  staging/rdma/hfi1: Add a credit push on diagpkt allocate fail
  staging/rdma/hfi1: Correctly limit VLs against SDMA engines
  staging/rdma/hfi1: Unexpected link up pkey values are not an error
  staging/rdma/hfi1: remove SPC freeze error messages
  staging/rdma/hfi1: unknown frame messages are not errors

Edward Mascarenhas (1):
  staging/rdma/hfi1: Clean up comments

Harish Chegondi (2):
  staging/rdma/hfi1: Destroy workqueues if hfi1_register_ib_device()
    call returns error
  staging/rdma/hfi1: Consider VL15 MTU also when calculating the
    maximum VL MTU

Ira Weiny (1):
  staging/rdma/hfi1: Fix Xmit Wait calculation

Joel Rosenzweig (1):
  staging/rdma/hfi1: Adds software counters for bitfields within
    various error status fields

Kaike Wan (1):
  staging/rdma/hfi1: Fix qp.h comments

 drivers/staging/rdma/hfi1/chip.c           | 3248 +++++++++++++++++++++++++++-
 drivers/staging/rdma/hfi1/chip.h           |  270 +++
 drivers/staging/rdma/hfi1/chip_registers.h |    3 +
 drivers/staging/rdma/hfi1/diag.c           |    8 +
 drivers/staging/rdma/hfi1/driver.c         |    2 +-
 drivers/staging/rdma/hfi1/firmware.c       |  189 ++-
 drivers/staging/rdma/hfi1/hfi.h            |   40 +-
 drivers/staging/rdma/hfi1/init.c           |    9 +-
 drivers/staging/rdma/hfi1/mad.c            |   70 +-
 drivers/staging/rdma/hfi1/pcie.c           |    2 +-
 drivers/staging/rdma/hfi1/qp.h             |    8 +-
 drivers/staging/rdma/hfi1/trace.c          |   29 +-
 drivers/staging/rdma/hfi1/trace.h          |    3 +-
 drivers/staging/rdma/hfi1/ud.c             |    2 +-
 14 files changed, 3795 insertions(+), 88 deletions(-)

             reply	other threads:[~2015-12-01 20:38 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-01 20:38 Jubin John [this message]
2015-12-01 20:38 ` [PATCH v2 02/17] staging/rdma/hfi1: Decode CNP opcode Jubin John
2015-12-01 20:38 ` [PATCH v2 03/17] staging/rdma/hfi1: Add aeth name syndrome decode Jubin John
     [not found] ` <1449002306-15180-1-git-send-email-jubin.john-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2015-12-01 20:38   ` [PATCH v2 01/17] staging/rdma/hfi1: Support alternate firmware names Jubin John
2015-12-01 20:38   ` [PATCH v2 04/17] staging/rdma/hfi1: Fix qp.h comments Jubin John
     [not found]     ` <1449002306-15180-5-git-send-email-jubin.john-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2015-12-01 21:30       ` Jason Gunthorpe
2015-12-01 20:38   ` [PATCH v2 05/17] staging/rdma/hfi1: Clean up comments Jubin John
     [not found]     ` <1449002306-15180-6-git-send-email-jubin.john-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2015-12-21 21:52       ` Greg KH
2015-12-01 20:38   ` [PATCH v2 06/17] staging/rdma/hfi1: Add one-time LCB reset Jubin John
2015-12-01 20:38   ` [PATCH v2 07/17] staging/rdma/hfi1: Extend quiet timeout Jubin John
2015-12-01 20:38   ` [PATCH v2 08/17] staging/rdma/hfi1: Add a credit push on diagpkt allocate fail Jubin John
2015-12-01 20:38   ` [PATCH v2 09/17] staging/rdma/hfi1: Correctly limit VLs against SDMA engines Jubin John
2015-12-01 20:38   ` [PATCH v2 10/17] staging/rdma/hfi1: Adds software counters for bitfields within various error status fields Jubin John
2015-12-01 20:38   ` [PATCH v2 11/17] staging/rdma/hfi1: Destroy workqueues if hfi1_register_ib_device() call returns error Jubin John
2015-12-01 20:38   ` [PATCH v2 12/17] staging/rdma/hfi1: Unexpected link up pkey values are not an error Jubin John
2015-12-01 20:38   ` [PATCH v2 13/17] staging/rdma/hfi1: remove SPC freeze error messages Jubin John
2015-12-01 20:38   ` [PATCH v2 14/17] staging/rdma/hfi1: unknown frame messages are not errors Jubin John
2015-12-01 20:38   ` [PATCH v2 15/17] staging/rdma/hfi1: Consider VL15 MTU also when calculating the maximum VL MTU Jubin John
2015-12-01 20:38   ` [PATCH v2 16/17] staging/rdma/hfi1: Fix Xmit Wait calculation Jubin John
2015-12-01 20:38   ` [PATCH v2 17/17] staging/rdma/hfi1: Adding counter resolutions for DataPortCounters Jubin John

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=1449002306-15180-1-git-send-email-jubin.john@intel.com \
    --to=jubin.john@intel.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=dledford@redhat.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-rdma@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).