[dpdk-dev] [PATCH v8 1/5] ethdev: support runtime queue setup

Thomas Monjalon thomas at monjalon.net
Tue Apr 24 16:01:13 CEST 2018


24/04/2018 14:44, Qi Zhang:
> From: Qi Zhang <Qi.z.zhang at intel.com>
> 
> It's not possible to setup a queue when the port is started
> because of a check in ethdev layer. New capability flags are
> added in order to relax this check for devices which support
> queue setup in runtime. The functions rte_eth_[rx|tx]_queue_setup
> will raise an error only if the port is started and runtime setup
> of queue is not supported.
> 
> Signed-off-by: Qi Zhang <qi.z.zhang at intel.com>
> Acked-by: Konstantin Ananyev <konstantin.ananyev at intel.com>
> Acked-by: Ferruh Yigit <ferruh.yigit at intel.com>

Acked-by: Thomas Monjalon <thomas at monjalon.net>





More information about the dev mailing list