From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=e7rReZgEYUSSI0gcJYG0maraibX3Ox+NsEOPHsV4pAY=; b=Xt2rBNsGwHbO0AnFrxZkQOGwQJALHvEqw9Dg3WCDF40VDtAVIuYYGVIJJaUAam5D1x W+O/xwRsMkQFyA+p8WA+D9P+V8/70HNYo7S8prMAh4GdekQ6NP2fHXdvD5snhv94uBPX ypvF5jlWpMSvOEqIzrr61uR/xF7gbUlAYHvW1xv4/d1GQtGNnHxd4be47UEPc3muFhDQ wtZ4tAT2L3msbxyQWIZyx5u+ZT8JReotRvtzUBLfl2Ac9BL2WSrF5s4gcV0ZJCi81nq2 QmJUYrHm3cOheBJRly4+11hdwj+CSgexK+hGVgMwO6CtV4v779DNxQh1xCFru3aX3euI y15w== 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; bh=e7rReZgEYUSSI0gcJYG0maraibX3Ox+NsEOPHsV4pAY=; b=WrBPXEA4aX8HRetAitddj9C6OW56acHEQ8j3ftrCJ+YJ/ptFKh4UTbGStaMxQYxbfp PMnBc0TyjmX1NLvqbA4Kdy2j3Pgw5XY7/0eY/Lwks++3bXaRPpb/bt60cDchPVRVpxkw zHDXwrSSOxMDwXXcaT6Ps5F8iUhSa3/yrE4zEN09aDsraFVPbeYCg8Vw05kq2lQL+2v9 kyJpD3ICqUs8y1XZyqi4PRgptuGzAlupkJdvaGnAkF2Cgp4ZLMD903tGMna8mRFO/dHd oPxxtXGfSmwW63lj0li4a/AF69ZS5CbgJWyZJ8xeo2OVpyWla+A1WmYKFiTrn64bGZ0i h1PA== X-Gm-Message-State: AD7BkJLO6DQ2FOKrtqtBPnVKu6UcFupZqxUnegyLDBIcorx7K7dz2G8bS5icN3yNBOmuQwmD X-Received: by 10.194.57.244 with SMTP id l20mr9567034wjq.45.1457106840354; Fri, 04 Mar 2016 07:54:00 -0800 (PST) Received: from xps13.localnet (171.36.101.84.rev.sfr.net. [84.101.36.171]) by smtp.gmail.com with ESMTPSA id 82sm3934321wmd.4.2016.03.04.07.53.58 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 04 Mar 2016 07:53:59 -0800 (PST) From: Thomas Monjalon To: "Wu, Jingjing" Date: Fri, 04 Mar 2016 16:52:23 +0100 Message-ID: <2991278.2Zunq92sYN@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <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> <6A0DE07E22DDAD4C9103DF62FEBC090903436EE3@shsmsx102.ccr.corp.intel.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 v2] ethdev: fix byte order inconsistence between fdir flow and mask 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: Fri, 04 Mar 2016 15:54:00 -0000 > > 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