]> Pileus Git - ~andy/linux/commit
xen-netfront: convert to GRO API
authorWei Liu <wei.liu2@citrix.com>
Mon, 30 Sep 2013 12:46:34 +0000 (13:46 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 2 Oct 2013 19:54:11 +0000 (15:54 -0400)
commit99d3d587b2b4314ccc8ea066cb327dfb523d598e
treef0778a5abe8e82de603cb28e8f2574fbcb1aa2a0
parentee002b64ec81db846b5518d73fd724a53b27fbf2
xen-netfront: convert to GRO API

Anirban was seeing netfront received MTU size packets, which downgraded
throughput. The following patch makes netfront use GRO API which
improves throughput for that case.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Cc: Anirban Chakraborty <abchak@juniper.net>
Cc: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Konrad Wilk <konrad.wilk@oracle.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/xen-netfront.c