commit | 05f294a852358a46d9236cc777901f49a4f0ae85 | [log] [tgz] |
---|---|---|
author | Vivien Didelot <vivien.didelot@gmail.com> | Mon Oct 21 16:51:29 2019 -0400 |
committer | Jakub Kicinski <jakub.kicinski@netronome.com> | Tue Oct 22 12:37:07 2019 -0700 |
tree | 94bdc5aa04031d3c601b7a820339d0ddb0a5a2cf | |
parent | d5a619bf60ecf910175606921b4610a2842c635e [diff] |
net: dsa: allocate ports on touch Allocate the struct dsa_port the first time it is accessed with dsa_port_touch, and remove the static dsa_port array from the dsa_switch structure. Signed-off-by: Vivien Didelot <vivien.didelot@gmail.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>