From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id A8D6F7CBB for ; Thu, 1 Jun 2017 02:50:05 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 May 2017 17:50:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,277,1493708400"; d="scan'208";a="863338745" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by FMSMGA003.fm.intel.com with ESMTP; 31 May 2017 17:50:02 -0700 Received: from fmsmsx125.amr.corp.intel.com (10.18.125.40) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 31 May 2017 17:50:01 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX125.amr.corp.intel.com (10.18.125.40) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 31 May 2017 17:50:01 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.146]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.197]) with mapi id 14.03.0319.002; Thu, 1 Jun 2017 08:49:59 +0800 From: "Lu, Wenzhuo" To: "Nicolau, Radu" , "dev@dpdk.org" CC: "Yigit, Ferruh" , "Iremonger, Bernard" , "Dai, Wei" Thread-Topic: [PATCH v3] ethdev: moved bypass functions to ixgbe pmd Thread-Index: AQHS2f77WVk+OX1S1USuI8vE+oiM5aIPLdZw Date: Thu, 1 Jun 2017 00:49:59 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09093B5C9707@shsmsx102.ccr.corp.intel.com> References: <1496071373-21907-1-git-send-email-radu.nicolau@intel.com> <1496229025-19879-1-git-send-email-radu.nicolau@intel.com> In-Reply-To: <1496229025-19879-1-git-send-email-radu.nicolau@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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 00:50:06 -0000 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, Ra= du > Subject: [PATCH v3] ethdev: moved bypass functions to ixgbe pmd >=20 > Moved all bypass functions to ixgbe pmd and removed function pointers > from the eth_dev_ops struct. >=20 > 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. >=20 > Changes in v3: > Added is_ixgbe_supported check on all bypass API functions. >=20 > Signed-off-by: Radu Nicolau Acked-by: Wenzhuo Lu