From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id A3E4BF94 for ; Wed, 19 Oct 2016 11:35:49 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP; 19 Oct 2016 02:35:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,513,1473145200"; d="scan'208";a="181382461" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.210.138]) by fmsmga004.fm.intel.com with SMTP; 19 Oct 2016 02:35:47 -0700 Received: by (sSMTP sendmail emulation); Wed, 19 Oct 2016 10:35:46 +0100 Date: Wed, 19 Oct 2016 10:35:46 +0100 From: Bruce Richardson To: Wenzhuo Lu Cc: dev@dpdk.org Message-ID: <20161019093546.GE27816@bricha3-MOBL3.ger.corp.intel.com> References: <1476085594-32325-1-git-send-email-wenzhuo.lu@intel.com> <1476840180-1350-1-git-send-email-wenzhuo.lu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1476840180-1350-1-git-send-email-wenzhuo.lu@intel.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.7.1 (2016-10-04) Subject: Re: [dpdk-dev] [PATCH v3 0/3] fix flow director mask issues 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, 19 Oct 2016 09:35:50 -0000 On Wed, Oct 19, 2016 at 09:22:57AM +0800, Wenzhuo Lu wrote: > There're 2 issues about flow director mask. > 1, MAC address mask is not supported in mac-vlan mode. > 2, All the parameter are defined as big endian, but > they're not treated approriately. > This patch set is used to fix these 2 issues. > > v2: > - Re-split the patches and reword commit log. No code change. > > v3: > - Reword the commit log. > > Wenzhuo Lu (3): > ixgbe: fix wrong flow director mask > app/testpmd: fix wrong flow director mask > app/testpmd: fix flow director endian issue > Patchset applied to dpdk-next-net/rel_16_11 /Bruce