DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] net/ixgbe: fix inverted test and set conditional
@ 2023-06-15 19:30 Tyler Retzlaff
  2023-06-15 19:30 ` Tyler Retzlaff
  0 siblings, 1 reply; 6+ messages in thread
From: Tyler Retzlaff @ 2023-06-15 19:30 UTC (permalink / raw)
  To: dev; +Cc: Qiming Yang, Wenjun Wu, mb, Tyler Retzlaff

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-06-19 16:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-15 19:30 [PATCH] net/ixgbe: fix inverted test and set conditional Tyler Retzlaff
2023-06-15 19:30 ` Tyler Retzlaff
2023-06-16  1:59   ` Chen, LingliX
2023-06-19  7:53   ` David Marchand
2023-06-19  8:19     ` Morten Brørup
2023-06-19 16:27       ` Tyler Retzlaff

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).