[Bug 240320] [ixgbe] [patch] EEE state change causes core dump on X552

2019-09-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240320

Mark Linimon  changed:

   What|Removed |Added

   Assignee|b...@freebsd.org|n...@freebsd.org
   Keywords||patch

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 239443] Intel NIC vs ACPI sleep, network loses

2019-09-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239443

Mason Loring Bliss  changed:

   What|Removed |Added

 Status|New |Closed
 Resolution|--- |DUPLICATE

--- Comment #2 from Mason Loring Bliss  ---
I'm going to close this, as it's a duplicate of:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231828

*** This bug has been marked as a duplicate of bug 231828 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 233622] panic: page not present fault when stopping VIMAGE jail on 12.0-RC2, netgraph

2019-09-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233622

Arne Steinkamm  changed:

   What|Removed |Added

 CC||a...@steinkamm.com

--- Comment #7 from Arne Steinkamm  ---
I can reproduce this panic with 12.0-RELEASE-p7 r350232 and a pretty forward
out-of-the-handbook Jail setup.

This should be enough to get a nasty panic:

Host:
/etc/rc.conf:
[...]
vlans_em0="vlcx0"
create_args_vlcx0="vlan 18"
ifconfig_em0="up"
ifconfig_vlcx0="inet 10.8.8.110 netmask 255.255.255.0"
[...]
jail_enable="YES"
jail_confwarn="YES"
jail_parallel_start="NO"
jail_list="jv"
jail_reverse_stop="YES"

-

/etc/jail.conf:
exec.start = "/bin/sh /etc/rc";
exec.stop = "/bin/sh /etc/rc.shutdown";
exec.clean;

jv {
host.hostname = "julesverne.stk.cx";
path = "/var/local/prison/jv";
exec.clean;
exec.system_user = "root";
exec.jail_user = "root";
vnet;
exec.clean;
vnet.interface = "ng0_jv";
exec.system_user = "root";
exec.jail_user = "root";
exec.prestart += "/l/om/sbin/jng bridge jv em0";
exec.poststop += "/l/om/sbin/jng shutdown jv";

# Standard stuff
exec.consolelog = "/var/local/log/jails/jv_console.log";
mount.devfs;  #mount devfs
allow.raw_sockets;#allow ping-pong
devfs_ruleset="5";#devfs ruleset for this jail
mount.devfs;
}



Jail /etc/rc.conf:
[...]
ifconfig_ng0_jv="up"
vlans_ng0_jv="jjvcx0"
create_args_jjvcx0="vlan 18"
ifconfig_jjvcx0="inet 10.8.8.190 netmask 255.255.255.0"
[...]


/l/om/sbin/jng is a copy of /usr/src/share/examples/jails/jng

This should be everything you need to get exact the panic described in this bug
report.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


Re: 10 Gbps NIC - advice needed

2019-09-03 Thread BulkMailForRudy



I've been using Intel for years and they are great; however, I am 
building a new router and got all Chelsio cards (recommended on various 
tuning posts).


If you just need 2 port copper, get a supermicro board with 10Gbps built 
into the motherboard.


Search for "chelsio freebsd tuning" and just "chelsio freebsd"

Rudy

On 8/29/19 4:41 AM, Robert Heron wrote:

Hi,

I need to use a 10 Gbps, 2 port NIC (copper RJ-45) with FreeBSD 11.3R amd64. 
Which NIC (manufacturer and model) would you recommend as the most trouble-free 
and reliable?
Maybe some Intel?

Robert

  
___

freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"