[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <95b50b5a-4c76-ac02-37ae-afa176b4ea62@intel.com>
Date: Wed, 31 May 2023 11:34:23 -0700
From: Jesse Brandeburg <jesse.brandeburg@...el.com>
To: "Michael S. Tsirkin" <mst@...hat.com>, Tony Nguyen
<anthony.l.nguyen@...el.com>
CC: <davem@...emloft.net>, <kuba@...nel.org>, <pabeni@...hat.com>,
<edumazet@...gle.com>, <netdev@...r.kernel.org>, Phani Burra
<phani.r.burra@...el.com>, <pavan.kumar.linga@...el.com>,
<emil.s.tantilov@...el.com>, <sridhar.samudrala@...el.com>,
<shiraz.saleem@...el.com>, <sindhu.devale@...el.com>, <willemb@...gle.com>,
<decot@...gle.com>, <andrew@...n.ch>, <leon@...nel.org>,
<simon.horman@...igine.com>, <shannon.nelson@....com>,
<stephen@...workplumber.org>, Alan Brady <alan.brady@...el.com>, "Madhu
Chittim" <madhu.chittim@...el.com>, Shailendra Bhatnagar
<shailendra.bhatnagar@...el.com>, Krishneil Singh
<krishneil.k.singh@...el.com>
Subject: Re: [PATCH net-next 02/15] idpf: add module register and probe
functionality
On 5/30/2023 11:05 PM, Michael S. Tsirkin wrote:
> On Tue, May 30, 2023 at 04:44:48PM -0700, Tony Nguyen wrote:
>> From: Phani Burra <phani.r.burra@...el.com>
...
>> diff --git a/drivers/net/ethernet/intel/idpf/idpf_main.c b/drivers/net/ethernet/intel/idpf/idpf_main.c
>> new file mode 100644
>> index 000000000000..e290f560ce14
>> --- /dev/null
>> +++ b/drivers/net/ethernet/intel/idpf/idpf_main.c
>> @@ -0,0 +1,136 @@
>> +// SPDX-License-Identifier: GPL-2.0-only
>> +/* Copyright (C) 2023 Intel Corporation */
>> +
>> +#include "idpf.h"
>> +#include "idpf_devids.h"
>> +
>> +#define DRV_SUMMARY "Infrastructure Data Path Function Linux Driver"
>
> Do you want to stick Intel(R) here as well?
That would be ok with me, we'll discuss internally.
> And did you say you wanted to add a version?
In-kernel drivers use the kernel version for the MODULE_VERSION field.
> The point being making it possible to distinguish
> between this one and the one we'll hopefully have down
> the road binding to the IDPF class/prog ifc.
>
>> +
>> +MODULE_DESCRIPTION(DRV_SUMMARY);
>> +MODULE_LICENSE("GPL");
Just noticed that we appear to have missed the MODULE_AUTHOR("Intel
Corporation")
Powered by blists - more mailing lists