On Thu, Mar 14, 2019 at 01:45:22PM +0200, Gal Pressman wrote: > Add EFA Makefile and Kconfig. > > Signed-off-by: Gal Pressman <galpress@xxxxxxxxxx> > Reviewed-by: Steve Wise <swise@xxxxxxxxxxxxxxxxxxxxx> > MAINTAINERS | 9 +++++++++ > drivers/infiniband/Kconfig | 1 + > drivers/infiniband/hw/Makefile | 1 + > drivers/infiniband/hw/efa/Kconfig | 15 +++++++++++++++ > drivers/infiniband/hw/efa/Makefile | 9 +++++++++ > 5 files changed, 35 insertions(+) > create mode 100644 drivers/infiniband/hw/efa/Kconfig > create mode 100644 drivers/infiniband/hw/efa/Makefile > > diff --git a/MAINTAINERS b/MAINTAINERS > index 8c68de3cfd80..a6d273dcbf54 100644 > +++ b/MAINTAINERS > @@ -743,6 +743,15 @@ S: Supported > F: Documentation/networking/device_drivers/amazon/ena.txt > F: drivers/net/ethernet/amazon/ > > +AMAZON RDMA EFA DRIVER > +M: Gal Pressman <galpress@xxxxxxxxxx> > +R: Yossi Leybovich <sleybo@xxxxxxxxxx> > +L: linux-rdma@xxxxxxxxxxxxxxx > +Q: https://patchwork.kernel.org/project/linux-rdma/list/ > +S: Supported > +F: drivers/infiniband/hw/efa/ > +F: include/uapi/rdma/efa-abi.h > + > AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER > M: Tom Lendacky <thomas.lendacky@xxxxxxx> > M: Gary Hook <gary.hook@xxxxxxx> > diff --git a/drivers/infiniband/Kconfig b/drivers/infiniband/Kconfig > index a1fb840de45d..b48496868926 100644 > +++ b/drivers/infiniband/Kconfig > @@ -105,6 +105,7 @@ source "drivers/infiniband/hw/hns/Kconfig" > source "drivers/infiniband/hw/bnxt_re/Kconfig" > source "drivers/infiniband/hw/hfi1/Kconfig" > source "drivers/infiniband/hw/qedr/Kconfig" > +source "drivers/infiniband/hw/efa/Kconfig" > source "drivers/infiniband/sw/rdmavt/Kconfig" > source "drivers/infiniband/sw/rxe/Kconfig" > endif keep sorted > diff --git a/drivers/infiniband/hw/Makefile b/drivers/infiniband/hw/Makefile > index e4f31c1be8f7..06ad3c26fc94 100644 > +++ b/drivers/infiniband/hw/Makefile > @@ -14,3 +14,4 @@ obj-$(CONFIG_INFINIBAND_HFI1) += hfi1/ > obj-$(CONFIG_INFINIBAND_HNS) += hns/ > obj-$(CONFIG_INFINIBAND_QEDR) += qedr/ > obj-$(CONFIG_INFINIBAND_BNXT_RE) += bnxt_re/ > +obj-$(CONFIG_INFINIBAND_EFA) += efa/ keep sorted (well, as best as possible anyhow) Jason