From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg0-f45.google.com (mail-pg0-f45.google.com [74.125.83.45]) by dpdk.org (Postfix) with ESMTP id 09A9A38EB for ; Thu, 15 Dec 2016 15:24:20 +0100 (CET) Received: by mail-pg0-f45.google.com with SMTP id f188so20573675pgc.3 for ; Thu, 15 Dec 2016 06:24:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cloudsimple-com.20150623.gappssmtp.com; s=20150623; h=from:content-transfer-encoding:mime-version:subject:message-id:date :to; bh=KBfHV1YmsGyi7iZqO/EAM0raMcullem1i95d4Z58+u0=; b=MzY08ZDFqOmiXdixOIWXA2HhuINDWgUOw80pbfede5eG6TWdT58TtYyEIyUmkJnYi7 PoOKlw/F/4aZlollp3+I35FJFNRk/T3dw7WNuorR3AfgLZW3WvfkCJwG+nDiU0dcE14z fbVYBYcbKx2hYLoYSHR2DOMHRpvlIkeAQdwM4AdOjX1B99CVvZRq54/of1yXodPw9des L08s3uqaAZZDrGvbIW18igGpd0VwBPIMVTPiPPjXOsRngUMvGOsm9kNWNmpp8MuUcK6x Wa4hO8nCzDwws3EOjMWIS1zZTCnEHPNZBCTf7kXlfM8ECjMyqFvkYrRl7SX6h1lOiVNh H6wg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:content-transfer-encoding:mime-version :subject:message-id:date:to; bh=KBfHV1YmsGyi7iZqO/EAM0raMcullem1i95d4Z58+u0=; b=s3/vMeyuXV59ocRtSsYTzLpqU2dMtZ1rYMEhmpL62vuebAqzMZxLZIrW5/+IWpatOy yD/eQIsiYIJO6lpE/rWpbrDQ/ErUeiM/qLZieFEB4LtIjTrj9H2toXA7uWqILdLXiILu JCNynRsnPE1GnYTy2cCf8DsdNsxgyOllfQy96pWHCNapfslg/OdaaXXYt6JQ0OBrQa6A tv3B+08JP6QwOkdOlGqx4P1Va78H+wvHI324rg1g69W5o4+kXEPxB8QQySa70hfYxi2m lk27MEji8IdY4C7XoRvtbdb+pm1clyujBTNez0z3rd1c2UrpabeK7Pgh0GyRvWJp/sIi xEkA== X-Gm-Message-State: AKaTC03q/FNp8+pZSzJ6phkUJrA1pN+YEJi2XEQNhlIHHIrCKxnvH59n0jCE7/yS6WHrOtdC X-Received: by 10.98.68.84 with SMTP id r81mr2463771pfa.174.1481811859876; Thu, 15 Dec 2016 06:24:19 -0800 (PST) Received: from [192.168.0.100] ([106.51.65.217]) by smtp.gmail.com with ESMTPSA id b12sm5075884pfb.78.2016.12.15.06.24.18 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 15 Dec 2016 06:24:19 -0800 (PST) From: Kumaraparameshwaran Rathnavel Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.1 \(3251\)) Message-Id: Date: Thu, 15 Dec 2016 19:54:16 +0530 To: users@dpdk.org X-Mailer: Apple Mail (2.3251) Subject: [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:24:21 -0000 Hi All, During Transmit and receive routine can I directly call the functions = rte_ethrx_burst or rte_eth_tx_burst instead of the Buffer functions = intermediate. Thanking You, Param.=