From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 5613C7E75 for ; Wed, 12 Nov 2014 11:20:09 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 12 Nov 2014 02:30:01 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.07,367,1413270000"; d="scan'208";a="630693478" Received: from kmsmsx151.gar.corp.intel.com ([172.21.73.86]) by fmsmga002.fm.intel.com with ESMTP; 12 Nov 2014 02:30:00 -0800 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by KMSMSX151.gar.corp.intel.com (172.21.73.86) with Microsoft SMTP Server (TLS) id 14.3.195.1; Wed, 12 Nov 2014 18:29:52 +0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.136]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.241]) with mapi id 14.03.0195.001; Wed, 12 Nov 2014 18:29:45 +0800 From: "Liang, Cunming" To: Thomas Monjalon Thread-Topic: [PATCH v7 2/7] ixgbe:clean scattered_rx configure in dev_stop Thread-Index: AQHP/kFkPISb6BnTjkaFRW8RLpY125xcGNkAgACGxuD//5LPAIAAln8A Date: Wed, 12 Nov 2014 10:29:44 +0000 Message-ID: References: <1414372809-14044-1-git-send-email-cunming.liang@intel.com> <35397948.eFXOCP6spf@xps13> <2823765.s7EKI2PXYZ@xps13> In-Reply-To: <2823765.s7EKI2PXYZ@xps13> Accept-Language: zh-CN, 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 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH v7 2/7] ixgbe:clean scattered_rx configure in dev_stop 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: Wed, 12 Nov 2014 10:20:09 -0000 Maybe pair is not accurate, I means the different rx/tx register function, = like: Ixgbe_recv_bulk_alloc/ixgbe_recv_(scattered_)pkts_vec/ixgbe_recv_scattered_= pkts ixgbe_xmit_pkts_simple/Ixgbe_xmit_pkts_vec/ixgbe_xmit_pkts -Liang Cunming > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Wednesday, November 12, 2014 5:25 PM > To: Liang, Cunming > Cc: dev@dpdk.org; nhorman@tuxdriver.com; Ananyev, Konstantin; Richardson, > Bruce; De Lara Guarch, Pablo > Subject: Re: [PATCH v7 2/7] ixgbe:clean scattered_rx configure in dev_sto= p >=20 > 2014-11-12 08:21, Liang, Cunming: > > For em, igb and i40e, we haven't provide so much rx/tx pair for switchi= ng. >=20 > Sorry, I don't understand. Which pair are you telling about? > em, igb and i40e have scattered Rx functions. >=20 > -- > Thomas