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 BD4A1A0032; Sat, 2 Oct 2021 11:40:19 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9CE744067B; Sat, 2 Oct 2021 11:40:19 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mails.dpdk.org (Postfix) with ESMTP id BF8A940042 for ; Sat, 2 Oct 2021 11:40:18 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1633167618; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=tAyqOhl6FMaKm0LKUafwm3/QBiWqG8bmx6nQi6TTK4Y=; b=XUotaMhGM4ZHuqiHipHdNkY0we1T18898ksCbx/dkAJbgkVGAd8Gh0zUgnOYkbby2zrDc9 h62G/4CAnNFB1TxMzUa6JiDZFJkd77mlIeBRZjjqJ/zR+ZnAdcHmhvK7qcNLFmzBRGqkBQ H6z8PgtqidDQT4KAzAxM6t8fBMv2+zU= Received: from mail-lf1-f71.google.com (mail-lf1-f71.google.com [209.85.167.71]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-339-48LivdMGOdCLHRx1j6Vm8w-1; Sat, 02 Oct 2021 05:40:17 -0400 X-MC-Unique: 48LivdMGOdCLHRx1j6Vm8w-1 Received: by mail-lf1-f71.google.com with SMTP id a28-20020a056512021c00b003f5883dcd4bso1404805lfo.1 for ; Sat, 02 Oct 2021 02:40:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=tAyqOhl6FMaKm0LKUafwm3/QBiWqG8bmx6nQi6TTK4Y=; b=lyYlffcks0NFCP+HRDXheOmr0i8RzZReheVSyNxP+4yVi/mIDg31P/2BydtWqmWUVB wL17ps4uzAJNTYLCRir0RKql9N0uxM8LaRyu3+buALudto0aYoT3u4RSWvUP6FZdPz5H Wq6iGPr7tDOcrPcHD4dIdQDqczoLhiTXS2nOk4hgwAHUE5O7jjf8aGiJcmgFRgB30YBk 1AsnV99yMdUxIg1LdzEUaP9J6GMKit3kLwgjJ3096nXsaRUFAZM4ATHGAVKShh4U7Ycy oMHxr68Yyp3e1yl25rK0V8cOl/URNBpQhHhwE+YbY9obsDmz3PxWM52+8yOgaQtAhLEH 3KeQ== X-Gm-Message-State: AOAM533WIQeoKCLp9cqa6VODEmQNQ4KjFYLBOvs0/Jj2U/SGXqjwoYl1 X7CQ2QgGy2S40eSmkQdqPZYVL8OR3YVDP0UMaoAc5OwD3lKag6y6vFkpcQSBNwWMJHPjdYXlkUx xMRgGUTfVBQE/PlS0QcA= X-Received: by 2002:a2e:b707:: with SMTP id j7mr2794319ljo.297.1633167615717; Sat, 02 Oct 2021 02:40:15 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyRx0noW4/R0r0hpIBXqG/U3wtpj/FxJgoNdbQ71HhmnQOAgyGArk8GIcXJoAL+p1Z+SlUA6xKekG51U6Xq2j0= X-Received: by 2002:a2e:b707:: with SMTP id j7mr2794308ljo.297.1633167615551; Sat, 02 Oct 2021 02:40:15 -0700 (PDT) MIME-Version: 1.0 References: <20210924130110.14279-1-olivier.matz@6wind.com> In-Reply-To: <20210924130110.14279-1-olivier.matz@6wind.com> From: David Marchand Date: Sat, 2 Oct 2021 11:40:03 +0200 Message-ID: To: Olivier Matz Cc: dev , Ray Kinsella , Didier Pallard Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" 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 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 -- David Marchand