ethdev: move non-offload capabilities
authorThomas Monjalon <thomas@monjalon.net>
Tue, 27 Oct 2020 13:20:22 +0000 (14:20 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 3 Nov 2020 22:35:02 +0000 (23:35 +0100)
commite9ef7ec12be0764924b6eebfe2f00b15ed0345ff
treeb887ed9b2b28c6481153530fc6ddc50704a2bd64
parentbdc027118814781740065d962ce3dcb39ecebea0
ethdev: move non-offload capabilities

The definitions of RTE_ETH_DEV_CAPA_RUNTIME_RX_QUEUE_SETUP
and RTE_ETH_DEV_CAPA_RUNTIME_TX_QUEUE_SETUP were inserted
before the last comment of Tx offloads.

It is moved in a better place,
with comments moved to be before the definition.
A group comment is added to better describe device capabilities.

Fixes: cac923cfea47 ("ethdev: support runtime queue setup")
Cc: stable@dpdk.org
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
lib/librte_ethdev/rte_ethdev.h