On Tue, Feb 26, 2019 at 09:28:52PM +0200, Leon Romanovsky wrote: > On Thu, Feb 21, 2019 at 05:33:12PM +0200, Gal Pressman wrote: > > Add the main EFA module file which takes care of device > > probe/initialization/registration/etc. > > > > Signed-off-by: Gal Pressman <galpress@xxxxxxxxxx> > > drivers/infiniband/hw/efa/efa_main.c | 577 +++++++++++++++++++++++++++++++++++ > > 1 file changed, 577 insertions(+) > > create mode 100644 drivers/infiniband/hw/efa/efa_main.c > > > > diff --git a/drivers/infiniband/hw/efa/efa_main.c b/drivers/infiniband/hw/efa/efa_main.c > > new file mode 100644 > > index 000000000000..a4ccebc9665d > > +++ b/drivers/infiniband/hw/efa/efa_main.c > > @@ -0,0 +1,577 @@ > > +// SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause > > Are you sure that this is the license and Linux-OpenIB? If you copied any code from any of the other drivers then the license should match or you are re-licensing the code you copied. Jason