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 DF133A052A; Mon, 3 Aug 2020 17:35:29 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BE0392C12; Mon, 3 Aug 2020 17:35:29 +0200 (CEST) Received: from mail-il1-f194.google.com (mail-il1-f194.google.com [209.85.166.194]) by dpdk.org (Postfix) with ESMTP id 6DD8D2BE1 for ; Mon, 3 Aug 2020 17:35:27 +0200 (CEST) Received: by mail-il1-f194.google.com with SMTP id j9so28063099ilc.11 for ; Mon, 03 Aug 2020 08:35:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Aeb++ZGpyzjYYh9OJa6Wx2jsYXsS7ap2CyZlTSRAdWk=; b=TlKc6XM0O9f9LnPIq0LytnFetX+weiMtFUribI1HmZ03uE23hxTpeXSYDKS/tQUA0D 5oYVy37esyWnumxvZRv4rSRjPGnher2by7JlQrbWJtxIUN3wTbEizxc6YsumE8MEfjgB obS8cf8xy9G3Vg+bTTaM5m/saausrRIwErYyFTK+nApDYsPypiBGGLw02f6m9BvPT6Rw b2QhCrZbOP7qmJ9FULxO8PfUv0fzD+sngZpSFfEecqN6yz2Xt7Xt2+MVGQPjOpJCWmlJ quTDp1TwYUwvDHsdhObwzSZ1wtlSpx72MxtghjLGaYjOJuruu0BqMzvJQlMxPAx2Wkes foEg== 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=Aeb++ZGpyzjYYh9OJa6Wx2jsYXsS7ap2CyZlTSRAdWk=; b=bEyjjwQpLjVILfj35QDBIpggdCqxLF5XNpmf6bXtCcc3/69kt6F7lY3sGWVO0vSkcu B9LuXisIy3ciMTt6JQGs6Tgulo6/oOZCLMpZVKvuKkD1HG8qbavKDTUncZXkJS20gQ56 T0YfErCXkGUx8ZeQG1fo5B3L5JtBwF/eMvwsBkxKRFcvqoc8WFWvRP7zJ1KDptDo+Cqj kIVMwhC3B081xyejF11nkMhAN6tPJuBnSw/72QRLyxKWyfJf+yvVTs8yDeJ/NSqbV33l kn5EM3G5JYQKaKJXEketDT56qlbkiPbLzV8Wd7q51S4/WAMTxMMuEBQ0DkiGWg4vpI9T k1iQ== X-Gm-Message-State: AOAM530YdURrJKKj2LRaZG4+G5EJHWsGadqw97wWH+Qtvswdfpwz41pK JlLx0QBcQIamW/XPIfu9uuSfkDulCh7ANaJaSR4= X-Google-Smtp-Source: ABdhPJz2z8T1kcY+M/4vegwR7iph4TP+w66D8HIlFDGZexmHQR4T8Dmkqc5z78TSsbvkC1oTDKlPkgHVz4+sJ9zeZbs= X-Received: by 2002:a92:6a07:: with SMTP id f7mr18104201ilc.271.1596468926753; Mon, 03 Aug 2020 08:35:26 -0700 (PDT) MIME-Version: 1.0 References: <20200803153309.3274969-1-thomas@monjalon.net> In-Reply-To: <20200803153309.3274969-1-thomas@monjalon.net> From: Jerin Jacob Date: Mon, 3 Aug 2020 21:05:10 +0530 Message-ID: To: Thomas Monjalon Cc: dpdk-dev , David Marchand , Jerin Jacob , Andrew Rybchenko , Ferruh Yigit , Stephen Hemminger , Ajit Khaparde , wei.zhao1@intel.com, Jiawei Wang , Ori Kam , Slava Ovsiienko , Matan Azrad Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] doc: announce deprecation of port mirroring 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 9:03 PM Thomas Monjalon wrote: > > A new API is planned to be introduced for sampling and mirroring > with rte_flow. It should be more generic and allow more use cases. > > This deprecation is to show the direction, avoiding overlapping APIs. > > Signed-off-by: Thomas Monjalon Acked-by: Jerin Jacob > --- > doc/guides/rel_notes/deprecation.rst | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst > index 6e12e57a13..ca0d8af96a 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -103,6 +103,12 @@ Deprecation Notices > Existing ``rte_eth_rx_descriptor_status`` and ``rte_eth_tx_descriptor_status`` > APIs can be used as replacement. > > +* ethdev: The port mirroring API can be replaced with a more fine grain flow API. > + The structs ``rte_eth_mirror_conf``, ``rte_eth_vlan_mirror`` and the functions > + ``rte_eth_mirror_rule_set``, ``rte_eth_mirror_rule_reset`` will be marked > + as deprecated in DPDK 20.11, along with the associated macros ``ETH_MIRROR_*``. > + This API will be fully removed in DPDK 21.11. > + > * ethdev: Some internal APIs for driver usage are exported in the .map file. > Now DPDK has ``__rte_internal`` marker so we can mark internal APIs and move > them to the INTERNAL block in .map. Although these APIs are internal it will > -- > 2.27.0 >