From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id C0B981B173 for ; Fri, 28 Sep 2018 12:34:20 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Sep 2018 03:34:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,314,1534834800"; d="scan'208";a="77115303" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by orsmga008.jf.intel.com with ESMTP; 28 Sep 2018 03:33:47 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.56]) by IRSMSX109.ger.corp.intel.com ([169.254.13.3]) with mapi id 14.03.0319.002; Fri, 28 Sep 2018 11:33:46 +0100 From: "Dumitrescu, Cristian" To: "Dumitrescu, Cristian" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 2/2] examples/ip_pipeline: add vxlan encap Thread-Index: AQHURsQM1yw/RuR7B0yRQn7h+rP2dKUFn+Hw Date: Fri, 28 Sep 2018 10:33:46 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891268E7CC4D4@IRSMSX107.ger.corp.intel.com> References: <1536335931-171094-1-git-send-email-cristian.dumitrescu@intel.com> <1536335931-171094-2-git-send-email-cristian.dumitrescu@intel.com> In-Reply-To: <1536335931-171094-2-git-send-email-cristian.dumitrescu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZTg5ZjhhOTktZTUxNC00YWY0LWFiYzctZjAzZWFiMTM5MDE1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiMFVVaXFQRWdrWkNyc0FSZ2RIV1hWZzNhREM4MStXdFczUEUrMEtqT1lOdHh4bXQyNVhCYXRlemlxMHZiYWEzUCJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 2/2] examples/ip_pipeline: add vxlan encap 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, 28 Sep 2018 10:34:21 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Cristian Dumitrescu > Sent: Friday, September 7, 2018 4:59 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH 2/2] examples/ip_pipeline: add vxlan encap >=20 > Add CLI support for VXLAN encap. >=20 > Signed-off-by: Cristian Dumitrescu > --- > examples/ip_pipeline/cli.c | 181 > ++++++++++++++++++++++++++++++++++++++++++++- > 1 file changed, 177 insertions(+), 4 deletions(-) >=20 Applied on next-pipeline tree.