From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] ethdev: fix byte order inconsistence between fdir flow and mask Date: Fri, 04 Mar 2016 16:52:23 +0100 Message-ID: <2991278.2Zunq92sYN@xps13> References: <1453883856-31246-1-git-send-email-jingjing.wu@intel.com> <1454294901-2556-1-git-send-email-jingjing.wu@intel.com> <6A0DE07E22DDAD4C9103DF62FEBC090903436EE3@shsmsx102.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Wu, Jingjing" Return-path: Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id 933E82BC9 for ; Fri, 4 Mar 2016 16:54:00 +0100 (CET) Received: by mail-wm0-f41.google.com with SMTP id n186so40935344wmn.1 for ; Fri, 04 Mar 2016 07:54:00 -0800 (PST) In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC090903436EE3@shsmsx102.ccr.corp.intel.com> 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" > > Fixed issue of byte order in ethdev library that the structure for setting fdir's > > mask and flow entry is inconsist and made inputs of mask be in big endian. > > > > Fixes: 76c6f89e80d4 ("ixgbe: support new flow director masks") > > Fixes: 2d4c1a9ea2ac ("ethdev: add new flow director masks") > > > > Reported-by: Yaacov Hazan > > Signed-off-by: Jingjing Wu > Acked-by: Wenzhuo Lu Applied, thanks