From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v8] net/pcap: physical interface MAC address support Date: Tue, 9 Oct 2018 13:04:38 +0100 Message-ID: References: <20181005202723.47967-1-ferruh.yigit@intel.com> <20181006004959.13097-1-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: "Kuusisaari, Juhamatti (Infinera - FI/Espoo)" , "dev@dpdk.org" Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id BD9B51B4D8 for ; Tue, 9 Oct 2018 14:04:56 +0200 (CEST) In-Reply-To: Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 10/9/2018 5:30 AM, Kuusisaari, Juhamatti (Infinera - FI/Espoo) wrote: > > >> -----Original Message----- >> From: Ferruh Yigit [mailto:ferruh.yigit@intel.com] >> Sent: Saturday, October 06, 2018 3:50 AM >> To: Bruce Richardson ; John McNamara >> ; Marko Kovacevic >> >> Cc: dev@dpdk.org; Ferruh Yigit ; Juhamatti >> Kuusisaari ; Juhamatti Kuusisaari >> >> Subject: [PATCH v8] net/pcap: physical interface MAC address support >> >> CAUTION: This email originated from outside of the organization. Do not click >> links or open attachments unless you recognize the sender and know the >> content is safe. >> >> >> From: Juhamatti Kuusisaari >> >> At the moment, PCAP interfaces use dummy MAC by default. This change >> adds support for selecting PCAP physical interface MAC with phy_mac=1 >> devarg. This allows to setup packet flows using the physical interface >> MAC. >> >> Signed-off-by: Juhamatti Kuusisaari >> Signed-off-by: Ferruh Yigit > Acked-by: Juhamatti Kuusisaari Applied to dpdk-next-net/master, thanks.