All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Autoloading for RDMA netlink modules
@ 2017-07-24 22:26 Jason Gunthorpe
       [not found] ` <1500935204-6505-1-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
  0 siblings, 1 reply; 14+ messages in thread
From: Jason Gunthorpe @ 2017-07-24 22:26 UTC (permalink / raw)
  To: linux-rdma-u79uwXL29TY76Z2rM5mHXA, Leon Romanovsky, Doug Ledford

This provides the necessary infrastructure for the kernel to automatically
load RDMA associated netlink modules when users space sends messages to them.

This is at least enough support for the kernel to autoload everything required
for iwpmd to run.

Jason Gunthorpe (3):
  rdma: Allow demand loading of NETLINK_RDMA
  rdma: Autoload netlink client modules
  iwpmd: Suppress expected kernel message

 drivers/infiniband/core/cma.c     |  2 +
 drivers/infiniband/core/device.c  |  2 +
 drivers/infiniband/core/iwcm.c    |  9 ++++
 drivers/infiniband/core/netlink.c | 99 +++++++++++++++++++++++----------------
 include/rdma/rdma_netlink.h       | 12 +++++
 5 files changed, 83 insertions(+), 41 deletions(-)

-- 
2.7.4

--
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] 14+ messages in thread

end of thread, other threads:[~2017-08-14  4:50 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-24 22:26 [PATCH 0/3] Autoloading for RDMA netlink modules Jason Gunthorpe
     [not found] ` <1500935204-6505-1-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-07-24 22:26   ` [PATCH 1/3] rdma: Allow demand loading of NETLINK_RDMA Jason Gunthorpe
2017-07-24 22:26   ` [PATCH 2/3] rdma: Autoload netlink client modules Jason Gunthorpe
2017-07-24 22:26   ` [PATCH 3/3] iwpmd: Suppress expected kernel message Jason Gunthorpe
     [not found]     ` <1500935204-6505-4-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-07-25 13:30       ` Leon Romanovsky
     [not found]         ` <20170725133030.GR3259-U/DQcQFIOTAAJjI8aNfphQ@public.gmane.org>
2017-07-25 15:36           ` Jason Gunthorpe
     [not found]             ` <20170725153608.GA6715-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-07-25 18:12               ` Leon Romanovsky
     [not found]                 ` <20170725181254.GS3259-U/DQcQFIOTAAJjI8aNfphQ@public.gmane.org>
2017-07-25 21:21                   ` Jason Gunthorpe
2017-07-25  6:32   ` [PATCH 0/3] Autoloading for RDMA netlink modules Leon Romanovsky
     [not found]     ` <20170725063236.GQ3259-U/DQcQFIOTAAJjI8aNfphQ@public.gmane.org>
2017-07-25 14:34       ` Jason Gunthorpe
     [not found]         ` <20170725143420.GA434-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-07-25 15:40           ` Jason Gunthorpe
2017-07-25 18:19           ` Leon Romanovsky
     [not found]             ` <20170725181951.GT3259-U/DQcQFIOTAAJjI8aNfphQ@public.gmane.org>
2017-07-25 21:22               ` Jason Gunthorpe
     [not found]                 ` <20170725212248.GD10905-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-08-14  4:50                   ` Leon Romanovsky

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.