[dpdk-users] Query on handling packets

Harsh Patel thadodaharsh10 at gmail.com
Thu Nov 8 17:58:51 CET 2018


Thanks for your insight on the topic. Transmission is working with the
functions you mentioned. We tried to search for some similar functions for
handling incoming packets but could not find anything. Can you help us on
that as well?

Regards,

Harsh and Hrishikesh.

On Thu, 8 Nov 2018 at 14:26, Wiles, Keith <keith.wiles at intel.com> wrote:

>
>
> > On Nov 8, 2018, at 8:24 AM, Harsh Patel <thadodaharsh10 at gmail.com>
> wrote:
> >
> > 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?
>
>
> Search in the docs or lib/librte_ethdev directory on
> rte_eth_tx_buffer_init, rte_eth_tx_buffer, ...
>
>
>
> > Thanks and regards
> > Harsh Patel, Hrishikesh Hiraskar
> > NITK Surathkal
>
> Regards,
> Keith
>
>


More information about the users mailing list