Re: [dpdk-dev] [PATCH v3] eventdev: flag to identify same destined packets enqueue

2019-10-05 Thread Jerin Jacob
On Fri, Oct 4, 2019 at 4:33 PM Nipun Gupta wrote: > > This patch introduces a `flag` in the Eth TX adapter enqueue API. > Some drivers may support burst functionality only with the packets > having same destination device and queue. > > The flag `RTE_EVENT_ETH_TX_ADAPTER_ENQUEUE_SAME_DEST` can be

[dpdk-dev] [PATCH v3] eventdev: flag to identify same destined packets enqueue

2019-10-04 Thread Nipun Gupta
This patch introduces a `flag` in the Eth TX adapter enqueue API. Some drivers may support burst functionality only with the packets having same destination device and queue. The flag `RTE_EVENT_ETH_TX_ADAPTER_ENQUEUE_SAME_DEST` can be used to indicate this so the underlying driver, for drivers to