Re: [PATCH v2 3/4] ntb: Split ntb_setup_msix() into separate BWD/SNB routines

2014-03-11 Thread Jon Mason
On Tue, Mar 11, 2014 at 05:00:22PM +0100, Alexander Gordeev wrote: > This is an cleanup effort to make ntb_setup_msix() more > readable - use ntb_setup_bwd_msix() to init MSI-Xs on > BWD hardware and ntb_setup_snb_msix() - on SNB hardware. > > Function ntb_setup_snb_msix() also initializes MSI-Xs

[PATCH v2 3/4] ntb: Split ntb_setup_msix() into separate BWD/SNB routines

2014-03-11 Thread Alexander Gordeev
This is an cleanup effort to make ntb_setup_msix() more readable - use ntb_setup_bwd_msix() to init MSI-Xs on BWD hardware and ntb_setup_snb_msix() - on SNB hardware. Function ntb_setup_snb_msix() also initializes MSI-Xs the way it should has been done - looping pci_enable_msix() until success or

[PATCH v2 3/4] ntb: Split ntb_setup_msix() into separate BWD/SNB routines

2014-03-11 Thread Alexander Gordeev
This is an cleanup effort to make ntb_setup_msix() more readable - use ntb_setup_bwd_msix() to init MSI-Xs on BWD hardware and ntb_setup_snb_msix() - on SNB hardware. Function ntb_setup_snb_msix() also initializes MSI-Xs the way it should has been done - looping pci_enable_msix() until success or

Re: [PATCH v2 3/4] ntb: Split ntb_setup_msix() into separate BWD/SNB routines

2014-03-11 Thread Jon Mason
On Tue, Mar 11, 2014 at 05:00:22PM +0100, Alexander Gordeev wrote: This is an cleanup effort to make ntb_setup_msix() more readable - use ntb_setup_bwd_msix() to init MSI-Xs on BWD hardware and ntb_setup_snb_msix() - on SNB hardware. Function ntb_setup_snb_msix() also initializes MSI-Xs the

Re: [PATCH v2 3/4] ntb: Split ntb_setup_msix() into separate BWD/SNB routines

2014-03-10 Thread Jon Mason
On Tue, Mar 04, 2014 at 05:41:28PM +0100, Alexander Gordeev wrote: > On Mon, Mar 03, 2014 at 05:12:25PM -0700, Jon Mason wrote: > > On Fri, Feb 21, 2014 at 04:49:31PM +0100, Alexander Gordeev wrote: > > > This is an cleanup effort to make ntb_setup_msix() more > > > readable - use

Re: [PATCH v2 3/4] ntb: Split ntb_setup_msix() into separate BWD/SNB routines

2014-03-10 Thread Jon Mason
On Tue, Mar 04, 2014 at 05:41:28PM +0100, Alexander Gordeev wrote: On Mon, Mar 03, 2014 at 05:12:25PM -0700, Jon Mason wrote: On Fri, Feb 21, 2014 at 04:49:31PM +0100, Alexander Gordeev wrote: This is an cleanup effort to make ntb_setup_msix() more readable - use ntb_setup_bwd_msix() to

Re: [PATCH v2 3/4] ntb: Split ntb_setup_msix() into separate BWD/SNB routines

2014-03-04 Thread Alexander Gordeev
On Mon, Mar 03, 2014 at 05:12:25PM -0700, Jon Mason wrote: > On Fri, Feb 21, 2014 at 04:49:31PM +0100, Alexander Gordeev wrote: > > This is an cleanup effort to make ntb_setup_msix() more > > readable - use ntb_setup_bwd_msix() to init MSI-Xs on > > BWD hardware and ntb_setup_snb_msix() - on SNB

Re: [PATCH v2 3/4] ntb: Split ntb_setup_msix() into separate BWD/SNB routines

2014-03-04 Thread Alexander Gordeev
On Mon, Mar 03, 2014 at 05:12:25PM -0700, Jon Mason wrote: On Fri, Feb 21, 2014 at 04:49:31PM +0100, Alexander Gordeev wrote: This is an cleanup effort to make ntb_setup_msix() more readable - use ntb_setup_bwd_msix() to init MSI-Xs on BWD hardware and ntb_setup_snb_msix() - on SNB

Re: [PATCH v2 3/4] ntb: Split ntb_setup_msix() into separate BWD/SNB routines

2014-03-03 Thread Jon Mason
On Fri, Feb 21, 2014 at 04:49:31PM +0100, Alexander Gordeev wrote: > This is an cleanup effort to make ntb_setup_msix() more > readable - use ntb_setup_bwd_msix() to init MSI-Xs on > BWD hardware and ntb_setup_snb_msix() - on SNB hardware. > > Function ntb_setup_snb_msix() also initializes MSI-Xs

Re: [PATCH v2 3/4] ntb: Split ntb_setup_msix() into separate BWD/SNB routines

2014-03-03 Thread Jon Mason
On Fri, Feb 21, 2014 at 04:49:31PM +0100, Alexander Gordeev wrote: This is an cleanup effort to make ntb_setup_msix() more readable - use ntb_setup_bwd_msix() to init MSI-Xs on BWD hardware and ntb_setup_snb_msix() - on SNB hardware. Function ntb_setup_snb_msix() also initializes MSI-Xs the

[PATCH v2 3/4] ntb: Split ntb_setup_msix() into separate BWD/SNB routines

2014-02-22 Thread Alexander Gordeev
This is an cleanup effort to make ntb_setup_msix() more readable - use ntb_setup_bwd_msix() to init MSI-Xs on BWD hardware and ntb_setup_snb_msix() - on SNB hardware. Function ntb_setup_snb_msix() also initializes MSI-Xs the way it should has been done - looping pci_enable_msix() until success or

[PATCH v2 3/4] ntb: Split ntb_setup_msix() into separate BWD/SNB routines

2014-02-22 Thread Alexander Gordeev
This is an cleanup effort to make ntb_setup_msix() more readable - use ntb_setup_bwd_msix() to init MSI-Xs on BWD hardware and ntb_setup_snb_msix() - on SNB hardware. Function ntb_setup_snb_msix() also initializes MSI-Xs the way it should has been done - looping pci_enable_msix() until success or

[PATCH v2 3/4] ntb: Split ntb_setup_msix() into separate BWD/SNB routines

2014-02-21 Thread Alexander Gordeev
This is an cleanup effort to make ntb_setup_msix() more readable - use ntb_setup_bwd_msix() to init MSI-Xs on BWD hardware and ntb_setup_snb_msix() - on SNB hardware. Function ntb_setup_snb_msix() also initializes MSI-Xs the way it should has been done - looping pci_enable_msix() until success or

[PATCH v2 3/4] ntb: Split ntb_setup_msix() into separate BWD/SNB routines

2014-02-21 Thread Alexander Gordeev
This is an cleanup effort to make ntb_setup_msix() more readable - use ntb_setup_bwd_msix() to init MSI-Xs on BWD hardware and ntb_setup_snb_msix() - on SNB hardware. Function ntb_setup_snb_msix() also initializes MSI-Xs the way it should has been done - looping pci_enable_msix() until success or