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 B01D9A09FF; Mon, 11 Jan 2021 15:11:43 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2DFEC140D42; Mon, 11 Jan 2021 15:11:43 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 0A41F140D34 for ; Mon, 11 Jan 2021 15:11:40 +0100 (CET) IronPort-SDR: UP8SLYMEUqK/DZNBLeWy2g2J8nocMCgwNiij/5LxGK+Fi/w82uiyBsEy10ML5prOyarCazDt8X Ms/LmRgA7OTg== X-IronPort-AV: E=McAfee;i="6000,8403,9860"; a="177089089" X-IronPort-AV: E=Sophos;i="5.79,338,1602572400"; d="scan'208";a="177089089" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Jan 2021 06:09:24 -0800 IronPort-SDR: suiulK6qYtpoWun02YCyoZtin6SQs9RPvbFeudstMWMtc6cKktwk6lOgQwjvVP6dCGyua23Jgk o9ckL3bFw2OQ== X-IronPort-AV: E=Sophos;i="5.79,338,1602572400"; d="scan'208";a="352614747" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.254.111]) ([10.213.254.111]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Jan 2021 06:09:20 -0800 To: John Daley , arybchenko@solarflare.com Cc: dev@dpdk.org, Hyong Youb Kim References: <20201217013715.25499-1-johndale@cisco.com> From: Ferruh Yigit Message-ID: Date: Mon, 11 Jan 2021 14:09:16 +0000 MIME-Version: 1.0 In-Reply-To: <20201217013715.25499-1-johndale@cisco.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/enic: remove deprecated FDIR code 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 12/17/2020 1:37 AM, John Daley wrote: > The Flow Director (FDIR) API was removed in release 20.11. > This patch removes the remainder of the FDIR code in the > PMD. > > Signed-off-by: John Daley > Reviewed-by: Hyong Youb Kim Applied to dpdk-next-net/main, thanks.