All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-next 0/9] Clean ups, refactror, additions
@ 2020-01-06 13:41 Dennis Dalessandro
  2020-01-06 13:41 ` [PATCH for-next 1/9] IB/hfi1: Move chip specific functions to chip.c Dennis Dalessandro
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Dennis Dalessandro @ 2020-01-06 13:41 UTC (permalink / raw)
  To: jgg, dledford; +Cc: linux-rdma

These patches add some recactoring and code clean ups to make things more
organized. There is a performance optimization and new counter/debugging stats
added as well. The new "API" that is added is a driver internal API not an
actual "API" that is exposed to the outside.

---

Grzegorz Andrejczuk (3):
      IB/hfi1: Move common receive IRQ code to function
      IB/hfi1: Decouple IRQ name from type
      IB/hfi1: Return void in packet receiving functions

Mike Marciniszyn (6):
      IB/hfi1: Move chip specific functions to chip.c
      IB/hfi1: Add fast and slow handlers for receive context
      IB/hfi1: IB/hfi1: Add an API to handle special case drop
      IB/hfi1: Create API for auto activate
      IB/hfi1: Add software counter for ctxt0 seq drop
      IB/hfi1: Add RcvShortLengthErrCnt to hfi1stats


 drivers/infiniband/hw/hfi1/chip.c           |  171 ++++++++++++++++++++++-----
 drivers/infiniband/hw/hfi1/chip.h           |    8 +
 drivers/infiniband/hw/hfi1/chip_registers.h |    1 
 drivers/infiniband/hw/hfi1/driver.c         |  151 +++++++++---------------
 drivers/infiniband/hw/hfi1/hfi.h            |   66 ++++++++++
 drivers/infiniband/hw/hfi1/init.c           |   81 ++-----------
 drivers/infiniband/hw/hfi1/msix.c           |  106 +++++++++--------
 drivers/infiniband/hw/hfi1/msix.h           |    1 
 drivers/infiniband/hw/hfi1/trace_rx.h       |    6 -
 9 files changed, 337 insertions(+), 254 deletions(-)

--
-Denny

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2020-01-10 15:15 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-06 13:41 [PATCH for-next 0/9] Clean ups, refactror, additions Dennis Dalessandro
2020-01-06 13:41 ` [PATCH for-next 1/9] IB/hfi1: Move chip specific functions to chip.c Dennis Dalessandro
2020-01-06 13:41 ` [PATCH for-next 2/9] IB/hfi1: Add fast and slow handlers for receive context Dennis Dalessandro
2020-01-06 13:41 ` [PATCH for-next 3/9] IB/hfi1: Move common receive IRQ code to function Dennis Dalessandro
2020-01-06 13:42 ` [PATCH for-next 4/9] IB/hfi1: IB/hfi1: Add an API to handle special case drop Dennis Dalessandro
2020-01-06 13:42 ` [PATCH for-next 5/9] IB/hfi1: Create API for auto activate Dennis Dalessandro
2020-01-06 13:42 ` [PATCH for-next 6/9] IB/hfi1: Decouple IRQ name from type Dennis Dalessandro
2020-01-06 13:42 ` [PATCH for-next 7/9] IB/hfi1: Return void in packet receiving functions Dennis Dalessandro
2020-01-06 13:42 ` [PATCH for-next 8/9] IB/hfi1: Add software counter for ctxt0 seq drop Dennis Dalessandro
2020-01-06 13:42 ` [PATCH for-next 9/9] IB/hfi1: Add RcvShortLengthErrCnt to hfi1stats Dennis Dalessandro
2020-01-06 13:44 ` [PATCH for-next 0/9] Clean ups, refactror, additions Dennis Dalessandro
2020-01-10 15:15 ` Jason Gunthorpe

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.