ionic: add new queue features to interface
Add queue feature extensions to prepare for features that can be queue specific, in addition to the general queue features already defined. While we're here, change the existing feature ids from #defines to enum. Signed-off-by: Allen Hubbe <allenbh@pensando.io> Signed-off-by: Shannon Nelson <snelson@pensando.io> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
c2bcb4cf02
commit
57a3a98d7c
@@ -222,6 +222,7 @@ struct ionic_queue {
|
||||
u64 stop;
|
||||
u64 wake;
|
||||
u64 drop;
|
||||
u64 features;
|
||||
struct ionic_dev *idev;
|
||||
unsigned int type;
|
||||
unsigned int hw_index;
|
||||
|
||||
Reference in New Issue
Block a user