From owner-freebsd-net@FreeBSD.ORG Tue Aug 26 23:17:19 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 68AC1C9F for ; Tue, 26 Aug 2014 23:17:19 +0000 (UTC) Received: from mail-wg0-x22f.google.com (mail-wg0-x22f.google.com [IPv6:2a00:1450:400c:c00::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F2AFF3EF5 for ; Tue, 26 Aug 2014 23:17:18 +0000 (UTC) Received: by mail-wg0-f47.google.com with SMTP id b13so14917258wgh.6 for ; Tue, 26 Aug 2014 16:17:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=gdFWrJpkD0qxYNiRDc7QmsCGRXDV6S2r9oNMlnSBs1I=; b=o5FgQv+AUYzo0qAYJFKoR28+useGhw05sZguLVZkzkuqPV8XOSGfX/eoqyWnCqTbmb j6XHuUc9eor3r+t38pMNxTfFticLpBlsZ5IBkNNvoaIizTJPH/8wNxRLUHSFXt9gQ/pc iwfSjYh7vAmN/pvS1bTpSpg5N0KggN1qIZWpF4Xbi1NptDXXNL6BFCu9q6VpDs0clrVZ jqxzb98TmhgpQtkuyhYEuZCkfoDEyCa2RDE2DxBtsTUXkT1mgr9XDNCZA3yqmyhyI/3U EgZd4HfkqagfsLxXoyl1eptlS5SiQ2+wttgps95zNHmnjwePzsDBgHP5WEjZ1LXj/h9Q fxFw== X-Received: by 10.180.182.67 with SMTP id ec3mr24794853wic.21.1409095037160; Tue, 26 Aug 2014 16:17:17 -0700 (PDT) MIME-Version: 1.0 Sender: cochard@gmail.com Received: by 10.194.90.2 with HTTP; Tue, 26 Aug 2014 16:16:57 -0700 (PDT) In-Reply-To: References: From: =?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?= Date: Wed, 27 Aug 2014 01:16:57 +0200 X-Google-Sender-Auth: ZLN95oCHkjguajiTe8GcwpMKgFQ Message-ID: Subject: Re: 9.3 RELEASE not forwarding pkt-gen (netmap) packets over XenServer To: Raimundo Santos Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-net@freebsd.org" X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Aug 2014 23:17:19 -0000 On Tue, Aug 26, 2014 at 9:35 PM, Raimundo Santos wrote: > > 15:38:13.286119 00:1b:21:53:51:3d > 00:1b:21:53:51:39, ethertype IPv4 > (0x0800), length 60: (tos 0x10, ttl 64, id 0, offset 0, flags [DF], proto > UDP (17), length 46, bad cksum 6605 (->6604)!) > > 10.0.0.1.0 > 192.168.10.2.0: [bad udp cksum 0x5e7c -> 0x5e7b!] UDP, > length 18 > > Hi, the bad UDP checksum seems related to this pkt-gen bug: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=187149 pkt-gen one checksum for all the paquets it generate (then once it update the IP or port, the checksum didn't match). Applying the patch correctly update the checksum for all paquets (but it have a performance impact). Regards, Olivier