linux/net/decnet
Greg Rose c7ac8679be rtnetlink: Compute and store minimum ifinfo dump size
The message size allocated for rtnl ifinfo dumps was limited to
a single page.  This is not enough for additional interface info
available with devices that support SR-IOV and caused a bug in
which VF info would not be displayed if more than approximately
40 VFs were created per interface.

Implement a new function pointer for the rtnl_register service that will
calculate the amount of data required for the ifinfo dump and allocate
enough data to satisfy the request.

Signed-off-by: Greg Rose <gregory.v.rose@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2011-06-09 20:38:07 -07:00
..
netfilter
Kconfig
Makefile
README
TODO
af_decnet.c decnet: Convert to use flowidn where applicable. 2011-03-12 15:08:55 -08:00
dn_dev.c rtnetlink: Compute and store minimum ifinfo dump size 2011-06-09 20:38:07 -07:00
dn_fib.c rtnetlink: Compute and store minimum ifinfo dump size 2011-06-09 20:38:07 -07:00
dn_neigh.c
dn_nsp_in.c
dn_nsp_out.c decnet: Convert to use flowidn where applicable. 2011-03-12 15:08:55 -08:00
dn_route.c rtnetlink: Compute and store minimum ifinfo dump size 2011-06-09 20:38:07 -07:00
dn_rules.c decnet: Convert to use flowidn where applicable. 2011-03-12 15:08:55 -08:00
dn_table.c decnet: Don't leak entries when rebuilding zone. 2011-04-17 20:47:07 -07:00
dn_timer.c
sysctl_net_decnet.c

README

                       Linux DECnet Project
                      ======================

The documentation for this kernel subsystem is available in the
Documentation/networking subdirectory of this distribution and also
on line at http://www.chygwyn.com/DECnet/

Steve Whitehouse <SteveW@ACM.org>