Re: NULL pointer dereference bug triggered by netmap

2017-07-11 Thread Vincenzo Maffione
Yes. Actually, we would also need one beteween the following two options: 1) Implementing a dummy if_start() for if_loop.c 2) Prevent netmap from using if_loop. Cheers, Vincenzo 2017-07-11 22:05 GMT+02:00 Marius Strobl : > On Thu, Jul 06, 2017 at 02:19:42PM -0700,

[Bug 102035] [plip] plip networking disables parallel port printing

2017-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=102035 Josh Paetzel changed: What|Removed |Added Resolution|--- |Overcome By

Support for X553 (Denverton) Ethernet devices

2017-07-11 Thread Cassiano Peixoto
Hi guys, I've been playing with Denverton, but I realized that ethernet devices wasn't recognized. I found this commit here enabling X553 support on 10-STABLE: http://freshbsd.org/commit/freebsd/r315333 https://reviews.freebsd.org/D9310 I tested on 10-STABLE and worked fined. But on 11-STABLE

memory leaks in 11.0?

2017-07-11 Thread Kajetan Staszkiewicz
Hello, I finally upgraded one of many of my routers to 11.0. Unfortunately after running fine for a month it ran out of memory. "wired" memory slowly grows up to allocating all memory in system when no more memory is left for other programs. Things first get swapped and eventually die. The

Re: memory leaks in 11.0?

2017-07-11 Thread Hans Petter Selasky
On 07/11/17 15:56, Kajetan Staszkiewicz wrote: Hello, I finally upgraded one of many of my routers to 11.0. Unfortunately after running fine for a month it ran out of memory. "wired" memory slowly grows up to allocating all memory in system when no more memory is left for other programs.

Re: memory leaks in 11.0?

2017-07-11 Thread Mike Tancsa
On 7/11/2017 9:56 AM, Kajetan Staszkiewicz wrote: > Hello, > > I finally upgraded one of many of my routers to 11.0. Hi, 11.0 as in 11.0R or 11-STABLE ? I have a number of RELENG_11 boxes running (r316678 to r319309) as routers (with frr, not bird) that are quite stable and no memory

[Bug 100519] [netisr] suggestion to fix suboptimal network polling

2017-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=100519 Josh Paetzel changed: What|Removed |Added Status|In Progress |Closed

Re: memory leaks in 11.0?

2017-07-11 Thread Konstantin Belousov
On Tue, Jul 11, 2017 at 03:56:04PM +0200, Kajetan Staszkiewicz wrote: > `vmstat -z` shows constantly increasing allocation of "512" and "UMA > Slabs". Memory allocated for all pf-related things seems fine. I have > graphite graps for every `vmstat -z` and the icrease on "512" grows > in similar

RE: Support for X553 (Denverton) Ethernet devices

2017-07-11 Thread Cramer, Jeb J
Hi Cassiano, We’ve added support to HEAD and are creating the patch to apply to 11-STABLE as this moment. It should be posted today or maybe tomorrow at the latest. Thanks, -Jeb From: Cassiano Peixoto [mailto:peixotocassi...@gmail.com] Sent: Tuesday, July 11, 2017 6:52 AM To:

Re: Support for X553 (Denverton) Ethernet devices

2017-07-11 Thread Cassiano Peixoto
Hi Jeb, Thank you. Keep me posted to try as soon as it's available. On Tue, Jul 11, 2017 at 1:42 PM, Cramer, Jeb J wrote: > Hi Cassiano, > > We’ve added support to HEAD and are creating the patch to apply to > 11-STABLE as this moment. It should be posted today or

[Bug 41647] ifconfig(8) doesn't accept lladdr along with inet address family

2017-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=41647 Eugene Grosbein changed: What|Removed |Added Resolution|--- |Works As

Re: memory leaks in 11.0?

2017-07-11 Thread Grzegorz Junka
On 11/07/2017 13:56, Kajetan Staszkiewicz wrote: Hello, I finally upgraded one of many of my routers to 11.0. Unfortunately after running fine for a month it ran out of memory. "wired" memory slowly grows up to allocating all memory in system when no more memory is left for other programs.

Re: NULL pointer dereference bug triggered by netmap

2017-07-11 Thread Marius Strobl
On Thu, Jul 06, 2017 at 02:19:42PM -0700, Vincenzo Maffione wrote: > Sure, can anyone commit this? The addition of KASSERTs like the below one to if_handoff() and if_start()? Sure. Marius > > Il 5 lug 2017 4:05 AM, "Marius Strobl" ha scritto: > > > On Mon, Jul 03, 2017 at

[Bug 220611] Fatal trap 12: page fault while in kernel mode (ip6_forward -> log)

2017-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220611 Kristof Provost changed: What|Removed |Added Assignee|freebsd-net@FreeBSD.org

Re: mbuf_jumbo_9k & iSCSI failing

2017-07-11 Thread Ryan Stone
I've just put up a review that fixes mlx4_en to no longer use clusters larger than PAGE_SIZE in its receive path. The patch is based off of the older version of the driver which did the same, but keeps all of the changes to the driver since then (including support for bus_dma). The review can be