Re: [PATCH 00/14] staging: unisys: add channel interrupt support

2015-11-20 Thread Greg KH
On Fri, Nov 20, 2015 at 01:59:02PM -0500, Ben Romer wrote: > On 11/17/2015 05:18 PM, Greg KH wrote: > >On Tue, Nov 17, 2015 at 09:57:58AM -0500, Benjamin Romer wrote: > >>This patch series adds a centralized infrastructure and device support > >>for channel interrupts sent to s-Par virtual devices.

Re: [PATCH 00/14] staging: unisys: add channel interrupt support

2015-11-20 Thread Ben Romer
On 11/17/2015 05:18 PM, Greg KH wrote: On Tue, Nov 17, 2015 at 09:57:58AM -0500, Benjamin Romer wrote: This patch series adds a centralized infrastructure and device support for channel interrupts sent to s-Par virtual devices. With these changes, the visorhba device is ~80% faster than with onl

Re: [PATCH 00/14] staging: unisys: add channel interrupt support

2015-11-17 Thread Greg KH
On Tue, Nov 17, 2015 at 09:57:58AM -0500, Benjamin Romer wrote: > This patch series adds a centralized infrastructure and device support > for channel interrupts sent to s-Par virtual devices. With these changes, > the visorhba device is ~80% faster than with only polling, and visornic > receives a

[PATCH 00/14] staging: unisys: add channel interrupt support

2015-11-17 Thread Benjamin Romer
This patch series adds a centralized infrastructure and device support for channel interrupts sent to s-Par virtual devices. With these changes, the visorhba device is ~80% faster than with only polling, and visornic receives a speedup of over 3500% (from ~9Mb/s to between 360Mb/s and 390Mb/s). Da