Re: [PATCH] Have HW invalidate src and dest descriptors after processing

2008-11-24 Thread Evgeniy Polyakov
On Mon, Nov 24, 2008 at 10:34:27PM +0800, Herbert Xu ([EMAIL PROTECTED]) wrote: > On Mon, Nov 24, 2008 at 05:23:22PM +0300, Evgeniy Polyakov wrote: > > > > Weird. patch/diff and hands all messed up. In the version which was > > tested there is no that changes, so just drop it. > > OK I've applied

Re: [PATCH] Have HW invalidate src and dest descriptors after processing

2008-11-24 Thread Herbert Xu
On Mon, Nov 24, 2008 at 05:23:22PM +0300, Evgeniy Polyakov wrote: > > Weird. patch/diff and hands all messed up. In the version which was > tested there is no that changes, so just drop it. OK I've applied everything bar the first two and pushed it out. Please let me know if there's anything broke

Re: [PATCH] Have HW invalidate src and dest descriptors after processing

2008-11-24 Thread Evgeniy Polyakov
Hi. On Mon, Nov 24, 2008 at 10:09:34PM +0800, Herbert Xu ([EMAIL PROTECTED]) wrote: > > It seems the previous patch got mixed up, this is what I have in > > my old tree (just for reference, I don't know whether Evgeniy made > > any changes): > > Thanks Patrick. Evgeniy, please let us know if thi

Re: [PATCH] Have HW invalidate src and dest descriptors after processing

2008-11-24 Thread Herbert Xu
On Mon, Nov 24, 2008 at 03:00:45PM +0100, Patrick McHardy wrote: > > It seems the previous patch got mixed up, this is what I have in > my old tree (just for reference, I don't know whether Evgeniy made > any changes): Thanks Patrick. Evgeniy, please let us know if this move is still needed or no

Re: [PATCH] Have HW invalidate src and dest descriptors after processing

2008-11-24 Thread Patrick McHardy
Herbert Xu wrote: On Wed, Nov 19, 2008 at 02:03:27PM +, Evgeniy Polyakov wrote: From: Patrick McHardy <[EMAIL PROTECTED]> The descriptors need to be invalidated after processing for ring cleanup to work properly and to avoid using an old destination descriptor when the src and cmd descripto

Re: [PATCH] Have HW invalidate src and dest descriptors after processing

2008-11-24 Thread Herbert Xu
On Wed, Nov 19, 2008 at 02:03:27PM +, Evgeniy Polyakov wrote: > From: Patrick McHardy <[EMAIL PROTECTED]> > > The descriptors need to be invalidated after processing for ring > cleanup to work properly and to avoid using an old destination > descriptor when the src and cmd descriptors are alre

[PATCH] Have HW invalidate src and dest descriptors after processing

2008-11-19 Thread Evgeniy Polyakov
From: Patrick McHardy <[EMAIL PROTECTED]> The descriptors need to be invalidated after processing for ring cleanup to work properly and to avoid using an old destination descriptor when the src and cmd descriptors are already set up and the dst descriptor isn't. Signed-off-by: Patrick McHardy <[E