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 F2BCB2030 for ; Wed, 19 Jul 2017 16:38:52 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Jul 2017 07:38:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,381,1496127600"; d="scan'208";a="880498325" Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3]) by FMSMGA003.fm.intel.com with ESMTP; 19 Jul 2017 07:38:48 -0700 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX108.ger.corp.intel.com (163.33.3.3) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 19 Jul 2017 15:38:44 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by irsmsx111.ger.corp.intel.com ([169.254.2.25]) with mapi id 14.03.0319.002; Wed, 19 Jul 2017 15:38:44 +0100 From: "De Lara Guarch, Pablo" To: "De Lara Guarch, Pablo" , "Kozak, KubaX" , "dev@dpdk.org" CC: "Jain, Deepak K" , "Jastrzebski, MichalX K" Thread-Topic: [dpdk-dev] [PATCH] examples/l2fwd-crypto: add option --[no-]mac-updating Thread-Index: AQHTAJFim8pR253AQEWBHIfWZ+bzF6JbN/6Q Date: Wed, 19 Jul 2017 14:38:44 +0000 Message-ID: References: <1500466782-81477-1-git-send-email-kubax.kozak@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] examples/l2fwd-crypto: add option --[no-]mac-updating 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: Wed, 19 Jul 2017 14:38:53 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of De Lara Guarch, > Pablo > Sent: Wednesday, July 19, 2017 2:17 PM > To: Kozak, KubaX ; dev@dpdk.org > Cc: Jain, Deepak K ; Jastrzebski, MichalX K > > Subject: Re: [dpdk-dev] [PATCH] examples/l2fwd-crypto: add option --[no- > ]mac-updating >=20 >=20 >=20 > > -----Original Message----- > > From: Kozak, KubaX > > Sent: Wednesday, July 19, 2017 1:20 PM > > To: dev@dpdk.org > > Cc: Jain, Deepak K ; De Lara Guarch, Pablo > > ; Jastrzebski, MichalX K > > ; Kozak, KubaX > > > > Subject: [PATCH] examples/l2fwd-crypto: add option --[no-]mac-updating > > > > This patch adds a new option to enable/disable the MAC addresses > > updating done at forwarding time: --[no-]mac-updating > > > > By default, MAC address updating remains enabled, to keep consistency > > with previous usage. > > > > Signed-off-by: Kuba Kozak >=20 > Acked-by: Pablo de Lara Applied to dpdk-next-crypto. Thanks, Pablo