From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thadodaharsh10@gmail.com>
Received: from mail-it1-f179.google.com (mail-it1-f179.google.com
 [209.85.166.179]) by dpdk.org (Postfix) with ESMTP id 6D88D239
 for <users@dpdk.org>; Thu,  8 Nov 2018 09:25:01 +0100 (CET)
Received: by mail-it1-f179.google.com with SMTP id b7-v6so421862itd.5
 for <users@dpdk.org>; Thu, 08 Nov 2018 00:25:01 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;
 h=mime-version:from:date:message-id:subject:to;
 bh=m5xHHfSKHO+Pb9TDQKn4pi2fWg1w4wTiluZ5YRbTFZo=;
 b=Jq8TdUEkxGAirCDfz7+9DsTk5d9RwXQwVwlTYMLvJeAFDTAFyqgeiMfNTmp2l1n01e
 1ngdw/sqp1jE9UkiqWYdvjMFf0/sxSBUbwFBoqz1CYCJ5KvUfW+hzLbVLbU+WvWgRIR8
 J86eC/Q2Njm7HwoCvyhCqoJdYoJG53iV79w8VQ3jUY9cNmVfrP9K9JMzgWIKMl5d4lW4
 dgYG+WlZFxtg1mASAIUSYq9XIP3xZdqDEJK1lcWMz9Voy3C/VX4BliJPYInBB0qz5zuW
 T8TGSIjO6Ked/s4Y/3a3+qagvd6Z6RXS3Zcv3v7N7iVIT+qgQ3zPfxuA1czyOeFRu1y3
 9JJw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:mime-version:from:date:message-id:subject:to;
 bh=m5xHHfSKHO+Pb9TDQKn4pi2fWg1w4wTiluZ5YRbTFZo=;
 b=dUH5yssgQYd2WTGZCTRGrh4l7Bywk4nScPQSgotwSOJ1z30tJLuKMkjHnEpZ9qL2jj
 iUEXRJXYU2RLMoW5Gbf/+Hn371nDAOt+GPU3uBshErTpQ5OmYMURhD5q+WSTSF1cJE6u
 8caJmvAJSzD440BFYL6jfCURpj7JN6nAgSp4l+y9ViVX+mTla75K6l05052k1lDKSxob
 OGxhyJb8sJjngMWfvwMVkf5147iD4eF9CNz7an4O8dW+FnN9qST7us/et8sCDJ2IdrbC
 RKajR6TLovWOFO3hDp/IaXbRT+qG4DHxUh0sGh1nv2WW81N3kIMXd1cYpQKvPPlYKoPG
 WIgg==
X-Gm-Message-State: AGRZ1gKnEL4n7lZUzyIcdQ3Aje69FGL/Xj+JLd+27gLOIMm1CgyqJaVB
 0zUCyanxqEF3VakbMpT0vQDVe0AsH6EokzD1acuWHzzX
X-Google-Smtp-Source: AJdET5eIyD/eM3kIUXnhbLhNNUhyt33QdcA3Z/1ACg2keINDQHB7TxAXr5VPqWcyzuSqD1XFS5PS3DS5ApDBnI7LAzk=
X-Received: by 2002:a24:d204:: with SMTP id z4-v6mr267116itf.11.1541665500500; 
 Thu, 08 Nov 2018 00:25:00 -0800 (PST)
MIME-Version: 1.0
From: Harsh Patel <thadodaharsh10@gmail.com>
Date: Thu, 8 Nov 2018 13:54:49 +0530
Message-ID: <CAA0iYrE_OBz5dCAT4UrDNHqnR4LKeHDKVMD5+5CgGA4Va7tn+g@mail.gmail.com>
To: users@dpdk.org
Content-Type: text/plain; charset="UTF-8"
X-Content-Filtered-By: Mailman/MimeDel 2.1.15
Subject: [dpdk-users] Query on handling packets
X-BeenThere: users@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK usage discussions <users.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/users>,
 <mailto:users-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/users/>
List-Post: <mailto:users@dpdk.org>
List-Help: <mailto:users-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/users>,
 <mailto:users-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 08 Nov 2018 08:25:01 -0000

Hi,
We are working on a project where we are trying to integrate DPDK with
another software. We are able to obtain packets from the other environment
to DPDK environment in one-by-one fashion. On the other hand DPDK allows to
send/receive burst of data packets. We want to know if there is any
functionality in DPDK to achieve this conversion of single incoming packet
to a burst of packets sent on NIC and similarly, conversion of burst read
packets from NIC to send it to other environment sequentially?

Thanks and regards
Harsh Patel, Hrishikesh Hiraskar
NITK Surathkal