[dpdk-dev] [PATCH] eventdev: ease single-link queue config requirements

Jerin Jacob jerin.jacob at caviumnetworks.com
Mon Sep 4 08:09:14 CEST 2017


-----Original Message-----
> Date: Wed, 9 Aug 2017 14:58:04 -0500
> From: Gage Eads <gage.eads at intel.com>
> To: dev at dpdk.org
> CC: jerin.jacob at caviumnetworks.com, nipun.gupta at nxp.com,
>  hemant.agrawal at nxp.com, harry.van.haaren at intel.com,
>  bruce.richardson at 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.eads at intel.com>

Acked-by: Jerin Jacob <jerin.jacob at caviumnetworks.com>


More information about the dev mailing list