From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 8DD4619F5 for ; Mon, 17 Oct 2016 22:18:42 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga105.jf.intel.com with ESMTP; 17 Oct 2016 13:18:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,358,1473145200"; d="scan'208";a="1046005161" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by orsmga001.jf.intel.com with ESMTP; 17 Oct 2016 13:18:41 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.164]) by IRSMSX103.ger.corp.intel.com ([169.254.3.91]) with mapi id 14.03.0248.002; Mon, 17 Oct 2016 21:18:40 +0100 From: "De Lara Guarch, Pablo" To: "Lu, Wenzhuo" , "dev@dpdk.org" CC: "Lu, Wenzhuo" Thread-Topic: [dpdk-dev] [PATCH v2 3/3] app/testpmd: fix flow director endian issue Thread-Index: AQHSJFFhDPeXYmOyDU+YE2juGFgGxqCtHjIw Date: Mon, 17 Oct 2016 20:18:39 +0000 Message-ID: References: <1476085594-32325-1-git-send-email-wenzhuo.lu@intel.com> <1476253462-13000-1-git-send-email-wenzhuo.lu@intel.com> <1476253462-13000-4-git-send-email-wenzhuo.lu@intel.com> In-Reply-To: <1476253462-13000-4-git-send-email-wenzhuo.lu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZDYwMjU4MGItNmVhOC00NTFmLThmZGYtZjliNjJiNTY1Mzc5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InhlazJiZUtFRGUzRkY5cldIdjRJN0dkcVFEaFRGNUZKVGhCYXNKMStuc0U9In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 3/3] app/testpmd: fix flow director endian issue 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: Mon, 17 Oct 2016 20:18:43 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Wenzhuo Lu > Sent: Tuesday, October 11, 2016 11:24 PM > To: dev@dpdk.org > Cc: Lu, Wenzhuo > Subject: [dpdk-dev] [PATCH v2 3/3] app/testpmd: fix flow director endian > issue >=20 > The vlan mask and tunnel id mask of flow director > are defined as big endian. So they should be > converted. > When the mask is printed, the parameters are not > converted either. This patch converts the mask > parameters. > Some lines of the mask print are too long, split > them to more lines. >=20 > Fixes: 7c554b4f0484 ("app/testpmd: update display of flow director > information") > Fixes: 53b2bb9b7ea7 ("app/testpmd: new flow director commands") > Signed-off-by: Wenzhuo Lu Commit message should have a space between the Fixes and the Signed-off lin= e. Apart from that: Acked-by: Pablo de Lara