[Bug 217156] Kernel panic using Netmap with selected NIC queue

2017-02-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217156 Sean Bruno changed: What|Removed |Added Assignee|freebsd-net@FreeBSD.org |sbr...@freebsd.org CC

[Bug 217156] Kernel panic using Netmap with selected NIC queue

2017-02-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217156 Mark Linimon changed: What|Removed |Added Assignee|freebsd-b...@freebsd.org|freebsd-net@FreeBSD.org

[Bug 217214] frequent panics in tcp_output/sbsndptr

2017-02-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217214 --- Comment #2 from G. Paul Ziemba --- (In reply to Hiren Panchasara from comment #1) Thank you for your input. Yes, I am running VirtualBox, but just to be clear, the panics are occurring on the host system, not the guest. I have rebuilt

[Bug 217214] frequent panics in tcp_output/sbsndptr

2017-02-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217214 Hiren Panchasara changed: What|Removed |Added Assignee|freebsd-b...@freebsd.org|freebsd-net@FreeBSD.org --- Com

Re: netmap_mem_get_info

2017-02-18 Thread Vincenzo Maffione
For each netmap memory area (in this case you use only the global one): - if_num must be >= of the total number of NIOCREGIF on the netmap memory area. The default is 100 and it should be ok. - Then you have to count how many TX and RX rings you use in total in all the interfaces you NIOCREGIF'd