From: Jason Gunthorpe <jgg@mellanox.com>
To: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Cc: "dledford@redhat.com" <dledford@redhat.com>,
"davem@davemloft.net" <davem@davemloft.net>,
Shiraz Saleem <shiraz.saleem@intel.com>,
"linux-rdma@vger.kernel.org" <linux-rdma@vger.kernel.org>,
"netdev@vger.kernel.org" <netdev@vger.kernel.org>,
"nhorman@redhat.com" <nhorman@redhat.com>,
"sassmann@redhat.com" <sassmann@redhat.com>,
"poswald@suse.com" <poswald@suse.com>,
"david.m.ertman@intel.com" <david.m.ertman@intel.com>,
"mustafa.ismail@intel.com" <mustafa.ismail@intel.com>
Subject: Re: [rdma 1/1] RDMA/irdma: Add Kconfig and Makefile
Date: Thu, 4 Jul 2019 12:18:29 +0000 [thread overview]
Message-ID: <20190704121826.GC3401@mellanox.com> (raw)
In-Reply-To: <20190704021259.15489-2-jeffrey.t.kirsher@intel.com>
On Wed, Jul 03, 2019 at 07:12:43PM -0700, Jeff Kirsher wrote:
> From: Shiraz Saleem <shiraz.saleem@intel.com>
>
> Add Kconfig and Makefile to build irdma driver and mark i40iw
> deprecated/obsolete, since the irdma driver is replacing it and supports
> x722 devices.
Patch 1/1? Series looks mangled...
> diff --git a/drivers/infiniband/hw/i40iw/Kconfig b/drivers/infiniband/hw/i40iw/Kconfig
> index d867ef1ac72a..7454b84b74be 100644
> +++ b/drivers/infiniband/hw/i40iw/Kconfig
> @@ -1,8 +1,10 @@
> config INFINIBAND_I40IW
> - tristate "Intel(R) Ethernet X722 iWARP Driver"
> + tristate "Intel(R) Ethernet X722 iWARP Driver (DEPRECATED)"
> depends on INET && I40E
> depends on IPV6 || !IPV6
> depends on PCI
> + depends on !(INFINBAND_IRDMA=y || INFINIBAND_IRDMA=m)
No.. all drivers must be able to build at once. At least add some
COMPILE_TEST in here to enable building.
Jason
next prev parent reply other threads:[~2019-07-04 12:18 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-04 2:12 [rdma 00/16] Intel RDMA Diver Updates 2019-07-03 Jeff Kirsher
2019-07-04 2:12 ` [rdma 1/1] RDMA/irdma: Add Kconfig and Makefile Jeff Kirsher
2019-07-04 12:18 ` Jason Gunthorpe [this message]
2019-07-04 2:12 ` [rdma 01/16] RDMA/irdma: Add driver framework definitions Jeff Kirsher
2019-07-04 2:12 ` [rdma 02/16] RDMA/irdma: Implement device initialization definitions Jeff Kirsher
2019-07-04 2:12 ` [rdma 03/16] RDMA/irdma: Implement HW Admin Queue OPs Jeff Kirsher
2019-07-04 2:12 ` [rdma 04/16] RDMA/irdma: Add HMC backing store setup functions Jeff Kirsher
2019-07-04 2:12 ` [rdma 05/16] RDMA/irdma: Add privileged UDA queue implementation Jeff Kirsher
2019-07-04 2:12 ` [rdma 06/16] RDMA/irdma: Add QoS definitions Jeff Kirsher
2019-07-04 2:12 ` [rdma 07/16] RDMA/irdma: Add connection manager Jeff Kirsher
2019-07-04 2:12 ` [rdma 08/16] RDMA/irdma: Add PBLE resource manager Jeff Kirsher
2019-07-04 2:12 ` [rdma 09/16] RDMA/irdma: Implement device supported verb APIs Jeff Kirsher
2019-07-04 2:12 ` [rdma 10/16] RDMA/irdma: Add RoCEv2 UD OP support Jeff Kirsher
2019-07-04 2:12 ` [rdma 11/16] RDMA/irdma: Add user/kernel shared libraries Jeff Kirsher
2019-07-04 2:12 ` [rdma 12/16] RDMA/irdma: Add miscellaneous utility definitions Jeff Kirsher
2019-07-04 2:12 ` [rdma 13/16] RDMA/irdma: Add dynamic tracing for CM Jeff Kirsher
2019-07-04 2:12 ` [rdma 14/16] RDMA/irdma: Add ABI definitions Jeff Kirsher
2019-07-04 7:40 ` Leon Romanovsky
2019-07-04 12:19 ` Jason Gunthorpe
2019-07-05 16:42 ` Saleem, Shiraz
2019-07-05 17:16 ` Jason Gunthorpe
2019-07-06 16:15 ` Saleem, Shiraz
2019-07-08 14:13 ` Jason Gunthorpe
2019-07-09 20:56 ` Henry Orosco
2019-07-10 5:25 ` Leon Romanovsky
2019-07-10 13:32 ` Jason Gunthorpe
2019-07-04 2:12 ` [rdma 15/16] RDMA/irdma: Update MAINTAINERS file Jeff Kirsher
2019-07-04 2:12 ` [rdma 16/16] RDMA/irdma: Add Kconfig and Makefile Jeff Kirsher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190704121826.GC3401@mellanox.com \
--to=jgg@mellanox.com \
--cc=davem@davemloft.net \
--cc=david.m.ertman@intel.com \
--cc=dledford@redhat.com \
--cc=jeffrey.t.kirsher@intel.com \
--cc=linux-rdma@vger.kernel.org \
--cc=mustafa.ismail@intel.com \
--cc=netdev@vger.kernel.org \
--cc=nhorman@redhat.com \
--cc=poswald@suse.com \
--cc=sassmann@redhat.com \
--cc=shiraz.saleem@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.