public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/3] RFC: common API for displaying status codes
@ 2014-11-17  2:29 Chuck Lever
       [not found] ` <20141117022038.4079.66922.stgit-FYjufvaPoItvLzlybtyyYzGyq/o6K9yX@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Chuck Lever @ 2014-11-17  2:29 UTC (permalink / raw)
  To: linux-rdma-u79uwXL29TY76Z2rM5mHXA

Sagi and Or suggested developing a common API for displaying status
and event codes that can be shared among consumers of ib_core. The
first patch is a stab at that. The last two patches are examples of
how the new APIs are used. Lightly tested.

If acceptable, I'll submit 1/3 via the IB tree. 3/3 will go through
Anna's tree after 1/3 is merged. Does 2/3 need to go through netdev?

---

Chuck Lever (3):
      ib_core: API for deriving common display strings
      RDS: Replace event/status display helpers with generic helpers
      xprtrdma: Replace array of connection strings


 drivers/infiniband/core/Makefile |    3 -
 drivers/infiniband/core/str.c    |  167 ++++++++++++++++++++++++++++++++++++++
 include/rdma/ib_str.h            |   54 ++++++++++++
 net/rds/af_rds.c                 |    9 --
 net/rds/ib.h                     |    1 
 net/rds/ib_cm.c                  |   36 +-------
 net/rds/ib_recv.c                |    4 -
 net/rds/ib_send.c                |   38 ---------
 net/rds/rdma_transport.c         |   34 +-------
 net/rds/rds.h                    |    2 
 net/sunrpc/xprtrdma/verbs.c      |   27 ------
 net/sunrpc/xprtrdma/xprt_rdma.h  |    1 
 12 files changed, 236 insertions(+), 140 deletions(-)
 create mode 100644 drivers/infiniband/core/str.c
 create mode 100644 include/rdma/ib_str.h

--
Chuck Lever
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2014-12-03 21:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-17  2:29 [PATCH v1 0/3] RFC: common API for displaying status codes Chuck Lever
     [not found] ` <20141117022038.4079.66922.stgit-FYjufvaPoItvLzlybtyyYzGyq/o6K9yX@public.gmane.org>
2014-11-17  2:29   ` [PATCH v1 1/3] ib_core: API for deriving common display strings Chuck Lever
     [not found]     ` <20141117022948.4079.36917.stgit-FYjufvaPoItvLzlybtyyYzGyq/o6K9yX@public.gmane.org>
2014-11-17 14:52       ` Chuck Lever
2014-12-03 21:17       ` Chuck Lever
2014-11-17  2:29   ` [PATCH v1 2/3] RDS: Replace event/status display helpers with generic helpers Chuck Lever
2014-11-17  2:30   ` [PATCH v1 3/3] xprtrdma: Replace array of connection strings Chuck Lever
2014-11-17  9:55   ` [PATCH v1 0/3] RFC: common API for displaying status codes Or Gerlitz
2014-11-17 13:05   ` Sagi Grimberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox