From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id DD52C2BBD for ; Mon, 11 Jul 2016 10:09:07 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP; 11 Jul 2016 01:09:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,345,1464678000"; d="scan'208";a="732440299" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by FMSMGA003.fm.intel.com with ESMTP; 11 Jul 2016 01:09:07 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 11 Jul 2016 01:09:06 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.147]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.150]) with mapi id 14.03.0248.002; Mon, 11 Jul 2016 16:09:04 +0800 From: "Lu, Wenzhuo" To: "Wu, Jingjing" , "dev@dpdk.org" CC: "thomas.monjalon@6wind.com" Thread-Topic: [dpdk-dev] [PATCH] lib/librte_ether: bypass code cleanup Thread-Index: AQHR2zymtBgCFeOiAEKUxDw0xsTS1aASVUaAgACLBgA= Date: Mon, 11 Jul 2016 08:09:03 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09090348F35F@shsmsx102.ccr.corp.intel.com> References: <1468218079-8064-1-git-send-email-wenzhuo.lu@intel.com> <9BB6961774997848B5B42BEC655768F80E16A11F@SHSMSX103.ccr.corp.intel.com> In-Reply-To: <9BB6961774997848B5B42BEC655768F80E16A11F@SHSMSX103.ccr.corp.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] lib/librte_ether: bypass code cleanup X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jul 2016 08:09:08 -0000 > -----Original Message----- > From: Wu, Jingjing > Sent: Monday, July 11, 2016 3:51 PM > To: Lu, Wenzhuo; dev@dpdk.org > Cc: thomas.monjalon@6wind.com; Lu, Wenzhuo > Subject: RE: [dpdk-dev] [PATCH] lib/librte_ether: bypass code cleanup >=20 > Hi, Wenzhuo >=20 > I don't think you need to create a new API: rte_eth_dev_bypass_supported. > If bypass in not supported, the Ops for bypass feature will not be implem= ented in > driver, or driver need to return NOT supported. >=20 > So I think what you need do is just remove the NIC specific things from t= estpmd, > including "bypass_is_supported". Agree, thanks for the comments!