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 3D9CB45AEE; Wed, 9 Oct 2024 08:48:15 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CAEFF40612; Wed, 9 Oct 2024 08:48:14 +0200 (CEST) Received: from stargate.chelsio.com (stargate.chelsio.com [12.32.117.8]) by mails.dpdk.org (Postfix) with ESMTP id 4B23D402BC for ; Wed, 9 Oct 2024 08:48:13 +0200 (CEST) Received: from localhost (sreekanth.asicdesigners.com [10.193.177.208] (may be forged)) by stargate.chelsio.com (8.14.7/8.14.7) with ESMTP id 4996m9el006770; Tue, 8 Oct 2024 23:48:10 -0700 Date: Wed, 9 Oct 2024 12:17:59 +0530 From: Potnuri Bharat Teja To: Stephen Hemminger Cc: David Marchand , dev@dpdk.org Subject: Re: [PATCH v3 5/5] net/cxgbe: use rte macro instead of GCC attribute Message-ID: References: <1709075273-6885-1-git-send-email-roretzla@linux.microsoft.com> <1709763287-10713-1-git-send-email-roretzla@linux.microsoft.com> <1709763287-10713-6-git-send-email-roretzla@linux.microsoft.com> <20241007131830.78f997a2@hermes.local> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20241007131830.78f997a2@hermes.local> 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 Monday, October 10/07/24, 2024 at 13:18:30 -0700, Stephen Hemminger wrote: > On Thu, 13 Jun 2024 16:05:10 +0200 > David Marchand wrote: > > > On Thu, Jun 13, 2024 at 3:44 PM David Marchand > > wrote: > > > > > > On Wed, Jun 12, 2024 at 10:16 AM David Marchand > > > wrote: > > > > > > > > On Wed, Mar 6, 2024 at 11:14 PM Tyler Retzlaff > > > > wrote: > > > > > > > > > > Use existing __rte_may_alias macro from rte_common.h instead of > > > > > directly using __attribute__((__may_alias__)). > > > > > > > > > > Signed-off-by: Tyler Retzlaff > > > > > --- > > > > > drivers/net/cxgbe/base/common.h | 2 +- > > > > > drivers/net/cxgbe/base/t4_hw.c | 2 +- > > > > > drivers/net/cxgbe/base/t4vf_hw.c | 2 +- > > > > > 3 files changed, 3 insertions(+), 3 deletions(-) > > > > > > > > Adding cxgbe maintainer. > > > > > > > > This patch is touching base/ driver code. > > > > Rahul, is this change ok for you? > > > > > > I got a bounce on the previous mail. > > > Trying again. > > > > So again, no luck. > > I tried to contact some people at chelsio. > > > > I'll keep this patch on hold for now but apply the rest of the series. > > > > > > Cleaning up the outstanding patch list. > > Could we get an ack from the new maintainer? reviewed it here: https://lore.kernel.org/dpdk-dev/98CBD80474FA8B44BF855DF32C47DC35E9F2D8@smartserver.smartshare.dk/T/#m61bf7e81f61ce7d713872184d033078f37f903bb Reviewed-by: Potnuri Bharat Teja