Re: [PATCH v4 13/16] IB/pvrdma: Add the main driver module for PVRDMA

2016-09-14 Thread Yuval Shaia
On Sun, Sep 11, 2016 at 09:49:23PM -0700, Adit Ranadive wrote: + > +static void pvrdma_netdevice_event_handle(struct pvrdma_dev *dev, > + unsigned long event) > +{ > + struct net_device *netdev; > + > + netdev = dev->netdev; Please remove the above two

[PATCH v4 13/16] IB/pvrdma: Add the main driver module for PVRDMA

2016-09-11 Thread Adit Ranadive
This patch adds the support to register a RDMA device with the kernel RDMA stack as well as a kernel module. This also initializes the underlying virtual PCI device. Reviewed-by: Yuval Shaia Reviewed-by: Jorgen Hansen Reviewed-by: George Zhang Reviewed-by: Aditya Sarwade Reviewed-by: Bryan Tan