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
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
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
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
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
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
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
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227603
Eugene Grosbein changed:
What|Removed |Added
Resolution|--- |FIXED
Status|In Prog
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.
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
10 matches
Mail list logo