From owner-svn-src-head@freebsd.org Mon Aug 3 17:23:55 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 67CF59B289F; Mon, 3 Aug 2015 17:23:55 +0000 (UTC) (envelope-from cochard@gmail.com) Received: from mail-la0-x22d.google.com (mail-la0-x22d.google.com [IPv6:2a00:1450:4010:c03::22d]) (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 E057C16D9; Mon, 3 Aug 2015 17:23:54 +0000 (UTC) (envelope-from cochard@gmail.com) Received: by labsr2 with SMTP id sr2so16301950lab.2; Mon, 03 Aug 2015 10:23:52 -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:from:date:message-id :subject:to:cc:content-type; bh=0c2ultnNnatggeGr/e+OGQZXzV7bIV03tMfjusa+Ofc=; b=rpvGcNmka7h2Xrk7hLnMRGIVByz/zcmJj8g5pC8G3rfVG0Up0A3XR0zgS6OgzOnX8i 2Xdl2E4SYLfmDb6W/eRT4+W5nS/hvld69mrqxkg6WXDGzXsOhEGqzqxtY8ZPKcLB9tb7 4lZ2iyI2n7k4HsBjXXmc2FxYxAajgl8PWmOPcxC57Lk6JhNOdZxNMR654S9kbzYOe6YT MVvqXRqlS3Kcw9eoQpLxal+2VW6cSimSLj0gzy7GraI9k3H5yDYdLHDSAbN4lvCqkuxX ZCWWW+FECB984WaOvSd1XsbQvqI95TC2DtWqk40e6UrqSf7VzoXoaLBXkU/BKONtOmqP MXWg== X-Received: by 10.152.36.226 with SMTP id t2mr18120109laj.6.1438622632592; Mon, 03 Aug 2015 10:23:52 -0700 (PDT) MIME-Version: 1.0 Sender: cochard@gmail.com Received: by 10.152.115.140 with HTTP; Mon, 3 Aug 2015 10:23:33 -0700 (PDT) In-Reply-To: References: <201507021810.t62IAgCc003272@repo.freebsd.org> <20150728124220.GW72729@FreeBSD.org> From: =?UTF-8?Q?Olivier_Cochard=2DLabb=C3=A9?= Date: Mon, 3 Aug 2015 19:23:33 +0200 X-Google-Sender-Auth: 95JGL1VvnX5GG4taWzuuNIvGrEo Message-ID: Subject: Re: svn commit: r285051 - head/sys/netinet To: =?UTF-8?Q?Ermal_Lu=C3=A7i?= 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:23:55 -0000 On Mon, Aug 3, 2015 at 7:19 PM, Ermal Lu=C3=A7i wrote: > > > > 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 >>> stats. >>> 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 = on >> switches too) during my benchs. >> > > Then you have to create static ARPs for all your pkt-gen ips :) > =E2=80=8BNo because the static ARP entry correspond to a next-hop router=E2= =80=8B. And all destination IPs generated by pkt-gen are "behind" this next-hop.