From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 67E136A73 for ; Mon, 26 Sep 2016 17:40:13 +0200 (CEST) Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 504B991C30; Mon, 26 Sep 2016 15:40:12 +0000 (UTC) Received: from [10.36.4.83] (vpn1-4-83.ams2.redhat.com [10.36.4.83]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u8QFe9et009485 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 26 Sep 2016 11:40:10 -0400 To: "Mcnamara, John" , "Richardson, Bruce" , "De Lara Guarch, Pablo" , "dev@dpdk.org" References: <1474638654-26919-1-git-send-email-maxime.coquelin@redhat.com> <1474638654-26919-3-git-send-email-maxime.coquelin@redhat.com> From: Maxime Coquelin Message-ID: Date: Mon, 26 Sep 2016 17:40:09 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Mon, 26 Sep 2016 15:40:12 +0000 (UTC) Subject: Re: [dpdk-dev] [PATCH v2 2/2] doc: l2fwd: document new --[no-]mac-updating option 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: Mon, 26 Sep 2016 15:40:13 -0000 On 09/26/2016 05:36 PM, Mcnamara, John wrote: > > >> -----Original Message----- >> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Mcnamara, John >> Sent: Monday, September 26, 2016 11:33 AM >> To: Maxime Coquelin ; Richardson, Bruce >> ; De Lara Guarch, Pablo >> ; dev@dpdk.org >> Subject: Re: [dpdk-dev] [PATCH v2 2/2] doc: l2fwd: document new --[no- >> ]mac-updating option >> >>> -----Original Message----- >>> From: Maxime Coquelin [mailto:maxime.coquelin@redhat.com] >>> Sent: Friday, September 23, 2016 2:51 PM >>> To: Richardson, Bruce ; De Lara Guarch, >>> Pablo ; Mcnamara, John >>> ; dev@dpdk.org >>> Cc: maxime.coquelin@redhat.com >>> Subject: [PATCH v2 2/2] doc: l2fwd: document new --[no-]mac-updating >>> option >>> >>> This patch documents the new l2fwd option, which provides a way to >>> disable the MAC addresses updating, enabling the use of l2fwd for >>> basic VM to VM communication. >>> >>> Acked-by: John McNamara >>> Signed-off-by: Maxime Coquelin >> >> Thanks for this. It is a nice addition I think. >> >> The ack is already inline in the patch but just to be clear: >> >> >> Acked-by: John McNamara >> > > P.S. Could you mark the V1 version as "superseded" in PatchWork. Done! Sorry, I still have to get used to DPDK process :) Thanks, Maxime