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 12D78A0C47; Thu, 7 Oct 2021 18:25:45 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 986E4410EB; Thu, 7 Oct 2021 18:25:44 +0200 (CEST) Received: from mail-108-mta100.mxroute.com (mail-108-mta100.mxroute.com [136.175.108.100]) by mails.dpdk.org (Postfix) with ESMTP id A94E340042 for ; Thu, 7 Oct 2021 18:25:42 +0200 (CEST) Received: from filter004.mxroute.com ([149.28.56.236] filter004.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta100.mxroute.com (ZoneMTA) with ESMTPSA id 17c5b931b000000b55.003 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Thu, 07 Oct 2021 16:25:39 +0000 X-Zone-Loop: e4b2348921a71d62812352240777c5bb2d357f38ba88 X-Originating-IP: [149.28.56.236] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ashroe.eu; s=x; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date: Message-ID:From:References:Cc:To:Subject:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=SJz6Y9fb57yN/7QJPfhiM/WI6SMSc/WA27dwWbXLWN8=; b=I23e5hon6Kq3OeXxK6UfHo+Q/Z mPUZb7z3ZSUyPP2VplzkoDMKwNdTAzsPiBFsd3FaPkrfwHZc9BfLPKvjSlCwXEY66TJ3R43eaMnyz kTCjyXGCocRHbhYOHbXpwSrlrOIQGNH6sIGwSiWmEnfVoGgA/+BZg9VVr86ccYstP2N37G2X+if5F eKzHw3VVRWPdWPYqcJSTBSnhOkjS8izbdUpo3BL/nZOI2xTPE3Y151JzRW8iU6n64uQWPtywTYSKW xWJdc+D+9uwy9jWpodNNEyPzLgi1VeCWGIKte7b4KLYfMyB5iH2IxA27YxQmE5uRbVBttUtNwqVWL 41okQurw==; To: David Marchand , Olivier Matz Cc: dev , Didier Pallard References: <20210924130110.14279-1-olivier.matz@6wind.com> From: "Kinsella, Ray" Message-ID: <8d95de0d-0a29-952a-3b8c-12ae78624865@ashroe.eu> Date: Thu, 7 Oct 2021 17:25:36 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-AuthUser: mdr@ashroe.eu X-Zone-Spam-Resolution: no action X-Zone-Spam-Status: No, score=-0.1, required=15, tests=[ARC_NA=0, TO_DN_ALL=0, FROM_HAS_DN=0, RCPT_COUNT_THREE=0, MIME_GOOD=-0.1, FROM_EQ_ENVFROM=0, MIME_TRACE=0, RCVD_COUNT_ZERO=0, NEURAL_SPAM=0, MID_RHS_MATCH_FROM=0] Subject: Re: [dpdk-dev] [PATCH] net: promote ip6 external headers skip API 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 02/10/2021 10:40, David Marchand wrote: > On Fri, Sep 24, 2021 at 3:02 PM Olivier Matz wrote: >> >> This function is public since commit 8f0e4d6a78a5 ("net: export IPv6 >> header extensions skip function") (2018), and is used by vmxnet3 driver. >> Promote it as stable. >> >> Signed-off-by: Olivier Matz > > Acked-by: David Marchand > Acked-by: Ray Kinsella