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 6A2BC1B756 for ; Mon, 16 Oct 2017 17:42:38 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP; 16 Oct 2017 08:42:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,387,1503385200"; d="scan'208";a="910427351" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by FMSMGA003.fm.intel.com with ESMTP; 16 Oct 2017 08:42:35 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by IRSMSX109.ger.corp.intel.com ([169.254.13.28]) with mapi id 14.03.0319.002; Mon, 16 Oct 2017 16:42:34 +0100 From: "De Lara Guarch, Pablo" To: "aviadye@mellanox.com" , "dev@dpdk.org" , "Gonzalez Monroy, Sergio" CC: "borisp@mellanox.com" , "akhil.goyal@nxp.com" , "hemant.agrawal@nxp.com" , "Nicolau, Radu" , "Doherty, Declan" , "aviadye@dev.mellanox.co.il" , "liranl@mellanox.com" , "nelio.laranjeiro@6wind.com" , "thomas@monjalon.net" Thread-Topic: [dpdk-dev][PATCH 11/11] examples/ipsec-secgw: Ethernet MAC configuration is now dynamic throw conf file Thread-Index: AQHTRPArW0nYO8NLnUilNYx7Ug0g5aLmoJYA Date: Mon, 16 Oct 2017 15:42:34 +0000 Message-ID: References: <1507987627-12224-1-git-send-email-aviadye@mellanox.com> <1507987627-12224-11-git-send-email-aviadye@mellanox.com> In-Reply-To: <1507987627-12224-11-git-send-email-aviadye@mellanox.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYjE2NDgxZWUtNWViYi00YWY0LTk1OWUtZTcxYzA1ZDBmODRmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6Ikxaem9ON1V4WndNV3ZEcStuNzN6UUpjakV6V1k4cHZ1cEsyaERrY0FcLzlzPSJ9 x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 11.0.0.116 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 11/11] examples/ipsec-secgw: Ethernet MAC configuration is now dynamic throw conf file 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: Mon, 16 Oct 2017 15:42:39 -0000 > -----Original Message----- > From: aviadye@mellanox.com [mailto:aviadye@mellanox.com] > Sent: Saturday, October 14, 2017 2:27 PM > To: dev@dpdk.org; Gonzalez Monroy, Sergio > ; De Lara Guarch, Pablo > ; aviadye@mellanox.com > Cc: borisp@mellanox.com; akhil.goyal@nxp.com; > hemant.agrawal@nxp.com; Nicolau, Radu ; > Doherty, Declan ; aviadye@dev.mellanox.co.il; > liranl@mellanox.com; nelio.laranjeiro@6wind.com; thomas@monjalon.net > Subject: [dpdk-dev][PATCH 11/11] examples/ipsec-secgw: Ethernet MAC > configuration is now dynamic throw conf file >=20 > From: Aviad Yehezkel >=20 > Signed-off-by: Aviad Yehezkel Better to use a shorter commit title (e.g. examples/ipsec-secgw: configure = mac dynamically). Pablo