From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id E655F7CB1 for ; Thu, 1 Jun 2017 13:26:53 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Jun 2017 04:26:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,279,1493708400"; d="scan'208";a="93596126" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.81]) ([10.237.220.81]) by orsmga004.jf.intel.com with ESMTP; 01 Jun 2017 04:26:50 -0700 To: "Lu, Wenzhuo" , "Nicolau, Radu" , "dev@dpdk.org" Cc: "Iremonger, Bernard" , "Dai, Wei" References: <1496071373-21907-1-git-send-email-radu.nicolau@intel.com> <1496229025-19879-1-git-send-email-radu.nicolau@intel.com> <6A0DE07E22DDAD4C9103DF62FEBC09093B5C9707@shsmsx102.ccr.corp.intel.com> From: Ferruh Yigit Message-ID: Date: Thu, 1 Jun 2017 12:26:49 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC09093B5C9707@shsmsx102.ccr.corp.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3] ethdev: moved bypass functions to ixgbe pmd 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: Thu, 01 Jun 2017 11:26:54 -0000 On 6/1/2017 1:49 AM, Lu, Wenzhuo wrote: > Hi, > >> -----Original Message----- >> From: Nicolau, Radu >> Sent: Wednesday, May 31, 2017 7:10 PM >> To: dev@dpdk.org >> Cc: Yigit, Ferruh; Iremonger, Bernard; Dai, Wei; Lu, Wenzhuo; Nicolau, Radu >> Subject: [PATCH v3] ethdev: moved bypass functions to ixgbe pmd >> >> Moved all bypass functions to ixgbe pmd and removed function pointers >> from the eth_dev_ops struct. >> >> Changes in v2: >> CONFIG_RTE_NIC_BYPASS removed, new option in the IXGBE section added, >> CONFIG_RTE_LIBRTE_IXGBE_BYPASS. >> Updated test-pmd to always include the bypass commands. >> >> Changes in v3: >> Added is_ixgbe_supported check on all bypass API functions. >> >> Signed-off-by: Radu Nicolau > Acked-by: Wenzhuo Lu Applied to dpdk-next-net/master, thanks.