Re: [PATCH v10 01/20] dlb: add skeleton for DLB driver

2021-03-10 Thread Dan Williams
On Mon, Mar 8, 2021 at 8:53 PM Chen, Mike Ximing wrote: > > > > -Original Message- > > From: Greg KH > > On Mon, Mar 08, 2021 at 08:00:00PM +, Chen, Mike Ximing wrote: > > > > > > Hi Greg, > > > > > > While waiting for the feedback from the networking maintainers, I am > > >

RE: [PATCH v10 01/20] dlb: add skeleton for DLB driver

2021-03-08 Thread Chen, Mike Ximing
> -Original Message- > From: Greg KH > On Mon, Mar 08, 2021 at 08:00:00PM +, Chen, Mike Ximing wrote: > > > > Hi Greg, > > > > While waiting for the feedback from the networking maintainers, I am > > wondering if you have any other comments/suggestions that I should address > > in

RE: [PATCH v10 01/20] dlb: add skeleton for DLB driver

2021-03-08 Thread Chen, Mike Ximing
sson, Magnus ; Laatz, Kevin > ; maxi...@mellanox.com > Subject: Re: [PATCH v10 01/20] dlb: add skeleton for DLB driver > > [ add Kevin and Maxim ] > > On Mon, Mar 8, 2021 at 12:13 PM Greg KH wrote: > > > > On Mon, Mar 08, 2021 at 08:00:00PM +, Chen, Mike Ximi

Re: [PATCH v10 01/20] dlb: add skeleton for DLB driver

2021-03-08 Thread Dan Williams
[ add Kevin and Maxim ] On Mon, Mar 8, 2021 at 12:13 PM Greg KH wrote: > > On Mon, Mar 08, 2021 at 08:00:00PM +, Chen, Mike Ximing wrote: [..] > > Hi Greg, > > > > While waiting for the feedback from the networking maintainers, I am > > wondering if you have any other comments/suggestions

Re: [PATCH v10 01/20] dlb: add skeleton for DLB driver

2021-03-08 Thread Greg KH
> ; Arnd Bergmann ; Pierre-Louis > > Bossart ; Gage Eads > > > > Subject: Re: [PATCH v10 01/20] dlb: add skeleton for DLB driver > > > > On Tue, Feb 9, 2021 at 5:36 AM Greg KH wrote: > > > > > > On Wed, Jan 27, 2021 at 04:56:22PM -0600,

RE: [PATCH v10 01/20] dlb: add skeleton for DLB driver

2021-03-08 Thread Chen, Mike Ximing
> -Original Message- > From: Dan Williams > Sent: Tuesday, February 9, 2021 11:30 AM > To: Greg KH > Cc: Chen, Mike Ximing ; Linux Kernel Mailing List > ; Arnd Bergmann ; Pierre-Louis > Bossart ; Gage Eads > > Subject: Re: [PATCH v10 01/20] dlb:

RE: [PATCH v10 01/20] dlb: add skeleton for DLB driver

2021-03-07 Thread Chen, Mike Ximing
> Williams, Dan J ; > pierre-louis.boss...@linux.intel.com > Subject: Re: [PATCH v10 01/20] dlb: add skeleton for DLB driver > > On Thu, Feb 18, 2021 at 07:34:31AM +, Chen, Mike Ximing wrote: > > > > > > > -Original Message- > > > From: Mike

RE: [PATCH v10 01/20] dlb: add skeleton for DLB driver

2021-02-18 Thread Chen, Mike Ximing
> Williams, Dan J ; > pierre-louis.boss...@linux.intel.com > Subject: Re: [PATCH v10 01/20] dlb: add skeleton for DLB driver > > On Thu, Feb 18, 2021 at 07:34:31AM +, Chen, Mike Ximing wrote: > > > > > > > -Original Message- > > > From: Mike

Re: [PATCH v10 01/20] dlb: add skeleton for DLB driver

2021-02-18 Thread gre...@linuxfoundation.org
.@kernel.org; a...@arndb.de; > > gre...@linuxfoundation.org; Williams, Dan J ; > > pierre- > > louis.boss...@linux.intel.com; Gage Eads > > Subject: [PATCH v10 01/20] dlb: add skeleton for DLB driver > > > > diff --git a/Documentation/misc-devices/dlb.rst b/Documentation/m

RE: [PATCH v10 01/20] dlb: add skeleton for DLB driver

2021-02-18 Thread Chen, Mike Ximing
nux.intel.com; Gage Eads > Subject: [PATCH v10 01/20] dlb: add skeleton for DLB driver > > diff --git a/Documentation/misc-devices/dlb.rst b/Documentation/misc- > devices/dlb.rst > new file mode 100644 > index ..aa79be07ee49 > --- /dev/null > +++ b/Documentation/mis

RE: [PATCH v10 01/20] dlb: add skeleton for DLB driver

2021-02-10 Thread Chen, Mike Ximing
> -Original Message- > From: Dan Williams > Sent: Tuesday, February 9, 2021 11:30 AM > To: Greg KH > Cc: Chen, Mike Ximing ; Linux Kernel Mailing List > ; Arnd Bergmann ; Pierre-Louis > Bossart ; Gage Eads > > Subject: Re: [PATCH v10 01/20] dlb:

Re: [PATCH v10 01/20] dlb: add skeleton for DLB driver

2021-02-09 Thread Dan Williams
On Tue, Feb 9, 2021 at 5:36 AM Greg KH wrote: > > On Wed, Jan 27, 2021 at 04:56:22PM -0600, Mike Ximing Chen wrote: > > Add basic driver functionality (load, unload, probe, and remove callbacks) > > for the DLB driver. > > > > Add documentation which describes in detail the hardware, the user > >

Re: [PATCH v10 01/20] dlb: add skeleton for DLB driver

2021-02-09 Thread Greg KH
On Wed, Jan 27, 2021 at 04:56:22PM -0600, Mike Ximing Chen wrote: > Add basic driver functionality (load, unload, probe, and remove callbacks) > for the DLB driver. > > Add documentation which describes in detail the hardware, the user > interface, device interrupts, and the driver's

[PATCH v10 01/20] dlb: add skeleton for DLB driver

2021-01-27 Thread Mike Ximing Chen
Add basic driver functionality (load, unload, probe, and remove callbacks) for the DLB driver. Add documentation which describes in detail the hardware, the user interface, device interrupts, and the driver's power-management strategy. For more details about the driver see the documentation in