Re: [PATCH v2] Documentation: add a guideline for hard_start_xmit method

2008-01-13 Thread Herbert Xu
Matti Linnanvuori <[EMAIL PROTECTED]> wrote: > > -3) Do not forget that once you return 0 from your hard_start_xmit > +3) A hard_start_xmit method must not modify the shared parts of the SKB. Only if it's cloned. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~}

[PATCH v2] Documentation: add a guideline for hard_start_xmit method

2008-01-12 Thread Matti Linnanvuori
From: Matti Linnanvuori <[EMAIL PROTECTED]> Add a guideline for hard_start_xmit method not to modify SKB. Signed-off-by: Matti Linnanvuori <[EMAIL PROTECTED]> --- --- a/Documentation/networking/driver.txt 2008-01-13 07:14:01.608291500 +0200 +++ b/Documentation/networking/driver.txt 2008-01-13 0