From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by dpdk.org (Postfix) with ESMTP id AE4283F9 for ; Wed, 26 Mar 2014 11:29:28 +0100 (CET) Received: by mail-bk0-f54.google.com with SMTP id 6so452112bkj.41 for ; Wed, 26 Mar 2014 03:31:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=A82OLPlGj2xxwUwKkea4jJYvOj/+7YoxwAfed5P73Xw=; b=RvOYKXLQrXb914jaG+TQ5OAzSQ7IGXBdzqbxxFaUTurC1Q/PJTxoFCcmAV7IvKFArQ G3vfdES48I7snhkl3G2SFhL4VXyW/0zZfFQUC4PiNnjhkm/EOuz7fluIruiGkgnA0yDG JPBDxX1/zdyd3HuGdybpA6+Ie1OzqNHUnX1JPgasUjF8BGch7AEQwVeSu2PraeagiWyx o6n4R9CYywnJ1VaRfks5pNREUuDYcn7i5hk5cv3BHj1aEHTK7rpWQ6BRvvFqVRbnMvyq jKaPlppBu870GzKVmgjzGjcFvmOHC5uLqL9mP7s86PmYl8uzX5ZuqswSR10kaUN9yPdF D3+w== X-Gm-Message-State: ALoCoQk6njcIlRIDi4IXDED1VVxysSjwPGT7W70pe0FLCK5KRnwMLLf6igkMGWmMmu1Z7ivwOaUP X-Received: by 10.205.41.202 with SMTP id tv10mr1000470bkb.41.1395829861485; Wed, 26 Mar 2014 03:31:01 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id em17sm12968382bkb.12.2014.03.26.03.30.58 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 26 Mar 2014 03:30:59 -0700 (PDT) From: Thomas Monjalon To: Maxime Leroy , Mauro Annarumma Date: Wed, 26 Mar 2014 11:30:58 +0100 Message-ID: <1782564.UB3eWEnbzb@xps13> Organization: 6WIND User-Agent: KMail/4.12.3 (Linux/3.13.6-1-ARCH; KDE/4.12.3; x86_64; ; ) In-Reply-To: References: <9434805.RBMofXXesQ@xps13> <1395696914-5185-1-git-send-email-thomas.monjalon@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] ixgbe: support flow director for X540 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: Wed, 26 Mar 2014 10:29:29 -0000 > > From: Mauro Annarumma > > > > Flow director in X540 uses the same registers as in 82599. > > So it just has to be enabled in the 82599 implementation. > > > > Signed-off-by: Mauro Annarumma > > Acked-by: Maxime Leroy Applied for version 1.6.0r2. Thank you Mauro and Maxime. -- Thomas