From owner-freebsd-net@FreeBSD.ORG Fri Mar 21 23:06:43 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 4A88C74F for ; Fri, 21 Mar 2014 23:06:43 +0000 (UTC) Received: from mail-qa0-x234.google.com (mail-qa0-x234.google.com [IPv6:2607:f8b0:400d:c00::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0D56BE13 for ; Fri, 21 Mar 2014 23:06:42 +0000 (UTC) Received: by mail-qa0-f52.google.com with SMTP id m5so3117281qaj.39 for ; Fri, 21 Mar 2014 16:06:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=wC8A4gQP/2b9JOF6Q3x3zDwsxvOXYVqvD/SUqgn/Vvk=; b=QuJWRGZR1BEM9DdbOz8er1xGSo3i48BbhhVm/LnJxdFhfvgohVBY2joC1UrE45anvF 8L8qDtuM8dgTMBBt7StOJ4oE6ZRHjN1NYtTzEP/t8CKHXfzEZ2mxvNY5wlx+pqkXkWw8 gGtC9zMz7dubSSFPg5WE0cX+PInTl1jg8cnc2myFef/9GluoOwgaSuHZsdg3zsH/0W4S TJbY6PsaaWS1IYsffwobAzm6tGCQrQBxxkot4c5hnMZLYtZhG92UTu5wvPu8TCIu+TUu TfM0CElCrWf3INq+4QTV8F3gvQcQ56f1WPNozcVFJretamXWL/bb+lPxy3w1khnS0rAw v5ow== MIME-Version: 1.0 X-Received: by 10.140.39.212 with SMTP id v78mr57157336qgv.77.1395443202270; Fri, 21 Mar 2014 16:06:42 -0700 (PDT) Received: by 10.96.66.67 with HTTP; Fri, 21 Mar 2014 16:06:42 -0700 (PDT) Date: Sat, 22 Mar 2014 07:06:42 +0800 Message-ID: Subject: Re: 9.2 ixgbe tx queue hang (packets that exceed 65535bytes in length) From: shiu michael To: markus.gebert@hostpoint.ch, csforgeron@gmail.com Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: freebsd-net@freebsd.org, jfvogel@gmail.com X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Mar 2014 23:06:43 -0000 >Ok, so this isn't a TSO segment then, unless I don't understand how >the csum flags are used, which is quite possible. >Assuming that you printed this out in decimal: >4116->0x1014 >Looking in mbuf.h, 0x1014 is >CSUM_SCTP_VALID | CSUM_FRAGMENT | CSUM_UDP > >alternately, if 4116 is hex, then it is: >CSUM_TCP_IPV6 | CSUM_IP_CHECKED | CSUM_FRAGMENT | CSUM_UDP > >either way, it doesn't appear to be a TCP TSO? >(But you said that disabling TSO fixed the problem, so colour me >confused by this.;-) Maybe Christopher is printing the csum from the last mbuf chain ?? Just 2 cents, Mike