-----Original Message----- > Date: Mon, 23 Oct 2017 18:07:02 +0530 > From: Nipun Gupta <nipun.gu...@nxp.com> > To: dev@dpdk.org > CC: hemant.agra...@nxp.com, jerin.ja...@caviumnetworks.com, > nikhil....@intel.com, Nipun Gupta <nipun.gu...@nxp.com> > Subject: [PATCH v5 1/5] drivers: add queue parameter in event processing > callback > X-Mailer: git-send-email 1.9.1 > > For event dequeues for ethernet queues, a dpaa2_queue structure is > required to get the configuration for that ethernet queue. Based on > this configuration the rte_event is to be filled at the ingress side. > > Signed-off-by: Nipun Gupta <nipun.gu...@nxp.com> > Acked-by: Hemant Agrawal <hemant.agra...@nxp.com> > --- > This patch series is based over the following patch: > http://dpdk.org/dev/patchwork/patch/30430/
Series applied to dpdk-next-eventdev/master. Thanks.