From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v3] ethdev: moved bypass functions to ixgbe pmd Date: Thu, 1 Jun 2017 12:26:49 +0100 Message-ID: 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> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: "Iremonger, Bernard" , "Dai, Wei" To: "Lu, Wenzhuo" , "Nicolau, Radu" , "dev@dpdk.org" 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) In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC09093B5C9707@shsmsx102.ccr.corp.intel.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 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.