Re: [PATCH] vmxnet3: must split too big fragments

From: Shreyas Bhatewara
Date: Mon Oct 29 2012 - 14:17:11 EST




----- Original Message -----
> From: Eric Dumazet <edumazet@xxxxxxxxxx>
>
> vmxnet3 has a 16Kbytes limit per tx descriptor, that happened to work
> as long as we provided PAGE_SIZE fragments.
>
> Our stack can now build larger fragments, so we need to split them to
> the 16kbytes boundary.
>
> Signed-off-by: Eric Dumazet <edumazet@xxxxxxxxxx>
> Reported-by: jongman heo <jongman.heo@xxxxxxxxxxx>
> Tested-by: jongman heo <jongman.heo@xxxxxxxxxxx>
> Cc: Shreyas Bhatewara <sbhatewara@xxxxxxxxxx>
> ---
> drivers/net/vmxnet3/vmxnet3_drv.c | 65
> +++++++++++++++++++---------
> 1 file changed, 45 insertions(+), 20 deletions(-)
>

Thanks for the patch Eric.

Signed-of-by: Shreyas Bhatewara <sbhatewara@xxxxxxxxxx>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/