Re: [PATCH 0/8] ib/iser: major face lift of the data path code

2010-02-03 Thread Bart Van Assche
On Wed, Feb 3, 2010 at 4:30 PM, Or Gerlitz wrote: > > The following patch set removes some in efficiencies in the iser data path > through simplification and reducing the amount of code, using less atomic > operations, avoiding TX interrupts, moving to iscsi passthrough mode, > etc. I did my best

Re: [PATCH 0/8] ib/iser: major face lift of the data path code

2010-02-03 Thread Bart Van Assche
On Wed, Feb 3, 2010 at 4:30 PM, Or Gerlitz wrote: > The following patch set removes some in efficiencies in the iser data path > through simplification and reducing the amount of code, using less atomic > operations, avoiding TX interrupts, moving to iscsi passthrough mode, > etc. I did my best t

[PATCH 0/8] ib/iser: major face lift of the data path code

2010-02-03 Thread Or Gerlitz
The following patch set removes some in efficiencies in the iser data path through simplification and reducing the amount of code, using less atomic operations, avoiding TX interrupts, moving to iscsi passthrough mode, etc. I did my best to build it as a sequence of patches and not as one big re-wr