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 9B04AA04DD; Tue, 20 Oct 2020 12:48:06 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F09E7BADC; Tue, 20 Oct 2020 12:48:04 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by dpdk.org (Postfix) with ESMTP id C3026BAD6 for ; Tue, 20 Oct 2020 12:48:02 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1603190881; 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=m2taahAVofgHVvgxTJf348GuP3PQNnkhfQ3Db/s7rUQ=; b=e5J3Q12vVwiI/x3oAz1nb5sFVdo4exKsxBD4Op15iHOjRKRGeeewKcvM1e3O/O6tVCZpxM ycBJtxqmlzc1pJbCexT4irI+KW1NRcqRZky6sY2ZR2fONdnqSfAeO4aMTyZBwKEjl0Wh6D BSds0hxGC5AVoK/B7Cf+d4EeXXDjLVs= Received: from mail-vs1-f71.google.com (mail-vs1-f71.google.com [209.85.217.71]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-556-T5kKU03xN369cHXJbZeDog-1; Tue, 20 Oct 2020 06:47:59 -0400 X-MC-Unique: T5kKU03xN369cHXJbZeDog-1 Received: by mail-vs1-f71.google.com with SMTP id z9so479275vso.2 for ; Tue, 20 Oct 2020 03:47:59 -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=m2taahAVofgHVvgxTJf348GuP3PQNnkhfQ3Db/s7rUQ=; b=Cz+wziGkhfmRIAVXSY7bCEPFq/RLhfPDw4tUoGxtHUFrYM26Fpv1Xp8PqblQTj7K7b A8DWoRMJN+jqUezMVY3N1IHdcMrBoEX/HVNX+DjkHCMkFsWuQqGjVojh7PBi2P9gQpIY PIANBfP3XUIr0vJ0DXj7/+GqtRPBYBu+hOD3AZebj6H9bMzbbH5xczRbec/0pEZeVG/B oXQ+S2R4tsSLsjghRY3m5kJ/3EdtnfA1am6UNCs3agBm/hqs3AqZyVfDyBf561jLI0ll tkcxfe8vCqcHmDxNalsheJZk1oCxUjNrm0TvDX/6c5364ZnyKdtltOOlQteArC1cHoc+ s7Ug== X-Gm-Message-State: AOAM533+02jIA8qv5ihYBs1DmK/YF3zq2tQ7zFOW2MoW+CaYDtIRwcfv Xs4h4EW8f8OPwup8Cc5uxZXqEJ/wtrokBO7sxp5wTPJtY8/pKo+S1S96fs449iYDHSS3pXPQ6iC Xl3AEBTSCkVuWRoqzgdA= X-Received: by 2002:a67:f954:: with SMTP id u20mr1100368vsq.5.1603190879336; Tue, 20 Oct 2020 03:47:59 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxrWsnzIWQuuIpVI0mfNHGFNInONeJOghiLgZCEPNafPnrsjTJ8nwZW79H7dDLU6EUYLAgemMb7OGebgJMKqaM= X-Received: by 2002:a67:f954:: with SMTP id u20mr1100356vsq.5.1603190879083; Tue, 20 Oct 2020 03:47:59 -0700 (PDT) MIME-Version: 1.0 References: <1603030152-13451-1-git-send-email-arybchenko@solarflare.com> <1603030152-13451-15-git-send-email-arybchenko@solarflare.com> In-Reply-To: <1603030152-13451-15-git-send-email-arybchenko@solarflare.com> From: David Marchand Date: Tue, 20 Oct 2020 12:47:47 +0200 Message-ID: To: Andrew Rybchenko Cc: Ray Kinsella , Neil Horman , Hemant Agrawal , Sachin Saxena , Thomas Monjalon , Ferruh Yigit , Andrew Rybchenko , dev , Xiaoyun Li 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 14/14] ethdev: remove legacy filter API functions 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 Sun, Oct 18, 2020 at 4:14 PM Andrew Rybchenko wrote: > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst > index 18a748bc88..42eafb97af 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -106,12 +106,6 @@ Deprecation Notices > while evaluating performance gains of a better use of the first cache line. > > > -* ethdev: the legacy filter API, including > - ``rte_eth_dev_filter_supported()``, ``rte_eth_dev_filter_ctrl()`` > - is superseded by the generic flow API (rte_flow) in > - PMDs that implement the latter. > - The legacy API will be removed in DPDK 20.11. > - Nit: we have a double empty line before this block, that was forgotten in a previous cleanup. It could be dropped as part of this change. > * 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. -- David Marchand