From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: Is Flow Director supported on the x540 chipset? Date: Thu, 6 Feb 2014 17:47:21 +0100 Message-ID: <201402061747.22088.thomas.monjalon@6wind.com> References: <52D7806A.2070705@polito.it> Mime-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Fulvio Risso Return-path: In-Reply-To: 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" Hi Fulvio, 17/01/2014 12:24, Maxime Leroy: > On Thu, Jan 16, 2014, Fulvio Risso wrote: > > by digging into the DPDK code it seems to me that FDIR is not supported > > on the x540 chipset, while it is supported on 82599. [...] > > Is there any plan to support FDIR to the x540 chipset? > [...] > I think you only need to change few lines in > lib/librte_pmd_ixgbe/ixgbe_fdir.c: > > - if (hw->mac.type != ixgbe_mac_82599EB) > + if (hw->mac.type != ixgbe_mac_82599EB || hw->mac.type != > ixgbe_mac_X540) > > Let me know if you can test it and please provide a patch if it works. Have you tried to patch and test flow director for X540 ? thanks -- Thomas