Weiguo Li f69467177f net/txgbe: fix queue statistics mapping
Since boolean value is in 0 and 1, it's strange to combines a boolean
value with a bit operator.

Thus it's highly possible a typo error with "if (A & !B)", and more
probably to use "if (A & ~B)" instead.

Fixes: c1d4e9d37abd ("net/txgbe: add queue stats mapping")
Cc: stable@dpdk.org

Signed-off-by: Weiguo Li <liwg06@foxmail.com>
Acked-by: Jiawen Wu <jiawenwu@trustnetic.com>
2022-03-02 18:28:49 +01:00
..
2022-02-23 14:58:22 +01:00
2021-04-29 17:01:06 +02:00
2021-04-29 17:01:06 +02:00
2021-10-22 18:15:38 +02:00
2022-02-27 21:26:06 +01:00
2021-04-29 17:01:06 +02:00
2022-02-23 14:58:22 +01:00
2022-02-27 21:26:06 +01:00
2021-04-29 17:01:06 +02:00
2022-02-27 21:26:06 +01:00
2021-10-22 18:15:38 +02:00
2021-10-22 18:15:38 +02:00
2021-08-17 08:37:52 +02:00