RE: [PATCH v3 02/18] NTB: Add NTB hardware abstraction layer

2015-06-09 Thread Hubbe, Allen
From: Bjorn Helgaas [mailto:bhelg...@google.com] > > It was pointed out in v1 that this one patch is over 200KB. Please > > accept my appologies for not breaking this down further. The affected > > components in this patch had interdependencies, which makes it > difficult > > to contain the chang

Re: [PATCH v3 02/18] NTB: Add NTB hardware abstraction layer

2015-06-09 Thread Bjorn Helgaas
On Tue, Jun 09, 2015 at 05:44:29AM -0400, Allen Hubbe wrote: > Abstract the ntb device behind a programming interface, so that it can > support different hardware. Change the intel hardware driver to fit the > abstraction. > > Expose the ntb hardware api to client drivers instead of tying it to >

RE: [PATCH v3 02/18] NTB: Add NTB hardware abstraction layer

2015-06-09 Thread Hubbe, Allen
From: Bjorn Helgaas [mailto:bhelg...@google.com] > These refer to English text usage (doc, comments, Kconfig help), not C > code: > > s/ntb/NTB/ (except where it refers directly to the driver) > s/pci/PCI/ > s/PCI-E/PCIe/ > s/api/API/ > s/intel/Intel/ Thanks. I will make the correction

Re: [PATCH v3 02/18] NTB: Add NTB hardware abstraction layer

2015-06-09 Thread Bjorn Helgaas
These refer to English text usage (doc, comments, Kconfig help), not C code: s/ntb/NTB/ (except where it refers directly to the driver) s/pci/PCI/ s/PCI-E/PCIe/ s/api/API/ s/intel/Intel/ On Tue, Jun 09, 2015 at 05:44:29AM -0400, Allen Hubbe wrote: > Abstract the ntb device behind a prog