[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130419005217.GD27889@order.stressinduktion.org>
Date: Fri, 19 Apr 2013 02:52:17 +0200
From: Hannes Frederic Sowa <hannes@...essinduktion.org>
To: Jesper Dangaard Brouer <brouer@...hat.com>
Cc: Eric Dumazet <eric.dumazet@...il.com>,
"David S. Miller" <davem@...emloft.net>, netdev@...r.kernel.org
Subject: Re: [net-next PATCH 2/3] net: fix enforcing of fragment queue hash list depth
On Thu, Apr 18, 2013 at 11:38:00PM +0200, Jesper Dangaard Brouer wrote:
> - if (PTR_ERR(q) == -ENOBUFS)
> - LIMIT_NETDEBUG(KERN_WARNING "%s%s", prefix, msg);
> + LIMIT_NETDEBUG(KERN_WARNING "%s(): Fragment hash bucket"
> + " list length grew over limit (len %d),"
> + " Dropping another fragment.\n",
> + __func__, depth);
> + }
Simple nice-to-have thingie: Do you see a simple possibility to add the
user (e.g. ipv6/ipv6-netfilter/ipv4) to the warning?
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists