From: Jakub Kicinski <jakub.kicin...@netronome.com> Date: Mon, 26 Aug 2019 15:15:52 -0700
> Weren't there multiple problems with the size of the RTM_NEWLINK > notification already? Adding multiple sizeable strings to it won't > help there either :S Indeed. We even had situations where we had to make the information provided in a newlink dump opt-in when we added VF info because the buffers glibc was using at the time were too small and this broke so much stuff. I honestly think that the size of link dumps are out of hand as-is.