[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <545549060ffe4e8fb9cf89618566418a@intel.com>
Date: Wed, 24 Mar 2021 23:47:01 +0000
From: "Saleem, Shiraz" <shiraz.saleem@...el.com>
To: Randy Dunlap <rdunlap@...radead.org>,
"dledford@...hat.com" <dledford@...hat.com>,
"jgg@...dia.com" <jgg@...dia.com>,
"kuba@...nel.org" <kuba@...nel.org>,
"davem@...emloft.net" <davem@...emloft.net>
CC: "linux-rdma@...r.kernel.org" <linux-rdma@...r.kernel.org>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>,
"Ertman, David M" <david.m.ertman@...el.com>,
"Nguyen, Anthony L" <anthony.l.nguyen@...el.com>
Subject: RE: [PATCH v2 22/23] RDMA/irdma: Add irdma Kconfig/Makefile and
remove i40iw
> Subject: Re: [PATCH v2 22/23] RDMA/irdma: Add irdma Kconfig/Makefile and
> remove i40iw
>
> On 3/23/21 5:00 PM, Shiraz Saleem wrote:
> > diff --git a/drivers/infiniband/hw/irdma/Kconfig
> > b/drivers/infiniband/hw/irdma/Kconfig
> > new file mode 100644
> > index 00000000..6585842
> > --- /dev/null
> > +++ b/drivers/infiniband/hw/irdma/Kconfig
> > @@ -0,0 +1,11 @@
> > +# SPDX-License-Identifier: GPL-2.0-only config INFINIBAND_IRDMA
> > + tristate "Intel(R) Ethernet Protocol Driver for RDMA"
> > + depends on INET
> > + depends on IPV6 || !IPV6
> > + depends on PCI
> > + select GENERIC_ALLOCATOR
> > + select CONFIG_AUXILIARY_BUS
> > + help
> > + This is an Intel(R) Ethernet Protocol Driver for RDMA driver
> > + that support E810 (iWARP/RoCE) and X722 (iWARP) network devices.
>
>
> <pseudo bot>
>
> Please follow coding-style for Kconfig files:
>
> from Documentation/process/coding-style.rst, section 10):
>
> For all of the Kconfig* configuration files throughout the source tree, the
> indentation is somewhat different. Lines under a ``config`` definition are indented
> with one tab, while help text is indented an additional two spaces.
>
Got it. Thanks!
Powered by blists - more mailing lists