commit | 827deea9bcd8fec3b6c0acf0178a5c508f3dfbe1 | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <jakub.kicinski@netronome.com> | Thu Apr 07 19:39:39 2016 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Apr 08 15:26:04 2016 -0400 |
tree | ddbdd8f4cee296b26e93fa87143231d14bc8779b | |
parent | 73725d9dfd99c5bb1da4d25bbe980231aa48d251 [diff] |
nfp: cleanup tx ring flush and rename to reset Since we never used flush without freeing the ring later the functionality of the two operations is mixed. Rename flush to ring reset and move there all the things which have to be done after FW ring state is cleared. While at it do some clean-ups. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>