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 3A84468F5 for ; Fri, 23 Sep 2016 15:54:17 +0200 (CEST) Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (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 B2D7BBE28E; Fri, 23 Sep 2016 13:54:16 +0000 (UTC) Received: from [10.36.7.3] (vpn1-7-3.ams2.redhat.com [10.36.7.3]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u8NDsEBF022215 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 23 Sep 2016 09:54:15 -0400 To: "Mcnamara, John" , "Richardson, Bruce" , "De Lara Guarch, Pablo" References: <1469548587-3202-1-git-send-email-maxime.coquelin@redhat.com> Cc: "dev@dpdk.org" From: Maxime Coquelin Message-ID: Date: Fri, 23 Sep 2016 15:54:13 +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.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Fri, 23 Sep 2016 13:54:16 +0000 (UTC) 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 13:54:17 -0000 Hi John, On 08/30/2016 05:42 PM, Mcnamara, John wrote: >> -----Original Message----- >> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Maxime Coquelin >> Sent: Tuesday, July 26, 2016 4:56 PM >> To: Richardson, Bruce ; De Lara Guarch, Pablo >> >> Cc: dev@dpdk.org; Maxime Coquelin >> Subject: [dpdk-dev] [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). > > Hi, > > This looks like a useful feature. However, I don't know if "tweaking" is > the best description of the feature. Maybe "updating" would be better. Sorry, looks like your replies fall through the cracks... Thanks for the correction, I'm not a native english speaker :) I should have applied all your remarks, so I added your Ack. Regards, Maxime