commit | 8f6196f63c46982c095e485a9c73c683d9900a2e | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <jakub.kicinski@netronome.com> | Mon May 21 22:12:43 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed May 23 14:26:18 2018 -0400 |
tree | e45a58a82654fe24c88bb9f28318f6989f58843d | |
parent | e95a5f548945c1c212b92e3b88cfb571a7bb95ca [diff] |
nfp: move rtsym helpers to pf code nfp_net_pf_rtsym_read_optional() and nfp_net_pf_map_rtsym() are not really related to networking code. Move them to the PF code and remove the net from their names. They will soon be needed by code outside of nfp_net_main.c anyway. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>