From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 546ED2C06 for ; Mon, 17 Oct 2016 22:02:12 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP; 17 Oct 2016 13:02:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,358,1473145200"; d="scan'208";a="890911401" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by orsmga003.jf.intel.com with ESMTP; 17 Oct 2016 13:02:10 -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:02:09 +0100 From: "De Lara Guarch, Pablo" To: "Lu, Wenzhuo" , "dev@dpdk.org" CC: "Lu, Wenzhuo" Thread-Topic: [dpdk-dev] [PATCH] app/testpmd: fix pf/vf check of flow director Thread-Index: AQHSIqCx16aTViqhwEKRZBodpzv5qKCtHKIw Date: Mon, 17 Oct 2016 20:02:08 +0000 Message-ID: References: <1476067628-30842-1-git-send-email-wenzhuo.lu@intel.com> In-Reply-To: <1476067628-30842-1-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODY1MWY5ZmQtOGFjYi00ZGJmLThiNmItMjI1MjNmMWEwNTNiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Ijl2VTJvZzA5aVdMZm9RWW45bFhsYlFkV3JnVENueHMwcForbWVnSzZndUk9In0= 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] app/testpmd: fix pf/vf check of flow director 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:02:12 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Wenzhuo Lu > Sent: Sunday, October 09, 2016 7:47 PM > To: dev@dpdk.org > Cc: Lu, Wenzhuo > Subject: [dpdk-dev] [PATCH] app/testpmd: fix pf/vf check of flow director >=20 > Parameters pf & vf are added into most of flow director > filter CLIs. > But mac-valn and tunnel filters don't have these parameters, > the parameters should not be checked for mac-vlan and tunnel > filters. >=20 > Fixes: e6a68c013353 ("app/testpmd: extend commands for flow director in > VF") > Signed-off-by: Wenzhuo Lu Check-git-log script throws a couple of errors: Wrong headline lowercase: app/testpmd: fix pf/vf check of flow director -> PF/VF Missing blank line after 'Fixes' tag: Fixes: e6a68c013353 ("app/testpmd: extend commands for flow directo= r in VF") Apart from this: Acked-by: Pablo de Lara