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 BA6B74264D for ; Wed, 27 Sep 2023 06:59:22 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B1CF1402D8; Wed, 27 Sep 2023 06:59:22 +0200 (CEST) Received: from mail-ua1-f45.google.com (mail-ua1-f45.google.com [209.85.222.45]) by mails.dpdk.org (Postfix) with ESMTP id C62C840271; Wed, 27 Sep 2023 06:59:20 +0200 (CEST) Received: by mail-ua1-f45.google.com with SMTP id a1e0cc1a2514c-7abe4fa15ceso2424244241.1; Tue, 26 Sep 2023 21:59:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1695790760; x=1696395560; darn=dpdk.org; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=lcSwAtKWHfu46BVZnQajb1G4EvTYERRGODhivf2p8fA=; b=Wi6ovmZzoYdbcPKzp8CY85Qac8OEojz/4K2s3J64Yk8AXdos8ViLB3HVrrl5+Ri87D grNVyXJdVkG55ZYoCOMDK9ghwmgZ6qDhbljgjklSei8pP9ma5HYgYTYJHVYBM/wi/t/3 ssvOU/4h3Qm7vGalxz62OArz/QsScNkUUb6e7WjQ23HporkLhIuhkoh678SHgLotWkYs bdqc55N6XK95Xp6CFsXyOqr3yKo73UJ0V1xqqKVehUWGw0GyJBOGaoC5BwxMP7OJeTik rcxdzxs6Qe/W54kZ1X9NCdQFJe8LZod0OvpxkTgJ5ZM3CJZtclSjK34aamUZs1KlXNFl Fpuw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1695790760; x=1696395560; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=lcSwAtKWHfu46BVZnQajb1G4EvTYERRGODhivf2p8fA=; b=T+7VfimwCkLjId/hcgeeELWDXgA2UgPD8RLrqL789Om3Tb17COD2hRLpXKFuFrIfJo E5HKzS4YHquxSAXAHSGdClrtllecgYGOmPBTHwZ7QqXvYoldgSmL9Wls0NQ1s0IYrTy6 PChjG9mqMCZ/yEgKmYfhAjUpgx6AtYSwtHLqkwoCejIXhhQ1g4fHTslLexWEBgtJVz+r xmAKJHX/kdo8m5o+gZE73uZH1l7/4kLy9aic7k1gifjH777UTasZD0x3hKkpUuQov+U1 tGuh73N31ntMXbWrzKMyuzezvEvvqNKLmd2MTQ7gnt03xR/3TW0XZqjyd+N8z4jTXdyO 5YIQ== X-Gm-Message-State: AOJu0Yx0JYhFTbJtyLUykbFCERAgakbx3HhITuwsPo3tBynNUcF9STjJ KcJReAGkXkeBy9ZV3S9BW/SwUS1rDMoWErHUh83htr3uOeo= X-Google-Smtp-Source: AGHT+IFiROqIJ3yT48b8oT92SE360bOmc3jCPprwE9pKi03T10GP0zhiVSPyRxngh+A6rMAKsYqFgUztW4W2T5s0OKE= X-Received: by 2002:a05:6122:4019:b0:495:c8bb:f0f8 with SMTP id ca25-20020a056122401900b00495c8bbf0f8mr2306364vkb.3.1695790759687; Tue, 26 Sep 2023 21:59:19 -0700 (PDT) MIME-Version: 1.0 References: <20230918082553.704859-1-rbhansali@marvell.com> <20230920164823.1164930-1-rbhansali@marvell.com> In-Reply-To: From: Jerin Jacob Date: Wed, 27 Sep 2023 10:28:53 +0530 Message-ID: Subject: Re: [PATCH v3] eventdev/eth_rx: fix timestamp field register in mbuf To: "Naga Harish K, S V" Cc: Rahul Bhansali , "dev@dpdk.org" , Jerin Jacob , "Kundapura, Ganapati" , "stable@dpdk.org" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org On Wed, Sep 27, 2023 at 2:41=E2=80=AFAM Naga Harish K, S V wrote: > > > > > -----Original Message----- > > From: Rahul Bhansali > > Sent: Wednesday, September 20, 2023 10:18 PM > > To: dev@dpdk.org; Naga Harish K, S V ; Jer= in > > Jacob ; Kundapura, Ganapati > > > > Cc: Rahul Bhansali ; stable@dpdk.org > > Subject: [PATCH v3] eventdev/eth_rx: fix timestamp field register in mb= uf > > > > For eventdev internal port, timestamp dynamic field registration in mbu= f is not > > required as that will be done from net device. > > For SW eventdev, Rx timestamp field registration will be done during Rx= a > > service initialization. > > > > Fixes: 83ab470d1259 ("eventdev/eth_rx: use timestamp as dynamic mbuf > > field") > > Cc: stable@dpdk.org > > > > Signed-off-by: Rahul Bhansali > > Acked-by: Naga Harish K S V Applied to dpdk-next-net-eventdev/for-main. Thanks