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 64F0E45BC6; Thu, 24 Oct 2024 18:41:52 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E493B434F5; Thu, 24 Oct 2024 18:41:51 +0200 (CEST) Received: from mail-pg1-f182.google.com (mail-pg1-f182.google.com [209.85.215.182]) by mails.dpdk.org (Postfix) with ESMTP id 24A194025C for ; Thu, 24 Oct 2024 18:41:50 +0200 (CEST) Received: by mail-pg1-f182.google.com with SMTP id 41be03b00d2f7-7ae3d7222d4so766647a12.3 for ; Thu, 24 Oct 2024 09:41:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20230601.gappssmtp.com; s=20230601; t=1729788109; x=1730392909; darn=dpdk.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:from:to:cc:subject:date :message-id:reply-to; bh=T2ecMrPRpwpRHvsd9D4mCpn8BYk6n4EoZrgJ0N3VuwA=; b=0wGTaYYMcm+bXnSbbDeliVE53a/p06eQ9fkFFcn2lvLlOITQTcT7Puek06FIGhHnEC J6sSb40zHc9lpVuVChtTfNmt0dqj5hgS9RszCp9297tVqu3karsv8hdmZ9jAJ/JQ3y59 AM+8M1bdImrP+ROaouZQBJohbqWGum0vwtaajGjAUulJ4l7akoNqknBSaVrL18Y/Cy6c SL3R/231xFFiCcKeC/fDqYpS2JwaMMm/eMXsorvwddfZk+JiVl939FlGUfxZbNhT2db2 TcpKXGlhy78yTEt/wAgAbXnSadeAXi+xJkxQ3wwSyZ99dHVdWmzlvxVmjknVVOPMBvhg 7A4Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1729788109; x=1730392909; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=T2ecMrPRpwpRHvsd9D4mCpn8BYk6n4EoZrgJ0N3VuwA=; b=rIr3rA9Sv2LaBEonTHD4KgVTemF8ehlpkybgJEmdpHPvvJbxOQ6rUgsL1VCCC0b41r RZVPD03D0ZeDGl0bU1GRkq5Ypnx2/YugsbT5HzJz9sZz+TKMo9kAzXrf+HOfrz+Lnpt3 wcSh5Y+8gW83kj7qxPW27T9IfkV13FytjaHOHTf5q4ClThzapKtaBEVrwVE3ISuTjVVK eYFAE/zdvt+EW5422PsxiviOftwD8DBW+W5yzpHi7TrAlvOP0GhlHufjGmHQyzTAVwoP 8d109Te+LxAB9+6JAPNdQZNM0DOZMoFgcGmpT2Ra07PMq2DzGvM+F2Gk9d5nBFvvGfs1 G0tw== X-Gm-Message-State: AOJu0YwV+wlSzuJPUyt4Bz05oLqqJaTLjxHnrJonqrhOt1bM1t0tNfyb jFCm9awqOz+KETTi5yC1zYmknxi2h+2kZOf5YLiRStXPsNAb2jfZyg2nIgRyX2gvNHCaAj0U414 2 X-Google-Smtp-Source: AGHT+IEZkPcpPrdb7Ukkn+jjP1WP69F1zWIvL6VF9i6Nakj+SNjrHDfhIqsCKfSzlBNfhLWx0ZL+tg== X-Received: by 2002:a05:6a20:9f43:b0:1d9:22c1:1235 with SMTP id adf61e73a8af0-1d978b2c5a4mr8754445637.22.1729788108931; Thu, 24 Oct 2024 09:41:48 -0700 (PDT) Received: from hermes.local (204-195-96-226.wavecable.com. [204.195.96.226]) by smtp.gmail.com with ESMTPSA id d2e1a72fcca58-71ec1312d48sm8168230b3a.28.2024.10.24.09.41.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 24 Oct 2024 09:41:48 -0700 (PDT) Date: Thu, 24 Oct 2024 09:41:47 -0700 From: Stephen Hemminger To: Morten =?UTF-8?B?QnLDuHJ1cA==?= Cc: dev@dpdk.org Subject: Re: [PATCH v4] ethdev: TEST support single queue per port Message-ID: <20241024094147.0c48190f@hermes.local> In-Reply-To: <20241024145550.985298-1-mb@smartsharesystems.com> References: <20241024145550.985298-1-mb@smartsharesystems.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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 On Thu, 24 Oct 2024 14:55:50 +0000 Morten Br=C3=B8rup wrote: > diff --git a/drivers/net/bnxt/bnxt_ethdev.c b/drivers/net/bnxt/bnxt_ethde= v.c > index 1f7c0d77d5..f34a953ecd 100644 > --- a/drivers/net/bnxt/bnxt_ethdev.c > +++ b/drivers/net/bnxt/bnxt_ethdev.c > @@ -842,6 +842,8 @@ static int bnxt_alloc_prev_ring_stats(struct bnxt *bp) > return -ENOMEM; > } > =20 > +#pragma GCC push_options > +#pragma GCC optimize("no-peel-loops") > static int bnxt_start_nic(struct bnxt *bp) > { > struct rte_pci_device *pci_dev =3D RTE_ETH_DEV_TO_PCI(bp->eth_dev); > @@ -1006,6 +1008,7 @@ static int bnxt_start_nic(struct bnxt *bp) > =20 > return rc; > } > +#pragma GCC pop_options What is the warning, I hate pragma's they are technical debt.