From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id A995D42CC9; Thu, 15 Jun 2023 21:30:12 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3725B40E0F; Thu, 15 Jun 2023 21:30:12 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id A93AB40A8B for ; Thu, 15 Jun 2023 21:30:10 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1086) id E08D720FEA3E; Thu, 15 Jun 2023 12:30:09 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com E08D720FEA3E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1686857409; bh=ft/dz31Hz5mS58Edh0IwIxFgFeMvlsOdSltjsxjm2q4=; h=From:To:Cc:Subject:Date:From; b=XLArmz8RR9OCSvsK4FCAJWoCrUUhDuH4+TNRbDVRFU6XgqK5qpkJr6QqkPHzuG3N4 KxCHwiq5xXIZTox0vWOsFEyq/vieP/v4fUdm6xmWFMYdtBDriaMc5p5v3DmaKs+Awz CJv1tyjWSkdkJTVT93zNx6Z1l5rKiAPMIAE+1Xps= From: Tyler Retzlaff To: dev@dpdk.org Cc: Qiming Yang , Wenjun Wu , mb@smartsharesystems.com, Tyler Retzlaff Subject: [PATCH] net/ixgbe: fix inverted test and set conditional Date: Thu, 15 Jun 2023 12:30:01 -0700 Message-Id: <1686857402-29916-1-git-send-email-roretzla@linux.microsoft.com> X-Mailer: git-send-email 1.8.3.1 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org 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