Re: Adding Flow Director sysctls to ixgbe(4) (was: netmap: traffic distribution)

2013-10-07 Thread hiren panchasara
On Mon, Oct 7, 2013 at 12:01 AM, Takuya ASADA wrote: > Hi, > > This is updated version of "ixgbetool" patch. I will try to give this a try tomorrow. Cheers, Hiren > Here's improved feature list: > - signature filter list feature available > - user-defined filter can be use with an ATR. > To enabl

Re: Problem with Lenovo SL500

2013-10-07 Thread Kurt Buff
Wow. What a rookie mistake. :( 'ifconfig re0 up' brought it right up. I'll add that line to rc.conf as 'ifconfig_re0="UP"' Thanks, Kurt On Mon, Oct 7, 2013 at 5:33 PM, Yonghyeon PYUN wrote: > On Mon, Oct 07, 2013 at 03:14:58PM -0700, Kurt Buff wrote: >> All, >> >> This machine has for its wi

Re: Problem with Lenovo SL500

2013-10-07 Thread Yonghyeon PYUN
On Mon, Oct 07, 2013 at 03:14:58PM -0700, Kurt Buff wrote: > All, > > This machine has for its wired port a RealTek unit: > > re0: port > 0xe800-0xe8ff mem 0xfcfff000-0xfcff,0xfcfe-0xfcfe irq 19 > at device 0.0 on pci12 > re0: Using 1 MSI-X message > re0: ASPM disabled > re0: Chip re

Re: Re[3]: Assymetric NIC performance problem

2013-10-07 Thread Kevin Oberman
On Mon, Oct 7, 2013 at 8:44 AM, Konstantin Kuzvesov wrote: > > I've got a FreeBSD file server running Samba, file upload speeds are okay, > but downloads are too slow. > First, I decided it is Samba's fault, but then I ran iperf tests... > > On a windows machine with gigabit NIC: > Z:\iperf>iperf

Problem with Lenovo SL500

2013-10-07 Thread Kurt Buff
All, This machine has for its wired port a RealTek unit: re0: port 0xe800-0xe8ff mem 0xfcfff000-0xfcff,0xfcfe-0xfcfe irq 19 at device 0.0 on pci12 re0: Using 1 MSI-X message re0: ASPM disabled re0: Chip rev. 0x3c00 re0: MAC rev. 0x0040 miibus0: on re0 rgephy0: PHY 1 on miib

Re: IPv6 privacy extensions breaks kerberos

2013-10-07 Thread Eric van Gyzen
On 09/22/2013 06:40, Martin Laabs wrote: > I noticed that kerberos stops working when enabling the privacy extension. > This is caused by the changing outgoing IP that does not fit to the dns > name anymore (or do not have a dns record at all) > So every host enabling the privacy extension will be

Re: kern/177184: [bge] [patch] enable wake on lan

2013-10-07 Thread hiren
Synopsis: [bge] [patch] enable wake on lan Responsible-Changed-From-To: hiren->freebsd-net Responsible-Changed-By: hiren Responsible-Changed-When: Mon Oct 7 16:02:38 UTC 2013 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=177184 _

sys/net/radix.h: #define Free(p) for user-land

2013-10-07 Thread Eric van Gyzen
The user-land definition of the Free() macro in sys/net/radix.h is rather inconvenient. I work on a large C++ code-base, where several classes define Free() functions. This header file gets indirectly included in a few modules (via nested #includes), so we have to #undef Free to work around this

Re[3]: Assymetric NIC performance problem

2013-10-07 Thread Konstantin Kuzvesov
I've got a FreeBSD file server running Samba, file upload speeds are okay, but downloads are too slow. First, I decided it is Samba's fault, but then I ran iperf tests... On a windows machine with gigabit NIC: Z:\iperf>iperf -c 192.168.0.1

Re: Assymetric NIC performance problem

2013-10-07 Thread Alexander V. Chernikov
On 07.10.2013 18:59, Konstantin Kuzvesov wrote: Hello, I have a problem with NIC performance. Is this the right place to ask for help? Probably, if you are able to provide some more detailed information :) ___ freebsd-net@freebsd.org mailing list

Assymetric NIC performance problem

2013-10-07 Thread Konstantin Kuzvesov
Hello,   I have a problem with NIC performance. Is this the right place to ask for help? -- Best regards, Konstantin ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "free

Current problem reports assigned to freebsd-net@FreeBSD.org

2013-10-07 Thread FreeBSD bugmaster
Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker

Fwd: Problem with IPSec setup

2013-10-07 Thread fbsd-mbox
Hi all, forwarded from questions@ 'cause no reply received and obviously none expected. Does anyone have a clue why kernel always directs ESP packets via default route (or default gateway in FIB 0), even if there are other FIBs with per-interface routes? I'm stuck with the gateway, which is

Re: Adding Flow Director sysctls to ixgbe(4) (was: netmap: traffic distribution)

2013-10-07 Thread Takuya ASADA
Hi, This is updated version of "ixgbetool" patch. Here's improved feature list: - signature filter list feature available - user-defined filter can be use with an ATR. To enable it, add "hw.ixgbe.cooperative_atr=1" on /boot/loader.conf Usage is as follows: ixgbetool [operation] add_sig_filte