From owner-freebsd-net@FreeBSD.ORG Mon Feb 28 02:30:19 2011 Return-Path: Delivered-To: freebsd-net@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 328D81065670; Mon, 28 Feb 2011 02:30:19 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 22A6B8FC08; Mon, 28 Feb 2011 02:30:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p1S2UJ0b015327; Mon, 28 Feb 2011 02:30:19 GMT (envelope-from yongari@freefall.freebsd.org) Received: (from yongari@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p1S2UITt015284; Mon, 28 Feb 2011 02:30:18 GMT (envelope-from yongari) Date: Mon, 28 Feb 2011 02:30:18 GMT Message-Id: <201102280230.p1S2UITt015284@freefall.freebsd.org> To: jcigar@ulb.ac.be, yongari@FreeBSD.org, freebsd-net@FreeBSD.org, yongari@FreeBSD.org From: yongari@FreeBSD.org Cc: Subject: Re: kern/154959: [age] "Bad packet length xxxxx, Disconnecting: Packet corrupt" (unless TSO, rxcsum, txcsum are disabled) X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Feb 2011 02:30:19 -0000 Synopsis: [age] "Bad packet length xxxxx, Disconnecting: Packet corrupt" (unless TSO, rxcsum, txcsum are disabled) State-Changed-From-To: open->feedback State-Changed-By: yongari State-Changed-When: Mon Feb 28 02:25:46 UTC 2011 State-Changed-Why: I guess TSO and TX checksum offloading have nothing to do with the issue you're seeing. If age(4) generated corrupted packets via TSO/TX checksum offloading, receiver may have dropped these corrupted packets. Anyway, would you try the patch at the following URL and let me know how it goes? http://people.freebsd.org/~yongari/age/age.csum.diff I don't have access to age(4) hardwares any more so it was not tested. Responsible-Changed-From-To: freebsd-net->yongari Responsible-Changed-By: yongari Responsible-Changed-When: Mon Feb 28 02:25:46 UTC 2011 Responsible-Changed-Why: Grab. http://www.freebsd.org/cgi/query-pr.cgi?pr=154959