[PATCH] net/ixgbe: fix inverted test and set conditional

Tyler Retzlaff roretzla at linux.microsoft.com
Thu Jun 15 21:30:01 CEST 2023


net/ixgbe: fix inverted test and set conditional

I either dropped `!` in the offending series or just failed to notice that
the return value for __atomic_test_and_set is inverted relative to
rte_atomic32_test_and_set.

Tyler Retzlaff (1):
  net/ixgbe: fix inverted test and set conditional

 drivers/net/ixgbe/ixgbe_ethdev.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
1.8.3.1



More information about the dev mailing list