RE: [RFC net-next 7/8] net/mlx5: Add devlink subdev life cycle command support
From: Parav Pandit <hidden>
Date: 2019-03-01 16:04:59
Also in:
lkml
From: Parav Pandit <hidden>
Date: 2019-03-01 16:04:59
Also in:
lkml
-----Original Message----- From: Greg KH <gregkh@linuxfoundation.org> Sent: Friday, March 1, 2019 1:19 AM To: Parav Pandit <redacted> Cc: netdev@vger.kernel.org; linux-kernel@vger.kernel.org; michal.lkml@markovi.net; davem@davemloft.net; Jiri Pirko [off-list ref] Subject: Re: [RFC net-next 7/8] net/mlx5: Add devlink subdev life cycle command support On Thu, Feb 28, 2019 at 11:37:51PM -0600, Parav Pandit wrote:quoted
--- /dev/null +++ b/drivers/net/ethernet/mellanox/mlx5/core/subdev.c@@ -0,0 +1,55 @@ +// SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIBFor new stuff, just use GPL-2.0, no need to keep the mistake of the Linux- OpenIB license around :)
Oh yes. my copy paste error and ignorance of openib carry forward. Checkpatch did actually complain but didn't realize that it may be for OpenIB. Will fix this.
thanks, greg k-h