> > "ip addr show" command execute error when we have a physical network > > card with number of VFs larger than 247. > > Oh man, this bug has been hurting us forever and I've tried to fix it several > times without much luck, so thanks for working on it! > > CC: David Ahern <dsah...@gmail.com> > > As he's mentioned this bug. > ...... > Kernel documentation says for you to use your real name, please do so, > unless you're a rock star and have officially changed your name to zhudi. >
May be I should use name such as di.zhu to avoid unnecessary problem :) > > --- > > include/linux/netlink.h | 2 +- > > net/core/rtnetlink.c | 8 ++++---- > > 2 files changed, 5 insertions(+), 5 deletions(-) > > Does it work without any changes to iproute2? The patch only change the internal data struct currently only used by netlink_dump_start() function. So I think this patch has not effects on iproute2 or other packages