From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id E06A06910 for ; Fri, 23 Sep 2016 19:11:15 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga105.fm.intel.com with ESMTP; 23 Sep 2016 10:11:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,382,1470726000"; d="scan'208";a="1055435642" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by orsmga002.jf.intel.com with ESMTP; 23 Sep 2016 10:11:11 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.164]) by irsmsx110.ger.corp.intel.com ([163.33.3.25]) with mapi id 14.03.0248.002; Fri, 23 Sep 2016 18:11:09 +0100 From: "De Lara Guarch, Pablo" To: Maxime Coquelin , "Richardson, Bruce" CC: "dev@dpdk.org" Thread-Topic: [PATCH 0/2] examples/l2fwd: Add option to enable/disable MAC addresses tweaking Thread-Index: AQHR51ZPxSHVjmmhjEeP8eH1bWwGXKCE1lwAgAKNhYCAAEgvoA== Date: Fri, 23 Sep 2016 17:11:09 +0000 Message-ID: References: <1469548587-3202-1-git-send-email-maxime.coquelin@redhat.com> <90027557-a2cb-f73c-5a7e-a577b8c12215@redhat.com> In-Reply-To: <90027557-a2cb-f73c-5a7e-a577b8c12215@redhat.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNTVhNjIyNDktZWQ3My00ZmRiLWE3YjQtOTA3NmVmYTg0NDA4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IjBnXC9YSGZEeDlNOHA3dFJyNXFTemJqeGdCakFISWN0eFwvK2xZcW9NcnhvTT0ifQ== x-ctpclassification: CTP_IC 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 0/2] examples/l2fwd: Add option to enable/disable MAC addresses tweaking 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: Fri, 23 Sep 2016 17:11:16 -0000 > -----Original Message----- > From: Maxime Coquelin [mailto:maxime.coquelin@redhat.com] > Sent: Friday, September 23, 2016 6:52 AM > To: De Lara Guarch, Pablo; Richardson, Bruce > Cc: dev@dpdk.org > Subject: Re: [PATCH 0/2] examples/l2fwd: Add option to enable/disable MAC > addresses tweaking >=20 >=20 >=20 > On 09/21/2016 11:53 PM, De Lara Guarch, Pablo wrote: > > > > > >> -----Original Message----- > >> From: Maxime Coquelin [mailto:maxime.coquelin@redhat.com] > >> Sent: Tuesday, July 26, 2016 8:56 AM > >> To: Richardson, Bruce; De Lara Guarch, Pablo > >> Cc: dev@dpdk.org; Maxime Coquelin > >> Subject: [PATCH 0/2] examples/l2fwd: Add option to enable/disable MAC > >> addresses tweaking > >> > >> This series adds a new option to enable/disable MAC addresses tweaking > in > >> l2fwd example. > >> > >> Doing that, we can enable basic VM 2 VM communication easily, without > >> external projects dependencies, nor real NIC (as with vhost example). > >> > >> Example of cli with vhost-user: > >> > >> #l2fwd -c f --socket-mem=3D1024 \ > >> --vdev 'eth_vhost0,iface=3D/tmp/vhost-user1,queues=3D1' \ > >> --vdev 'eth_vhost1,iface=3D/tmp/vhost-user2,queues=3D1' \ > >> -- -p3 --no-mac-tweaking > >> > >> By default, MAC addresses tweaking remains enabled, but maybe we > could > >> consider having it disabled by default to be consistent with l2fwd-cat > >> for example. > >> > >> Maxime Coquelin (2): > >> examples/l2fwd: Add new option to enable/disable MAC addresses > >> tweaking > >> doc: l2fwd: document new --[no-]mac-tweaking option > >> > >> doc/guides/sample_app_ug/img/l2_fwd_vm2vm.svg | 311 > >> +++++++++++++++++++++ > >> .../sample_app_ug/l2_forward_real_virtual.rst | 24 +- > >> examples/l2fwd/main.c | 39 ++- > >> 3 files changed, 358 insertions(+), 16 deletions(-) > >> create mode 100644 doc/guides/sample_app_ug/img/l2_fwd_vm2vm.svg > >> > >> -- > >> 2.7.4 > > > > Acked-by: Pablo de Lara > > > Thanks Pablo, >=20 > Just sent the v2, but didn't applied your Ack since I did some changes, > even though trivial ones. This looks good to me, as well. Pablo >=20 > Regards, > Maxime