[PATCH net-next v4 0/3] pktgen: Upstreaming features useful for xen-netback/front testing
From: Zoltan Kiss <hidden>
Date: 2014-08-04 13:37:28
Also in:
lkml
From: Zoltan Kiss <hidden>
Date: 2014-08-04 13:37:28
Also in:
lkml
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 <redacted> Cc: "David S. Miller" <davem@davemloft.net> Cc: Thomas Graf <tgraf@suug.ch> Cc: Joe Perches <joe@perches.com> Cc: netdev@vger.kernel.org Cc: linux-kernel@vger.kernel.org Cc: xen-devel@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