From owner-freebsd-ipfw@freebsd.org Thu Aug 31 12:10:39 2017 Return-Path: Delivered-To: freebsd-ipfw@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 8B1C1E1D649 for ; Thu, 31 Aug 2017 12:10:39 +0000 (UTC) (envelope-from graham@menhennitt.com.au) Received: from homiemail-a47.g.dreamhost.com (sub5.mail.dreamhost.com [208.113.200.129]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 71C3D759F9 for ; Thu, 31 Aug 2017 12:10:38 +0000 (UTC) (envelope-from graham@menhennitt.com.au) Received: from homiemail-a47.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a47.g.dreamhost.com (Postfix) with ESMTP id 49AF41B02 for ; Thu, 31 Aug 2017 05:10:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=menhennitt.com.au; h= subject:to:references:from:message-id:date:mime-version :in-reply-to:content-type:content-transfer-encoding; s= menhennitt.com.au; bh=BbE7UjGXN1h0ZaMz1MbKn5tLvTI=; b=k+ICl5cZmH ZV1jGvqmXA20KSBxSqP4Z3tTYxQl4SLdjVc4lxrNmSqkbL7zmmeHHFKzla81BaCP fDR7EEGkqhu8ypj7vhroSXoe8+3XG2g5eml+x7ZxT4YqpMSlw0nqdImLv/NudL6l L/I+EBnIlZkLxvFylD/Y025OnXu9if2Rc= Received: from [203.2.73.68] (c122-107-208-156.mckinn3.vic.optusnet.com.au [122.107.208.156]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: graham@menhennitt.com.au) by homiemail-a47.g.dreamhost.com (Postfix) with ESMTPSA id D179E1F39 for ; Thu, 31 Aug 2017 05:10:31 -0700 (PDT) Subject: Re: ipfw kernel NAT performance much worse in 11-Stable than 10-Stable To: freebsd-ipfw@freebsd.org References: <87b38492-da4b-316f-37c2-e1043c2adee4@yandex.ru> From: Graham Menhennitt Message-ID: <580bc972-7800-96ff-c190-0be176c22d77@menhennitt.com.au> Date: Thu, 31 Aug 2017 22:10:30 +1000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <87b38492-da4b-316f-37c2-e1043c2adee4@yandex.ru> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Aug 2017 12:10:39 -0000 On 31/08/2017 20:03, Andrey V. Elsukov wrote: > On 31.08.2017 13:01, Andrey V. Elsukov wrote: >>> Does anybody please have any ideas on this, please? >> Can you show the output of `ifconfig igb1 | grep flags` on stable/10 >> and stable/11? > Sorry, I wanted to write `ifconfig igb1 | grep options`. Thanks for replying Andrey. On 10-Stable, the interface is re1. The output of 'ifconfig re1 | grep options' is: options=8209b nd6 options=29 On 11-Stable (the one with the problems), it's igb1 and the output of 'ifconfig igb1 | grep options' is: options=6403bb nd6 options=29 Thanks again for your help, Graham