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 206A3A0C56; Wed, 1 Sep 2021 19:14:19 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0983B410E9; Wed, 1 Sep 2021 19:14:19 +0200 (CEST) Received: from mail-pl1-f173.google.com (mail-pl1-f173.google.com [209.85.214.173]) by mails.dpdk.org (Postfix) with ESMTP id 96A5C410E8 for ; Wed, 1 Sep 2021 19:14:17 +0200 (CEST) Received: by mail-pl1-f173.google.com with SMTP id q21so71486plq.3 for ; Wed, 01 Sep 2021 10:14:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=0glNMt5KEvDWerivot0WlFaIkRzAe9q576Zj+DkB01w=; b=XRp1Q9ypPGUK4/TJ/Nm7LXrXOuSv6+7RMMzETKeiztbCam/pD5jcY8VPKyviW1ojUk ZznFOc31eMMPBPT6wxluntSD9Mr3x/SVjHRFXuj5O77tI5RnPHAa9HHlNVOclmIyf2jJ mEDOAtjcOb4bYKPLgzQRO0Yseb37+w2HkTROKlU+E2KRWHDDPxv8Z6Brq2QczuUwt50W OTfwq2/MlhzpEPsLX13eD08vjyqTXqoG4XvsZBi4thmx688XyoUzsJHdRH831SpuWPKo Cz/i6xNfNDPiAaaJ845AwZSgAUSbvVeWGu1X6f7QspJmiaK2qXLgBXJMb/Rx5P3bJIGM h2hQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=0glNMt5KEvDWerivot0WlFaIkRzAe9q576Zj+DkB01w=; b=eu0w0RadAarCPXiv/ONFu/esRhiPmDZUSuupXyeaSBs0PYBm6MWQHCSL/q3qV2B7uV H+tdrDkCuwkMmiGcXE0euDUnze5o9jlH8xhIzky/f3+0JZRQoqMWPEzZMEREFczWAnPF uiao8BV8fXguQ3R3obh2GdoP13IcrK5tmsRwC0gv7jXeduqyvDrFGV1kxLGvzlUB2E4d fdwZBxXOwfOYiig4BkxnhbdznY718VJGPRnfIM+y/0n7hFeNPKiGLeaT9bAzqKQDXh8w nV+Enis/KYYo2phwyjxhn/aVJ31RikKhwraMxwV0dRHR+E7g1wI0Oa7UeWzEF3s027B4 ExWw== X-Gm-Message-State: AOAM533UVm4uapiqZjY+HnYGnkXO2bh+SS2dwq9SH02VsjwjRi5/vm/h HCH/FwL9XP6wdE5p9g1H757jy+aLPhVNDA== X-Google-Smtp-Source: ABdhPJzvSc/3qLRWWjnW6nUnolW8eWWGAQrxojFQnoakEVDNKJ2yvErjMt5qlOYScunNCDfqCE2VLw== X-Received: by 2002:a17:90a:4a05:: with SMTP id e5mr379853pjh.58.1630516456781; Wed, 01 Sep 2021 10:14:16 -0700 (PDT) Received: from hermes.local (204-195-33-123.wavecable.com. [204.195.33.123]) by smtp.gmail.com with ESMTPSA id o16sm272219pgv.29.2021.09.01.10.14.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 01 Sep 2021 10:14:16 -0700 (PDT) Date: Wed, 1 Sep 2021 10:14:13 -0700 From: Stephen Hemminger To: Andrew Rybchenko Cc: dev@dpdk.org, konstantin.ananyev@intel.com Message-ID: <20210901101413.2a85aa6b@hermes.local> In-Reply-To: <332aeaa2-b72d-b59e-74f8-0f7f3c2d0993@oktetlabs.ru> References: <20210825220958.91326-1-stephen@networkplumber.org> <20210831193507.43426-1-stephen@networkplumber.org> <20210831193507.43426-4-stephen@networkplumber.org> <332aeaa2-b72d-b59e-74f8-0f7f3c2d0993@oktetlabs.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3 3/4] mbuf: make rte_mbuf_tx_offload as stable 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 Sender: "dev" On Wed, 1 Sep 2021 09:45:22 +0300 Andrew Rybchenko wrote: > On 8/31/21 10:35 PM, Stephen Hemminger wrote: > > This function should be made stable now. > > > > Also, fix the docbook comment format. > > > > Fixes: 8d9c2c3a1f01 ("mbuf: add function to generate raw Tx offload value") > > Cc: konstantin.ananyev@intel.com > > Signed-off-by: Stephen Hemminger > > I'm not sure that it is correct to have promotion with > Fixes tag. It will require extra care on backporting to > stable. > I would not recommend bothering with backport of docbook only fix.