X-Original-To: alpine-devel@lists.alpinelinux.org Received: from mx0b-0013ba01.pphosted.com (mx0a-0013ba01.pphosted.com [67.231.149.77]) by lists.alpinelinux.org (Postfix) with ESMTP id 98B3D5C58C2 for ; Thu, 18 Oct 2018 13:06:32 +0000 (GMT) Received: from pps.filterd (m0084498.ppops.net [127.0.0.1]) by mx0a-0013ba01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w9ID32WA025992 for ; Thu, 18 Oct 2018 09:06:32 -0400 Received: from lz-cismta02.battelle.org (lp-mail02.battelle.org [131.167.218.51]) by mx0a-0013ba01.pphosted.com with ESMTP id 2n3bkupfft-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 18 Oct 2018 09:06:32 -0400 Received: from WP-EX01.milky-way.battelle.org (wp-ex01.milky-way.battelle.org [10.50.8.131]) by lz-cismta02.battelle.org (Postfix) with ESMTP id 92BA480004 for ; Thu, 18 Oct 2018 09:06:31 -0400 (EDT) Received: from WP-EX04.milky-way.battelle.org (10.50.8.134) by WP-EX01.milky-way.battelle.org (10.50.8.131) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1531.3; Thu, 18 Oct 2018 09:06:31 -0400 Received: from WP-EX04.milky-way.battelle.org ([10.50.8.134]) by WP-EX04.milky-way.battelle.org ([10.50.8.134]) with mapi id 15.01.1531.003; Thu, 18 Oct 2018 09:06:31 -0400 From: "Hosom, Stephen M" To: "alpine-devel@lists.alpinelinux.org" Subject: [alpine-devel] ixgbe odd behavior Thread-Topic: ixgbe odd behavior Thread-Index: AQHUZuGVoARm0CF9Nkm3jiCxz+rjPA== Date: Thu, 18 Oct 2018 13:06:31 +0000 Message-ID: <0eefb05834c74fad820a7f623714b78f@battelle.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.50.8.6] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:,, definitions=2018-10-17_15:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=1 classifier= adjust=0 reason=forced scancount=1 engine=8.0.1-1807170000 definitions=main-1810180117 I'm seeing an extraordinarily odd behavior with ixgbe on Alpine: Using the command "ethtool -K tx off" to disable tcp checksum offload= ing on an ixgbe device results in no longer seeing any tcp traffic on that = interface until the next reboot. I can't find anywhere that would indicate that this is defined behavior. On= other distributions, disabling checksum offloading only does just that. It's entirely possible that doing a rmmod and modprobe to reload ixgbe migh= t fix the issue, but this system uses ixgbe for its management port, so its= simpler to just reboot. I thought that this might be an issue with Alpine's build of the ixgbe modu= le, so I rebuilt the module with the source provided by intel and replicate= d the issue on version too. The ixgbe device that I'm using is an Intel X71= 0-DA2 and the use-case is for packet capture / IDS. uname -a Linux somehost 4.14.69-0-vanilla #1-Alpine SMP Mon Sep 10 19:33:23 UTC 2018= x86_64 Linux cat /etc/alpine-release 3.8.1 Anyone have any thoughts? This certainly seems like a bug to me, but if it = is defined behavior and there's a work-around, I'd be perfectly happy with = that too. --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---