Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755591AbaFYUnK (ORCPT ); Wed, 25 Jun 2014 16:43:10 -0400 Received: from smtp02.citrix.com ([66.165.176.63]:2346 "EHLO SMTP02.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753932AbaFYUnI (ORCPT ); Wed, 25 Jun 2014 16:43:08 -0400 X-IronPort-AV: E=Sophos;i="5.01,547,1400025600"; d="scan'208";a="147121163" From: Zoltan Kiss To: Steffen Klassert , Mathias Krause , Daniel Borkmann CC: Zoltan Kiss , "David S. Miller" , Thomas Graf , Joe Perches , , , Subject: [PATCH net-next] pktgen: Upstreaming features useful for xen-netback/front testing Date: Wed, 25 Jun 2014 21:42:49 +0100 Message-ID: <1403728972-29548-1-git-send-email-zoltan.kiss@citrix.com> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.80.118.114] X-DLP: MIA2 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/3: Filling payload with pattern, useful for checking data correctness when the packets travelling without checksum (~ intrahost VM-to-VM). Already sent it separately 2/3: fine-grained buffer geometrics 3/3: 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 -- 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/