netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Bug: ip utility fails to show routes with large # of multipath next-hops
@ 2020-07-29  0:52 Ashutosh Grewal
  2020-07-29 11:43 ` Ido Schimmel
  0 siblings, 1 reply; 4+ messages in thread
From: Ashutosh Grewal @ 2020-07-29  0:52 UTC (permalink / raw)
  To: davem, netdev

Hello David and all,

I hope this is the correct way to report a bug.

I observed this problem with 256 v4 next-hops or 128 v6 next-hops (or
128 or so # of v4 next-hops with labels).

Here is an example -

root@a6be8c892bb7:/# ip route show 2.2.2.2
Error: Buffer too small for object.
Dump terminated

Kernel details (though I recall running into the same problem on 4.4*
kernel as well) -
root@ubuntu-vm:/# uname -a
Linux ch1 5.4.0-33-generic #37-Ubuntu SMP Thu May 21 12:53:59 UTC 2020
x86_64 x86_64 x86_64 GNU/Linux

I think the problem may be to do with the size of the skbuf being
allocated as part of servicing the netlink request.

static int netlink_dump(struct sock *sk)
{
  <snip>

                skb = alloc_skb(...)

Thanks,
Ashutosh

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-07-31 22:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-29  0:52 Bug: ip utility fails to show routes with large # of multipath next-hops Ashutosh Grewal
2020-07-29 11:43 ` Ido Schimmel
2020-07-29 15:17   ` David Ahern
2020-07-31 22:26     ` Ashutosh Grewal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).