From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] ixgbe: fix the flow director flexbytes offset issues Date: Mon, 22 Jun 2015 12:00:02 +0200 Message-ID: <1574661.auhNOfLOcf@xps13> References: <1434695725-3240-1-git-send-email-jingjing.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Jingjing Wu Return-path: Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) by dpdk.org (Postfix) with ESMTP id 07788C7EC for ; Mon, 22 Jun 2015 12:01:04 +0200 (CEST) Received: by wiga1 with SMTP id a1so71511605wig.0 for ; Mon, 22 Jun 2015 03:01:03 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > > The flexbytes offset can not be set, because the value is over written > > > when fdir is enabled. > > > This patch fixes this issue, and also removes some reduplicate lines. > > > > > > Reported-by: David Marchand > > > Signed-off-by: Jingjing Wu > > > > Tested-by: Gaetan Rivet > > Thanks. > Acked-by: David Marchand Applied, thanks