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 69EFA316B for ; Thu, 15 Dec 2016 15:50:38 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga104.fm.intel.com with ESMTP; 15 Dec 2016 06:50:37 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,352,1477983600"; d="scan'208";a="42871979" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga005.fm.intel.com with ESMTP; 15 Dec 2016 06:50:38 -0800 Received: from fmsmsx117.amr.corp.intel.com (10.18.116.17) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 15 Dec 2016 06:50:37 -0800 Received: from fmsmsx113.amr.corp.intel.com ([169.254.13.68]) by fmsmsx117.amr.corp.intel.com ([169.254.3.34]) with mapi id 14.03.0248.002; Thu, 15 Dec 2016 06:50:37 -0800 From: "Wiles, Keith" To: Kumaraparameshwaran Rathnavel CC: "users@dpdk.org" Thread-Topic: [dpdk-users] Buffer Thread-Index: AQHSVt76hw674bwZmkSEoX9E+kt6HqEJnY4A Date: Thu, 15 Dec 2016 14:50:37 +0000 Message-ID: References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.252.133.128] Content-Type: text/plain; charset="us-ascii" Content-ID: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-users] Buffer X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Dec 2016 14:50:39 -0000 > On Dec 15, 2016, at 8:24 AM, Kumaraparameshwaran Rathnavel wrote: >=20 > Hi All, >=20 > During Transmit and receive routine can I directly call the functions rte= _ethrx_burst or rte_eth_tx_burst instead of the Buffer functions intermedia= te. Not clear as to the real question, but you should be able to call rte_eth_r= x_burst and rte_eth_tx_burst routines any place in your application code. >=20 > Thanking You, > Param. Regards, Keith