From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9A46AA053A; Tue, 4 Aug 2020 09:51:31 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 22C522BA8; Tue, 4 Aug 2020 09:51:31 +0200 (CEST) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by dpdk.org (Postfix) with ESMTP id A4E3B2AB for ; Tue, 4 Aug 2020 09:51:29 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1596527489; 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=cQx7HiiHhViO4gD35CZq/Z8LMPcx5KZ6SPwcKzX4GIw=; b=bxO7G45WbvPAiT0l7gDITUeW1PfPZL1EWVxGIJV2vsI/8VzROQyT0R/XXE34BmEHtyIJXn t57SAGFwQKeuMhaIZpwNvVI/laaPsFZbxTiWvbMIdKII8LSyAzPzOq7v3ifCtlJutbTeXf VBMkGrhuDgDZwF71Sfsnz7o/mZawk3w= Received: from mail-vk1-f200.google.com (mail-vk1-f200.google.com [209.85.221.200]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-50-A8jlO-WQNE-OkHeRFcioBw-1; Tue, 04 Aug 2020 03:51:27 -0400 X-MC-Unique: A8jlO-WQNE-OkHeRFcioBw-1 Received: by mail-vk1-f200.google.com with SMTP id n68so1044254vkf.11 for ; Tue, 04 Aug 2020 00:51:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=cQx7HiiHhViO4gD35CZq/Z8LMPcx5KZ6SPwcKzX4GIw=; b=t6+cOA3reD6I0gIYxQ6l5p7mQb8LU4pAJY2Ejou37O77NusGq8VoaHbSXdsnze9cr2 eUi9FA1aDANXz45qi9mp05eZYlTrqO58fFDm7z6PCtm//y/8g2HVHhCuVmtOmmFM9NO7 +8HEg8rY0CnAY49Rw355bybzQ36rjOBybwkJ1NdM2GQAs08/9xpwB1oyqKpNii/fi+D7 B54mzRYCOezBEH1iZvTUl/67mm4soDKx3deSfivTsp83KuzGgtkG41zPGO2dCm8Tc2Y2 DhXzJ7/TMJ2tpQg6yMVtTEpWQMSvOOpgX76ccxQ63tcX9YC54RTISEyK4yJTO/8LJS54 wWAA== X-Gm-Message-State: AOAM531KKdr58jRrqaEKshlK5Y/dPvIFog8xgx7MiBmMcd7u+g6YCwcS XNrexI7GCmlGPFxkahju3EpuICL86c5ccLtaBSplNnoIvfypDRGhksKHBqHFTWFhgX2PT8feEAm ihgqsc9u3lgfImCvhHI4= X-Received: by 2002:a9f:2265:: with SMTP id 92mr4108736uad.86.1596527487250; Tue, 04 Aug 2020 00:51:27 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwegBhB5x3MqngE0Vl8BWdUuqwEJCXrS3ICfzdcdN57IurD5ItF2jmSnhIW5DVGA2Zdm2A/AvVDmRQS2kSQWGQ= X-Received: by 2002:a9f:2265:: with SMTP id 92mr4108725uad.86.1596527487051; Tue, 04 Aug 2020 00:51:27 -0700 (PDT) MIME-Version: 1.0 References: <20200803180627.3292763-1-thomas@monjalon.net> In-Reply-To: <20200803180627.3292763-1-thomas@monjalon.net> From: David Marchand Date: Tue, 4 Aug 2020 09:51:16 +0200 Message-ID: To: Thomas Monjalon Cc: dev , Adrien Mazarguil , Shahaf Shuler , Andrew Rybchenko , "Yigit, Ferruh" , Bruce Richardson , Stephen Hemminger , Wei Zhao 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] doc: announce removal of L2 tunnel filtering API X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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 Mon, Aug 3, 2020 at 8:06 PM Thomas Monjalon wrote: > > The functions for L2 tunnel were missed when marking the legacy > filtering API as deprecated. That's why a separate notice is done > to make clear that it will be removed as well in DPDK 20.11. > > Signed-off-by: Thomas Monjalon Acked-by: David Marchand -- David Marchand