-----Original Message----- > Date: Mon, 4 Sep 2017 11:39:13 +0530 > From: Jerin Jacob <jerin.ja...@caviumnetworks.com> > To: Gage Eads <gage.e...@intel.com> > Cc: dev@dpdk.org, nipun.gu...@nxp.com, hemant.agra...@nxp.com, > harry.van.haa...@intel.com, bruce.richard...@intel.com > Subject: Re: [PATCH] eventdev: ease single-link queue config requirements > User-Agent: Mutt/1.9.0 (2017-09-02) > > -----Original Message----- > > Date: Wed, 9 Aug 2017 14:58:04 -0500 > > From: Gage Eads <gage.e...@intel.com> > > To: dev@dpdk.org > > CC: jerin.ja...@caviumnetworks.com, nipun.gu...@nxp.com, > > hemant.agra...@nxp.com, harry.van.haa...@intel.com, > > bruce.richard...@intel.com > > Subject: [PATCH] eventdev: ease single-link queue config requirements > > X-Mailer: git-send-email 2.7.4 > > > > Events sent through single-link queues are naturally in-order and > > atomic, without reordering or atomic scheduling. Logically the > > nb_atomic_flows and nb_atomic_order_sequences arguments don't apply to a > > single link queue, but applications must set these (depending on the queue > > config type) to bypass the is_valid_{ordered, atomic}_queue_conf() checks > > in the eventdev layer. > > > > This commit updates those is_valid_* functions to ignore queues with the > > SINGLE_LINK flag, to simplify their configuration. > > > > Signed-off-by: Gage Eads <gage.e...@intel.com> > > Acked-by: Jerin Jacob <jerin.ja...@caviumnetworks.com>
Updated the next-eventdev tree to dpdk/master. Applied to dpdk-next-eventdev/master. Thanks.