From owner-freebsd-net@FreeBSD.ORG Thu Feb 6 19:02:48 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 F199F161; Thu, 6 Feb 2014 19:02:48 +0000 (UTC) Received: from mail-ee0-x22c.google.com (mail-ee0-x22c.google.com [IPv6:2a00:1450:4013:c00::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 59A2F1977; Thu, 6 Feb 2014 19:02:48 +0000 (UTC) Received: by mail-ee0-f44.google.com with SMTP id c13so1089327eek.17 for ; Thu, 06 Feb 2014 11:02:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=NxhefCz82z65FdfiO5TqhMFUT8HcuIpiJ+Ror8Nq36k=; b=sP657Uw4rPINvRjFhgX1XvGRdjY4OsXbFnJelptx+2wqohwbEcet4v0h46W0aRPa9F 32gmg3CnO/rGLscAhSEB5Mr6793+2OuL7DzM9mpdhF0jffsDGgQcwTswPEisuZnMQBTn CqihgWTjZTsfUCWKUyLAuB+3xYOS9XkmieffFRDUFCcDWkLlNEB9moGdr95YCkdpiVMc nrDVsW1qp6jjURw7ezb8HfJdwDqD/+H4cAoR+v1J+pt+pBaS4xxWwl5ES4NaFM25BuMZ hli3Y0mRTLgM/YvCumr4vNOjf5l7/oBLiAz2feWqXi851Rn8zNd4CGpx+WZEECuy7lo6 LV2A== MIME-Version: 1.0 X-Received: by 10.14.127.200 with SMTP id d48mr10976478eei.9.1391713366788; Thu, 06 Feb 2014 11:02:46 -0800 (PST) Received: by 10.14.65.4 with HTTP; Thu, 6 Feb 2014 11:02:46 -0800 (PST) In-Reply-To: References: Date: Thu, 6 Feb 2014 11:02:46 -0800 Message-ID: Subject: Re: Errors using span interface on if_bridge(4) From: hiren panchasara To: "freebsd-net@freebsd.org" , Jack F Vogel Content-Type: text/plain; charset=UTF-8 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: Thu, 06 Feb 2014 19:02:49 -0000 On Sun, Feb 2, 2014 at 11:25 PM, hiren panchasara wrote: > If I start tcpdump on > interface again, the dev.ix.3.mac_stats.checksum_errs starts going up. > Stopping tcpdump would stop the counter from incrementing. > > Why is that happening? I have no clue. How/why is tcpdump affecting > this interface traffic stats in such a way? Found the reason: http://www.wireshark.org/faq.html#q11.1 http://sandilands.info/sgordon/segmentation-offloading-with-wireshark-and-ethtool Putting an end to arguably the longest monologue on -net :-) cheers, Hiren