From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2 1/2] net/pcap: physical interface MAC support Date: Tue, 17 Apr 2018 15:12:44 +0100 Message-ID: <45878138-737a-1aca-4ff5-76ef59e2af1c@intel.com> References: <1523969590-40071-1-git-send-email-juhamatti.kuusisaari@coriant.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Juhamatti Kuusisaari Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id A81A1AAA9 for ; Tue, 17 Apr 2018 16:14:24 +0200 (CEST) In-Reply-To: <1523969590-40071-1-git-send-email-juhamatti.kuusisaari@coriant.com> 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 4/17/2018 1:53 PM, Juhamatti Kuusisaari wrote: > Support for PCAP MAC address using physical interface MAC. > Support for getting proper link status, speed and duplex. > > Signed-off-by: Juhamatti Kuusisaari > --- > config/common_base | 1 + > drivers/net/pcap/rte_eth_pcap.c | 52 ++++++++++++++++++++++++++++++++++++++++- > 2 files changed, 52 insertions(+), 1 deletion(-) > > diff --git a/config/common_base b/config/common_base > index c2b0d91..9804585 100644 > --- a/config/common_base > +++ b/config/common_base > @@ -410,6 +410,7 @@ CONFIG_RTE_LIBRTE_PMD_NULL=y > # Compile software PMD backed by PCAP files > # > CONFIG_RTE_LIBRTE_PMD_PCAP=n > +CONFIG_RTE_LIBRTE_PMD_PCAP_IF_MAC_SUPPORT=n Hi Juhamatti, Why a build time config option for this? Can we make it a runtime devarg? Overall we are trying to reduce config options already and this seems no need to be build time option at all. btw, this is a little late in release cycle, so lets target this patch for next release. Thanks, ferruh