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

2019-10-10 Thread Jerin Jacob
On Thu, Oct 10, 2019 at 6:13 PM Nipun Gupta wrote: > > > > > -Original Message- > > From: Rao, Nikhil > > Sent: Thursday, October 10, 2019 3:36 PM > > To: Nipun Gupta ; dev@dpdk.org > > Cc: jer...@marvell.com; acon...@redhat.com; pbhagavat...@marvell.com; > > sk...@marvell.com; Hemant Agr

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

2019-10-10 Thread Nipun Gupta
> -Original Message- > From: Rao, Nikhil > Sent: Thursday, October 10, 2019 3:36 PM > To: Nipun Gupta ; dev@dpdk.org > Cc: jer...@marvell.com; acon...@redhat.com; pbhagavat...@marvell.com; > sk...@marvell.com; Hemant Agrawal ; > Richardson, Bruce ; Kovacevic, Marko > ; or...@mellanox.co

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

2019-10-10 Thread Rao, Nikhil
Hi Nipun, > -Original Message- > From: Nipun Gupta [mailto:nipun.gu...@nxp.com] > Sent: Wednesday, October 9, 2019 1:03 PM > To: dev@dpdk.org > Cc: jer...@marvell.com; acon...@redhat.com; pbhagavat...@marvell.com; > sk...@marvell.com; hemant.agra...@nxp.com; Richardson, Bruce > ; Kovacevi

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

2019-10-09 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