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 B7165A053A; Tue, 4 Aug 2020 05:52:12 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E2CDD2BA8; Tue, 4 Aug 2020 05:52:11 +0200 (CEST) Received: from mail-il1-f193.google.com (mail-il1-f193.google.com [209.85.166.193]) by dpdk.org (Postfix) with ESMTP id 0EA08F04 for ; Tue, 4 Aug 2020 05:52:10 +0200 (CEST) Received: by mail-il1-f193.google.com with SMTP id x1so12700692ilp.7 for ; Mon, 03 Aug 2020 20:52:10 -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=ddV8yM4scQVc2lsrxNkr0UhYHZ1PSaHdlU2FPiP2qIs=; b=uBcEfy2tn0mHQqX3O8gc55AaKe2eauOcfvA2RlNekrtmMmkh+Dhm3mkmlkWOoc8a7R Uzzk+tAKEBkDOaFVUCKHh24UptWlsN1GseIiZH44QbOV6tEt0ucjnEcMXveOvDXXaga9 RpINYHHTjdm88CIVlTaWPgMFfEvNke3D5hE7iLYoPOGdReusN9t3lqrYt702YxlPICwK 1yhNys/v0rLaJG+7kQjt3zoryGJjjDERr3S07zyI2xDNfpUd8423+F+KtvDM1kHzfAex 1fJNYUeNwAZaznbSpOo1QP/3jq98tgOqWUs+Ijpbw/t7aWUl4j9eXyeK+6/jK+N56N6/ lcgA== 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=ddV8yM4scQVc2lsrxNkr0UhYHZ1PSaHdlU2FPiP2qIs=; b=MPkBmcfiWgSgCNveSL00JThzKHUAlmpS01Ul6QhEnVpuKXu+8VMLwoMOzM8+mwLq2e q1d4SRefss61+/0wnUNBNOyKazSVnU8OQ1jBVzSx1F5GDxbSm7wHJQEHOR72fMsGR0FH XG4LiQt8gSgBpPJbjc7P2+zE6roJRWI1Z+4FGXIQdDN2njvG/slPCpm3lypz/td93+Zs Xil0eBIxUuWu+W3rh2MoSZNwJjwp0LoD0eXBNW1834jHJUzuvlUqcW5msjO83k90ei/1 W+dFbqpGhCPpgWj1zrctOgt2oiiCJZFBBp06RZg6x5NPbaSxW2VbWthP83i+nV+sUTsU x33w== X-Gm-Message-State: AOAM532AodNPBJbi5j30FMbJCy0O0fiNkNdnmFIKGoR0pijgTLTc4Lz4 YdkaJN9gnGGEBuIH5Auo1A4b2JAcRWg2Q7AlvDY= X-Google-Smtp-Source: ABdhPJzfIHWo5pRPxxambRwM1HYJyMgUSuXhN3v5bdhSzesDOfHaOeJuOP5fhv+ULJZcA9h4ZH5JHth7ceRtVFgETEs= X-Received: by 2002:a92:dcc8:: with SMTP id b8mr2620569ilr.60.1596513130349; Mon, 03 Aug 2020 20:52:10 -0700 (PDT) MIME-Version: 1.0 References: <20200803174909.3290046-1-thomas@monjalon.net> In-Reply-To: From: Jerin Jacob Date: Tue, 4 Aug 2020 09:21:54 +0530 Message-ID: To: Ajit Khaparde Cc: Thomas Monjalon , dpdk-dev , Adrien Mazarguil , Shahaf Shuler , David Marchand , Jerin Jacob Kollanukkaran , Andrew Rybchenko , Ferruh Yigit , Bruce Richardson , Hemant Agrawal , Stephen Hemminger , John Daley , "Wei Hu (Xavier" , Ziyang Xuan , "Zhao1, Wei" , Rasesh Mody Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] doc: announce removal of ethdev flow director 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 11:28 PM Ajit Khaparde wrote: > > On Mon, Aug 3, 2020 at 10:49 AM Thomas Monjalon wrote: > > > The flow director config, part of the legacy filtering API, > > was marked as deprecated last year. > > A separate notice is added to make clear that these specific structs > > will be removed as well in DPDK 20.11, as the rest of the legacy > > filtering API. > > > > Signed-off-by: Thomas Monjalon > > > Acked-by: Ajit Khaparde Acked-by: Jerin Jacob > > > > --- > > doc/guides/rel_notes/deprecation.rst | 4 ++++ > > 1 file changed, 4 insertions(+) > > > > diff --git a/doc/guides/rel_notes/deprecation.rst > > b/doc/guides/rel_notes/deprecation.rst > > index ea4cfa7a48..24474c563f 100644 > > --- a/doc/guides/rel_notes/deprecation.rst > > +++ b/doc/guides/rel_notes/deprecation.rst > > @@ -84,6 +84,10 @@ Deprecation Notices > > Target release for removal of the legacy API will be defined once most > > PMDs have switched to rte_flow. > > > > +* ethdev: The flow director API, including ``rte_eth_conf.fdir_conf`` > > field, > > + and the related structures (``rte_fdir_*`` and ``rte_eth_fdir_*``), > > + will be removed in DPDK 20.11. > > + > > * ethdev: Update API functions returning ``void`` to return ``int`` with > > negative errno values to indicate various error conditions (e.g. > > invalid port ID, unsupported operation, failed operation): > > -- > > 2.27.0 > > > >