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 192CC7CE1 for ; Fri, 16 Mar 2018 15:22:49 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Mar 2018 07:22:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,316,1517904000"; d="scan'208";a="212192771" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.62]) ([10.237.221.62]) by fmsmga005.fm.intel.com with ESMTP; 16 Mar 2018 07:22:48 -0700 From: Ferruh Yigit To: Vipin Varghese , dev@dpdk.org, pascal.mazon@6wind.com References: <1520886094-28319-1-git-send-email-vipin.varghese@intel.com> <1520891632-11092-1-git-send-email-vipin.varghese@intel.com> Message-ID: <3506dc71-8f70-5b98-8dec-b6f365c8259a@intel.com> Date: Fri, 16 Mar 2018 14:22:47 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3] net/tap: allow user MAC to be passed as args 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: Fri, 16 Mar 2018 14:22:50 -0000 On 3/12/2018 5:45 PM, Ferruh Yigit wrote: > On 3/12/2018 9:53 PM, Vipin Varghese wrote: >> Allow TAP PMD to pass user desired MAC address as argument. >> The argument value is processed as string delimited by ':', >> is parsed and converted to HEX MAC address after validation. >> >> Signed-off-by: Vipin Varghese >> Acked-by: Pascal Mazon > > Reviewed-by: Ferruh Yigit Applied to dpdk-next-net/master, thanks.