ionic: remove debug stats
These debug stats are not really useful, their collection is likely detrimental to performance, and they suck up a lot of memory which never gets used if no one ever enables the priv-flag to print them, so just remove these bits. 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
cfb5d7b781
commit
ebc792e26c
@@ -220,9 +220,6 @@ struct ionic_queue {
|
||||
unsigned int num_descs;
|
||||
unsigned int max_sg_elems;
|
||||
u64 features;
|
||||
u64 dbell_count;
|
||||
u64 stop;
|
||||
u64 wake;
|
||||
u64 drop;
|
||||
struct ionic_dev *idev;
|
||||
unsigned int type;
|
||||
@@ -269,7 +266,6 @@ struct ionic_cq {
|
||||
bool done_color;
|
||||
unsigned int num_descs;
|
||||
unsigned int desc_size;
|
||||
u64 compl_count;
|
||||
void *base;
|
||||
dma_addr_t base_pa;
|
||||
} ____cacheline_aligned_in_smp;
|
||||
|
||||
Reference in New Issue
Block a user