This series is my work during stressing the xen network drivers, hopefully others can benefit from it. 1/4: Filling payload with pattern, useful for checking data correctness when the packets travelling without checksum (~ intrahost VM-to-VM). Already sent it separately few times, so its version number differs 2/4: fine-grained buffer geometrics 3/4: fix UDP checksuming 4/4: sending TCP GSO packets. This is an RFC yet, as I'm not certain about all things changed here
Signed-off-by: Zoltan Kiss <zoltan.k...@citrix.com> Cc: "David S. Miller" <da...@davemloft.net> Cc: Thomas Graf <tg...@suug.ch> Cc: Joe Perches <j...@perches.com> Cc: net...@vger.kernel.org Cc: linux-kernel@vger.kernel.org Cc: xen-de...@lists.xenproject.org v2: respin for net-next changes v3: - code style changes and smaller bugfixes - new patch to fix UDP checksuming - rework TCP checksuming and GSO in the last patch v4: only patch #4 changed v5: only patch #4 changed -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/