]> xenbits.xensource.com Git - xenclient/kernel.git/commit
There's no point in sending lots of little packets to a copying netback-workaround-bad-csums
authort_jeang <devnull@localhost>
Tue, 6 Jan 2009 12:06:02 +0000 (12:06 +0000)
committert_jeang <devnull@localhost>
Tue, 6 Jan 2009 12:06:02 +0000 (12:06 +0000)
commite036c395d7ca2df494b0949d94f2ad127380727f
treee30b00d205f574c911fe110f784776eaf93be8b6
parenta90b2b155218d3ad21732fd6b0ec463506f1727d
There's no point in sending lots of little packets to a copying
receiver if we can instead arrange to copy them all into a single RX
buffer.  We need to copy anyway, so there's no overhead here, and this
is a little bit easier on the receiving domain's network stack.
drivers/xen/netback/common.h
drivers/xen/netback/netback.c