From owner-svn-src-head@freebsd.org Mon Aug 3 17:19:09 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D92229B2768; Mon, 3 Aug 2015 17:19:09 +0000 (UTC) (envelope-from ermal.luci@gmail.com) Received: from mail-yk0-x231.google.com (mail-yk0-x231.google.com [IPv6:2607:f8b0:4002:c07::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9642A11B0; Mon, 3 Aug 2015 17:19:09 +0000 (UTC) (envelope-from ermal.luci@gmail.com) Received: by ykdu72 with SMTP id u72so116104601ykd.2; Mon, 03 Aug 2015 10:19:08 -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:date:message-id:subject :from:to:cc:content-type; bh=brxDrrDyqQy7Sa1Ex/0icekjfq7XN+/qYXgaNjhxfGk=; b=IX3AwqeOmrLJ1zaYJYuKcChoK2ceWZbSPZxHyvM67icTYWKOAV8biwcHAgW406V3uY 9ZEDXt/b87IwlvQLfQlE22K4Rhsk4FAgfTEUYPHnc+quPJGu4s+epNt+sGWRu2KsV88t k7UunQQp+pfDYPnE2kDNuOY/LIsclUHGARJx9iakS04pYCUU/4HawZRB/ukK+PUh+HTM F8rRBeApqAUfuMtlB2j0ZWQW4rdBnFb0U8lpyg3ThbW7PUkR/wy0is9OoPrEXlyNr7HQ Ct9ycrElE0T1I/Ap15Mzyo0jwNHH2Vf39pZAq0vnsvXVTDCndkRCkUzSNJxKwQqtLcIH s6KQ== MIME-Version: 1.0 X-Received: by 10.170.98.84 with SMTP id p81mr22012303yka.128.1438622348741; Mon, 03 Aug 2015 10:19:08 -0700 (PDT) Sender: ermal.luci@gmail.com Received: by 10.129.83.139 with HTTP; Mon, 3 Aug 2015 10:19:08 -0700 (PDT) In-Reply-To: References: <201507021810.t62IAgCc003272@repo.freebsd.org> <20150728124220.GW72729@FreeBSD.org> Date: Mon, 3 Aug 2015 19:19:08 +0200 X-Google-Sender-Auth: SA-mB18T0RISWUy8MwNXJlZkoWc Message-ID: Subject: Re: svn commit: r285051 - head/sys/netinet From: =?UTF-8?Q?Ermal_Lu=C3=A7i?= To: =?UTF-8?Q?Olivier_Cochard=2DLabb=C3=A9?= Cc: Gleb Smirnoff , svn-src-head , svn-src-all , src-committers Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Aug 2015 17:19:09 -0000 On Mon, Aug 3, 2015 at 5:18 PM, Olivier Cochard-Labb=C3=A9 wrote: > On Mon, Aug 3, 2015 at 5:05 PM, Ermal Lu=C3=A7i wrote: > >> Hello Olivier, >> >> its strange seeing so much contention on the arp tables on your PMC stat= s. >> Do you run ping(to prepopulate arp) or static arp to remove the noise >> from that interaction? >> > > =E2=80=8BI'm using static ARP on my devices (and static MAC assignement o= n > switches too) during my benchs. > Then you have to create static ARPs for all your pkt-gen ips :) > =E2=80=8B > > >> >> Also do you run with flowtable active? >> > > =E2=80=8BNo I didn't have "options FLOWTABLE" in my kernel. > > Regards, > > Olivier > > --=20 Ermal