From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id D084620F for ; Fri, 6 Jan 2017 13:05:38 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP; 06 Jan 2017 04:05:37 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,324,1477983600"; d="scan'208,217,223";a="919587174" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga003.jf.intel.com with ESMTP; 06 Jan 2017 04:05:37 -0800 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 6 Jan 2017 04:05:30 -0800 Received: from bgsmsx153.gar.corp.intel.com (10.224.23.4) by fmsmsx101.amr.corp.intel.com (10.18.124.199) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 6 Jan 2017 04:05:30 -0800 Received: from BGSMSX108.gar.corp.intel.com ([169.254.8.175]) by BGSMSX153.gar.corp.intel.com ([169.254.2.218]) with mapi id 14.03.0248.002; Fri, 6 Jan 2017 17:35:27 +0530 From: "Jyoti, Anand B" To: "dev@dpdk.org" CC: "Jyoti, Anand B" , "Dumitrescu, Cristian" Thread-Topic: [PATCH] examples/ip_pipeline: check vlan and mpls params Thread-Index: AdJoE18KuvFxQWCkSjKy/wsfp1pQ5w== Date: Fri, 6 Jan 2017 12:05:26 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: yes X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMzEzYTAyY2YtYjIwYi00NzEzLTk1NTQtNzI3MTk4ZWJiMGZmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjIuMTEuMCIsIlRydXN0ZWRMYWJlbEhhc2giOiJJT2VaXC9NelRVa1J2SGY5Z1NsRjBKaG9cL09YTm1tQUs0QnkrdWR3OVc4V0E9In0= x-originating-ip: [10.223.10.10] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] [PATCH] examples/ip_pipeline: check vlan and mpls params X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jan 2017 12:05:39 -0000 The attached patch checks VLAN IDs and MPLS label for max value and also ch= ecks the max number of supported MPLS labels to avoid array overflow in the= CLI command line parameters. Regards, Anand B Jyoti