From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] enic: migrating to new fdir api Date: Mon, 20 Apr 2015 15:59:55 +0200 Message-ID: <1625794.2fmbY0bmUS@xps13> References: <1428571772-7779-1-git-send-email-ssujith@cisco.com> <2914643.9JDZnUHokG@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Sujith Sankar Return-path: In-Reply-To: <2914643.9JDZnUHokG@xps13> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 2015-04-20 15:37, Thomas Monjalon: > 2015-04-09 14:59, Sujith Sankar: > > This patch helps enic migrate to the new flow-director API. > > > > It takes care of the following. > > 1. The change in fdir_filter structure and stats structure > > 2. DPDK interface functions in enic_ethdev.c > > 3. ENIC driver functions that deal with the VIC adapter > > > > > > Signed-off-by: Sujith Sankar > > Applied, thanks > > Now the old flow director API may be totally removed. Please remove use of rte_fdir_filter for key_len. Thanks