Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755309AbaG3QUX (ORCPT ); Wed, 30 Jul 2014 12:20:23 -0400 Received: from smtp02.citrix.com ([66.165.176.63]:17540 "EHLO SMTP02.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753783AbaG3QUV (ORCPT ); Wed, 30 Jul 2014 12:20:21 -0400 X-IronPort-AV: E=Sophos;i="5.01,765,1400025600"; d="scan'208";a="157771060" From: Zoltan Kiss To: Steffen Klassert , Mathias Krause , Daniel Borkmann CC: Zoltan Kiss , "David S. Miller" , Thomas Graf , Joe Perches , , , Subject: [PATCH net-next v3 0/3] pktgen: Upstreaming features useful for xen-netback/front testing Date: Wed, 30 Jul 2014 17:20:08 +0100 Message-ID: <1406737212-23351-1-git-send-email-zoltan.kiss@citrix.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.80.2.133] X-DLP: MIA1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 feq 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 Cc: "David S. Miller" Cc: Thomas Graf Cc: Joe Perches 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/