Re: ix(intel) vs mlxen(mellanox) 10Gb performance

2015-08-18 Thread Daniel Braniss
> On Aug 18, 2015, at 12:49 AM, Rick Macklem wrote: > > Daniel Braniss wrote: >> >>> On Aug 17, 2015, at 3:21 PM, Rick Macklem wrote: >>> >>> Daniel Braniss wrote: > On Aug 17, 2015, at 1:41 PM, Christopher Forgeron > wrote: > > FYI, I can regularly hit 9.3 Gib/s with

Re: ix(intel) vs mlxen(mellanox) 10Gb performance

2015-08-18 Thread Rick Macklem
Daniel Braniss wrote: > > > On Aug 18, 2015, at 12:49 AM, Rick Macklem wrote: > > > > Daniel Braniss wrote: > >> > >>> On Aug 17, 2015, at 3:21 PM, Rick Macklem wrote: > >>> > >>> Daniel Braniss wrote: > > > On Aug 17, 2015, at 1:41 PM, Christopher Forgeron > > > > wrote: >

ping from web application

2015-08-18 Thread Marko Cupać
Hi, I use web applicaton (net-mgmt/phpipam) which should have the ability to check hosts' availability via ping. I can even specify path to ping executable. This functionality does not work on FreeBSD by default, and suggested workaround is to set setuid bit on /sbin/ping. I don't like to modify

Re: ix(intel) vs mlxen(mellanox) 10Gb performance

2015-08-18 Thread Hans Petter Selasky
On 08/18/15 14:53, Rick Macklem wrote: If this is just a test machine, maybe you could test with these lines (at about #880) in sys/netinet/tcp_output.c commented out? (It looks to me like this will disable TSO for almost all the NFS writes.) - around line #880 in sys/netinet/tcp_output.c:

Re: ix(intel) vs mlxen(mellanox) 10Gb performance

2015-08-18 Thread Hans Petter Selasky
On 08/18/15 14:53, Rick Macklem wrote: 2572 ifp->if_hw_tsomax = 65518; >2573 ifp->if_hw_tsomaxsegcount = IXGBE_82599_SCATTER; >2574 ifp->if_hw_tsomaxsegsize = 2048; Hi, If IXGBE_82599_SCATTER is the maximum scatter/gather ent

Re: ix(intel) vs mlxen(mellanox) 10Gb performance

2015-08-18 Thread Daniel Braniss
sorry, it’s been a tough day, we had a major meltdown, caused by a faulty gbic :-( anyways, could you tell me what to do? comment out, fix the off by one? the machine is not yet production. thanks, danny > On 18 Aug 2015, at 16:32, Hans Petter Selasky wrote: > > On 08/18/15 14:53, Ric

Re: ping from web application

2015-08-18 Thread Lowell Gilbert
Marko Cupać writes: > I use web applicaton (net-mgmt/phpipam) which should have the ability > to check hosts' availability via ping. I can even specify path to ping > executable. > > This functionality does not work on FreeBSD by default, and suggested > workaround is to set setuid bit on /sbin/p

Issue with /boot/menu.rc.local after 10.2 update

2015-08-18 Thread Cassiano Peixoto
Hi guys, I've been using /boot/menu.rc.local for years to my custom menu option. But after 10.2 update, it's not working anymore. I always get the message "toggle_menuitem not found" on beastie menu. Here is my /boot/menu.rc.local: set optionsmenu_init[7]="init_console" set optionsmenu_caption[7

Re: ix(intel) vs mlxen(mellanox) 10Gb performance

2015-08-18 Thread Slawa Olhovchenkov
On Tue, Aug 18, 2015 at 05:09:41PM +0300, Daniel Braniss wrote: > sorry, it's been a tough day, we had a major meltdown, caused by a faulty > gbic :-( > anyways, could you tell me what to do? > comment out, fix the off by one? > > the machine is not yet production. Can you collect this informat

Re: Swap Questions

2015-08-18 Thread Antony Uspensky
On Mon, 17 Aug 2015, Tim Daneliuk wrote: On 08/17/2015 12:53 PM, Antony Uspensky wrote: On Sat, 15 Aug 2015, Tim Daneliuk wrote: So -L does fix the problem - sort of. The machine picks up the file as additional swap on boot just fine. HWOEVER, when I try to reboot or shut down the host, I g

Re: Swap Questions

2015-08-18 Thread Tim Daneliuk
On 08/18/2015 12:29 PM, Antony Uspensky wrote: > On Mon, 17 Aug 2015, Tim Daneliuk wrote: > >> On 08/17/2015 12:53 PM, Antony Uspensky wrote: >>> On Sat, 15 Aug 2015, Tim Daneliuk wrote: >>> So -L does fix the problem - sort of. The machine picks up the file as additional swap on boot j

Re: ping from web application

2015-08-18 Thread Tom Samplonius
> On Aug 18, 2015, at 7:15 AM, Lowell Gilbert > wrote: > > Marko Cupać writes: > >> I use web applicaton (net-mgmt/phpipam) which should have the ability >> to check hosts' availability via ping. I can even specify path to ping >> executable. >> >> This functionality does not work on FreeBSD

Re: Issue with /boot/menu.rc.local after 10.2 update

2015-08-18 Thread Cassiano Peixoto
I just found out the problem. I don't know who added the following phrase to /boot/menu-commands.4th: only forth definitions Line 31 and 354. It just broke /boot/menu.rc.local as i said before. After removing that everything worked again. Hope it helps someone else. I'm going to open a PR anyway.

Re: [FreeBSD-Announce] FreeBSD Errata Notice FreeBSD-EN-15:12.netstat

2015-08-18 Thread Philip Gollucci
We do not run 32bit. On Tue, Aug 18, 2015 at 4:15 PM, FreeBSD Errata Notices < errata-noti...@freebsd.org> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > > = > FreeBSD-EN-15:12.netstat

Re: [FreeBSD-Announce] FreeBSD Errata Notice FreeBSD-EN-15:12.netstat

2015-08-18 Thread Philip Gollucci
sorry, wrong cc. On Tue, Aug 18, 2015 at 4:25 PM, Philip Gollucci wrote: > We do not run 32bit. > > On Tue, Aug 18, 2015 at 4:15 PM, FreeBSD Errata Notices < > errata-noti...@freebsd.org> wrote: > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA512 >> >> >>

Re: ix(intel) vs mlxen(mellanox) 10Gb performance

2015-08-18 Thread Rick Macklem
Hans Petter Selasky wrote: > On 08/18/15 14:53, Rick Macklem wrote: > > 2572 ifp->if_hw_tsomax = 65518; > >> >2573 ifp->if_hw_tsomaxsegcount = > >> >IXGBE_82599_SCATTER; > >> >2574 ifp->if_hw_tsomaxsegsize = 2048; > > Hi, > > If

Re: ix(intel) vs mlxen(mellanox) 10Gb performance

2015-08-18 Thread Rick Macklem
Hans Petter Selasky wrote: > On 08/18/15 14:53, Rick Macklem wrote: > > If this is just a test machine, maybe you could test with these lines (at > > about #880) > > in sys/netinet/tcp_output.c commented out? (It looks to me like this will > > disable TSO > > for almost all the NFS writes.) > > - a

Panic [page fault] in _ieee80211_crypto_delkey(): stable/10/amd64 @r286878

2015-08-18 Thread David Wolfskill
I was minding my own business in a staff meeting this afternoon, and my laptop rebooted; seems it got a panic. I've copied the core.txt.0 file to , along with a verbose dmesg.boot from this morning and output of "pciconf -l -v". This was runnin

Re: ix(intel) vs mlxen(mellanox) 10Gb performance

2015-08-18 Thread Rick Macklem
Daniel Braniss wrote: > > > On Aug 18, 2015, at 12:49 AM, Rick Macklem wrote: > > > > Daniel Braniss wrote: > >> > >>> On Aug 17, 2015, at 3:21 PM, Rick Macklem wrote: > >>> > >>> Daniel Braniss wrote: > > > On Aug 17, 2015, at 1:41 PM, Christopher Forgeron > > > > wrote: >