From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Lu, Wenzhuo" Subject: Re: [PATCH v2] ethdev: fix byte order inconsistence between fdir flow and mask Date: Wed, 2 Mar 2016 05:18:14 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC090903436EE3@shsmsx102.ccr.corp.intel.com> References: <1453883856-31246-1-git-send-email-jingjing.wu@intel.com> <1454294901-2556-1-git-send-email-jingjing.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable To: "Wu, Jingjing" , "dev@dpdk.org" Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 8B473ADA6 for ; Wed, 2 Mar 2016 06:18:18 +0100 (CET) In-Reply-To: <1454294901-2556-1-git-send-email-jingjing.wu@intel.com> Content-Language: en-US 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" Hi, > -----Original Message----- > From: Wu, Jingjing > Sent: Monday, February 1, 2016 10:48 AM > To: dev@dpdk.org > Cc: Wu, Jingjing; Lu, Wenzhuo; Pei, Yulong; yaacovh@mellanox.com > Subject: [PATCH v2] ethdev: fix byte order inconsistence between fdir flo= w and > mask >=20 > Fixed issue of byte order in ethdev library that the structure for settin= g fdir's > mask and flow entry is inconsist and made inputs of mask be in big endian= . >=20 > Fixes: 76c6f89e80d4 ("ixgbe: support new flow director masks") > Fixes: 2d4c1a9ea2ac ("ethdev: add new flow director masks") >=20 > Reported-by: Yaacov Hazan > Signed-off-by: Jingjing Wu Acked-by: Wenzhuo Lu