commit | 79c12a752cea61d41fd2f95600eaaaaafb99fe9e | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <jakub.kicinski@netronome.com> | Fri Mar 10 10:38:27 2017 -0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Mar 12 23:43:17 2017 -0700 |
tree | 92a69f00879b62fa956310e58a27b550b5f720da | |
parent | 6dc6826f873cb7e73d9ebef7500d3d3f805533fd [diff] |
nfp: separate data path information from the reset of adapter structure Move all data path information into a separate structure. This way we will be able to allocate new data path with all new rings etc. and swap it in easily. No functional changes. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>