[Bug 227760] Race condition in syncache_lookup and syncache_insert in TCP Handshake

2018-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227760 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|n...@freebsd.org -- You are receiv

[Bug 227770] [run] run(4) driver does not support modifying the txpower level using ifconfig(8)

2018-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227770 Mark Linimon changed: What|Removed |Added Assignee|ports-b...@freebsd.org |n...@freebsd.org -- You are receiv

RE: kldload ibcore.ko fails in snapshot: FreeBSD-12.0-CURRENT-amd64-20180329-r331740-disc1

2018-04-26 Thread Somayajulu, David
Thanks Hans and Julian. I did the following and still see the problem #cd /usr/src #make buildworld WITH_OFED=yes #make installworld WITH_OFED=yes #reboot #cd /usr/src #make buildkernel WITH_OFED=yes KERNCONF=MYKERNEL ; MYKERNEL content is shown below in case it is a cause #m

[Bug 227720] Kernel panic in ppp server

2018-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227720 --- Comment #8 from Eugene Grosbein --- (In reply to Matt Allanson from comment #7) This is not very useful. You should have kernel.debug in the kernel build directory, do you? It is used to obtain kgdb backtrace. -- You are receiving th

[Bug 227720] Kernel panic in ppp server

2018-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227720 --- Comment #7 from Matt Allanson --- #1 0x804c06b5 in mi_switch () #2 0x804ff2da in sleepq_wait () #3 0x804c0231 in _sleep () #4 0x80504211 in taskqueue_thread_loop () #5 0x804844e5 in fork_exit

Re: NETGRAPH- bridge vlans using netgraph help

2018-04-26 Thread Eugene Grosbein
27.04.2018 0:58, Abdullah Tariq wrote: > I am trying to make 2 systems connected to freebsd box directly to be able > to communicated with each other. Explanation diagram is attached > > ifconfig vlan2 create vlan 5 vlandev igb5 > ifconfig vlan3 create vlan 5 vlandev igb6 > ifconfig bridge10 crea

NETGRAPH- bridge vlans using netgraph help

2018-04-26 Thread Abdullah Tariq
I am trying to make 2 systems connected to freebsd box directly to be able to communicated with each other. Explanation diagram is attached ifconfig vlan2 create vlan 5 vlandev igb5 ifconfig vlan3 create vlan 5 vlandev igb6 ifconfig bridge10 create addm vlan2 addm vlan3 up as explained to me on

[Bug 227603] [panic] r323477: Sleeping thread owns a non-sleepable lock

2018-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227603 Eugene Grosbein changed: What|Removed |Added Resolution|--- |FIXED Status|In Prog

[Bug 227603] [panic] r323477: Sleeping thread owns a non-sleepable lock

2018-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227603 --- Comment #4 from Stephen Hurd --- How's it looking? -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-net@freebsd.org mailing list https://lists.freebsd.

Re: mlx5(4) jumbo receive

2018-04-26 Thread Konstantin Belousov
On Wed, Apr 25, 2018 at 04:04:13PM -0400, Ryan Stone wrote: > On Tue, Apr 24, 2018 at 4:55 AM, Konstantin Belousov > wrote: > > +#ifndef MLX5E_MAX_RX_BYTES > > +#defineMLX5E_MAX_RX_BYTES MCLBYTES > > +#endif > > Why do you use a 2KB buffer rather than a PAGE_SIZE'd buffer? > MJUMPAGESIZE