From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f175.google.com (mail-we0-f175.google.com [74.125.82.175]) by dpdk.org (Postfix) with ESMTP id 1DA5EDE3 for ; Thu, 6 Feb 2014 17:46:03 +0100 (CET) Received: by mail-we0-f175.google.com with SMTP id q59so1468260wes.6 for ; Thu, 06 Feb 2014 08:47:25 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:organization:to:subject:date:user-agent:cc :references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=ae8J3qbUQPfJIA1KX8hB/Y1R8INRvDJ98T/PhVKy7Wo=; b=R73oELrzBvYCDnOOfVr6a4zbzndjMq/EU24P0WjFJ5IwwxViqwsTKvD4lEKFX3zWJM lAB8yhlAYbrIMx7HiGiIhrNcEwr4UOya4xA58MzhWzv6n7yO4epnRQlQv7fo+trCncT3 YRkx4vod9O/rgLAeGejwySqPV+pAH4czdTZvt5lldBE3NjsXhXv0JCCYzUk0vC3QJX/Y 8Pqk28w1YsmqbgAgx8Po9qC815dbC2wD22CysPKMpsDaNb7DkmG7X+reqnt12vtOWXn5 Hc/SnzVFGFtCWd69wPw17xDm+Pl8IRW6Nn8JoF0i4WKgIsvfHLLmxTacKfNdWndpCWbv jIpQ== X-Gm-Message-State: ALoCoQnHRaBv38zI3h9AjAAYug5/+bldH7TOHq/h3xDHl6t+l5oBNLL1hY/mG1m7FYJ7KAjlIuUY X-Received: by 10.180.89.211 with SMTP id bq19mr189048wib.58.1391705245216; Thu, 06 Feb 2014 08:47:25 -0800 (PST) Received: from angus.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id ux5sm3706617wjc.6.2014.02.06.08.47.23 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 06 Feb 2014 08:47:24 -0800 (PST) From: Thomas Monjalon Organization: 6WIND To: Fulvio Risso Date: Thu, 6 Feb 2014 17:47:21 +0100 User-Agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; ) References: <52D7806A.2070705@polito.it> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201402061747.22088.thomas.monjalon@6wind.com> Cc: dev@dpdk.org Subject: Re: [dpdk-dev] Is Flow Director supported on the x540 chipset? X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Feb 2014 16:46:04 -0000 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