Date: Thu, 31 Aug 2017 22:10:30 +1000 From: Graham Menhennitt <graham@menhennitt.com.au> To: freebsd-ipfw@freebsd.org Subject: Re: ipfw kernel NAT performance much worse in 11-Stable than 10-Stable Message-ID: <580bc972-7800-96ff-c190-0be176c22d77@menhennitt.com.au> In-Reply-To: <87b38492-da4b-316f-37c2-e1043c2adee4@yandex.ru> References: <ca7be746-ff34-b7d6-1cae-02246066c83d@menhennitt.com.au> <ee7cbcc1-bb7a-02cc-fb73-247441b5935b@yandex.ru> <87b38492-da4b-316f-37c2-e1043c2adee4@yandex.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
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<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_MAGIC,LINKSTATE> nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> On 11-Stable (the one with the problems), it's igb1 and the output of 'ifconfig igb1 | grep options' is: options=6403bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,VLAN_HWTSO,RXCSUM_IPV6,TXCSUM_IPV6> nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> Thanks again for your help, Graham
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?580bc972-7800-96ff-c190-0be176c22d77>