|FAILURE| pw135617 [RFC] ethdev: fast path async flow API

qemudev at loongson.cn qemudev at loongson.cn
Wed Dec 27 11:51:33 CET 2023


Test-Label: loongarch-compilation
Test-Status: FAILURE
http://dpdk.org/patch/135617

_ninja build failure_

Submitter: Dariusz Sosnowski <dsosnowski at nvidia.com>
Date: Wed, 27 Dec 2023 12:57:09 +0200
DPDK git baseline: Repo:dpdk-next-net
  Branch: main
  CommitID: 84bfce561f24a33cb186efdc1cf8dc4a8c96fd26

135617 --> ninja build failed

Test environment and result as below:

+---------------------+----------------+
|     Environment     | compilation    |
+---------------------+----------------+
| Loongnix-Server 8.3 | FAIL           |
+---------------------+----------------+

Loongnix-Server 8.3
    Kernel: 4.19.190+
    Compiler: gcc 8.3


Ninja build logs:
-------------------------------BEGIN LOGS----------------------------
FAILED: lib/librte_ethdev.a.p/ethdev_ethdev_trace_points.c.o
cc -Ilib/librte_ethdev.a.p -Ilib -I../lib -Ilib/ethdev -I../lib/ethdev -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/loongarch/include -I../lib/eal/loongarch/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=loongarch64 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev -MD -MQ lib/librte_ethdev.a.p/ethdev_ethdev_trace_points.c.o -MF lib/librte_ethdev.a.p/ethdev_ethdev_trace_points.c.o.d -o lib/librte_ethdev.a.p/ethdev_ethdev_trace_points.c.o -c ../lib/ethdev/ethdev_trace_points.c
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/ethdev_trace.h:21,
from ../lib/ethdev/ethdev_trace_points.c:7:
./lib/ethdev/rte_flow.h:6047:67: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
typedef int (*rte_flow_async_action_handle_query_update_t)(struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h:6061:9: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h:6071:9: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h:6080:9: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_create’:
./lib/ethdev/rte_flow.h:6198:2: warning: implicit declaration of function ‘rte_flow_trace_async_create’; did you mean ‘rte_flow_async_create’? [-Wimplicit-function-declaration]
rte_flow_trace_async_create(port_id, queue_id, op_attr, template_table,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_create
./lib/ethdev/rte_flow.h:6198:2: warning: nested extern declaration of ‘rte_flow_trace_async_create’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_create_by_index’:
./lib/ethdev/rte_flow.h:6266:2: warning: implicit declaration of function ‘rte_flow_trace_async_create_by_index’; did you mean ‘rte_flow_async_create_by_index’? [-Wimplicit-function-declaration]
rte_flow_trace_async_create_by_index(port_id, queue_id, op_attr, template_table, rule_index,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_create_by_index
./lib/ethdev/rte_flow.h:6266:2: warning: nested extern declaration of ‘rte_flow_trace_async_create_by_index’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_destroy’:
./lib/ethdev/rte_flow.h:6324:2: warning: implicit declaration of function ‘rte_flow_trace_async_destroy’; did you mean ‘rte_flow_async_destroy’? [-Wimplicit-function-declaration]
rte_flow_trace_async_destroy(port_id, queue_id, op_attr, flow,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_destroy
./lib/ethdev/rte_flow.h:6324:2: warning: nested extern declaration of ‘rte_flow_trace_async_destroy’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_actions_update’:
./lib/ethdev/rte_flow.h:6384:2: warning: implicit declaration of function ‘rte_flow_trace_async_actions_update’; did you mean ‘rte_flow_async_actions_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_actions_update(port_id, queue_id, op_attr, flow,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_actions_update
./lib/ethdev/rte_flow.h:6384:2: warning: nested extern declaration of ‘rte_flow_trace_async_actions_update’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_push’:
./lib/ethdev/rte_flow.h:6429:2: warning: implicit declaration of function ‘rte_flow_trace_push’; did you mean ‘rte_flow_push’? [-Wimplicit-function-declaration]
rte_flow_trace_push(port_id, queue_id, ret);
^~~~~~~~~~~~~~~~~~~
rte_flow_push
./lib/ethdev/rte_flow.h:6429:2: warning: nested extern declaration of ‘rte_flow_trace_push’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_pull’:
./lib/ethdev/rte_flow.h:6514:2: warning: implicit declaration of function ‘rte_flow_trace_pull’; did you mean ‘rte_flow_pull’? [-Wimplicit-function-declaration]
rte_flow_trace_pull(port_id, queue_id, res, n_res, ret);
^~~~~~~~~~~~~~~~~~~
rte_flow_pull
./lib/ethdev/rte_flow.h:6514:2: warning: nested extern declaration of ‘rte_flow_trace_pull’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_create’:
./lib/ethdev/rte_flow.h:6571:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_create’; did you mean ‘rte_flow_async_action_handle_create’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_create(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_create
./lib/ethdev/rte_flow.h:6571:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_create’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_destroy’:
./lib/ethdev/rte_flow.h:6625:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_destroy’; did you mean ‘rte_flow_async_action_handle_destroy’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_destroy(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_destroy
./lib/ethdev/rte_flow.h:6625:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_destroy’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_update’:
./lib/ethdev/rte_flow.h:6684:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_update’; did you mean ‘rte_flow_async_action_handle_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_update(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_update
./lib/ethdev/rte_flow.h:6684:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_update’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_query’:
./lib/ethdev/rte_flow.h:6748:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_query’; did you mean ‘rte_flow_async_action_handle_query’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_query(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_query
./lib/ethdev/rte_flow.h:6748:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_query’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_query_update’:
./lib/ethdev/rte_flow.h:6855:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_query_update’; did you mean ‘rte_flow_async_action_handle_query_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_query_update(port_id, queue_id, attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_query_update
./lib/ethdev/rte_flow.h:6855:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_query_update’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_list_handle_create’:
./lib/ethdev/rte_flow.h:6978:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_list_handle_create’; did you mean ‘rte_flow_async_action_list_handle_create’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_list_handle_create(port_id, queue_id, attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_list_handle_create
./lib/ethdev/rte_flow.h:6978:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_list_handle_create’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_list_handle_destroy’:
./lib/ethdev/rte_flow.h:7063:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_list_handle_destroy’; did you mean ‘rte_flow_async_action_list_handle_destroy’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_list_handle_destroy(port_id, queue_id,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_list_handle_destroy
./lib/ethdev/rte_flow.h:7063:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_list_handle_destroy’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_list_handle_query_update’:
./lib/ethdev/rte_flow.h:7181:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_list_handle_query_update’; did you mean ‘rte_flow_async_action_list_handle_query_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_list_handle_query_update(port_id, queue_id,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_list_handle_query_update
./lib/ethdev/rte_flow.h:7181:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_list_handle_query_update’ [-Wnested-externs]
In file included from ../lib/eal/include/rte_trace_point_register.h:17,
from ../lib/ethdev/ethdev_trace_points.c:5:
./lib/ethdev/ethdev_trace.h: At top level:
./lib/ethdev/ethdev_trace.h:2325:2: warning: conflicting types for ‘rte_flow_trace_async_create’
rte_flow_trace_async_create,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2324:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2325:2: error: static declaration of ‘rte_flow_trace_async_create’ follows non-static declaration
rte_flow_trace_async_create,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2324:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/ethdev_trace.h:21,
from ../lib/ethdev/ethdev_trace_points.c:7:
./lib/ethdev/rte_flow.h:6198:2: note: previous implicit declaration of ‘rte_flow_trace_async_create’ was here
rte_flow_trace_async_create(port_id, queue_id, op_attr, template_table,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/eal/include/rte_trace_point_register.h:17,
from ../lib/ethdev/ethdev_trace_points.c:5:
./lib/ethdev/ethdev_trace.h:2347:2: warning: conflicting types for ‘rte_flow_trace_async_destroy’
rte_flow_trace_async_destroy,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2346:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2347:2: error: static declaration of ‘rte_flow_trace_async_destroy’ follows non-static declaration
rte_flow_trace_async_destroy,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2346:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/ethdev_trace.h:21,
from ../lib/ethdev/ethdev_trace_points.c:7:
./lib/ethdev/rte_flow.h:6324:2: note: previous implicit declaration of ‘rte_flow_trace_async_destroy’ was here
rte_flow_trace_async_destroy(port_id, queue_id, op_attr, flow,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/eal/include/rte_trace_point_register.h:17,
from ../lib/ethdev/ethdev_trace_points.c:5:
./lib/ethdev/ethdev_trace.h:2360:2: warning: conflicting types for ‘rte_flow_trace_async_actions_update’
rte_flow_trace_async_actions_update,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2359:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2360:2: error: static declaration of ‘rte_flow_trace_async_actions_update’ follows non-static declaration
rte_flow_trace_async_actions_update,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2359:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/ethdev_trace.h:21,
from ../lib/ethdev/ethdev_trace_points.c:7:
./lib/ethdev/rte_flow.h:6384:2: note: previous implicit declaration of ‘rte_flow_trace_async_actions_update’ was here
rte_flow_trace_async_actions_update(port_id, queue_id, op_attr, flow,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/eal/include/rte_trace_point_register.h:17,
from ../lib/ethdev/ethdev_trace_points.c:5:
./lib/ethdev/ethdev_trace.h:2378:2: warning: conflicting types for ‘rte_flow_trace_push’
rte_flow_trace_push,
^~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2377:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2378:2: error: static declaration of ‘rte_flow_trace_push’ follows non-static declaration
rte_flow_trace_push,
^~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2377:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/ethdev_trace.h:21,
from ../lib/ethdev/ethdev_trace_points.c:7:
./lib/ethdev/rte_flow.h:6429:2: note: previous implicit declaration of ‘rte_flow_trace_push’ was here
rte_flow_trace_push(port_id, queue_id, ret);
^~~~~~~~~~~~~~~~~~~
In file included from ../lib/eal/include/rte_trace_point_register.h:17,
from ../lib/ethdev/ethdev_trace_points.c:5:
./lib/ethdev/ethdev_trace.h:2386:2: warning: conflicting types for ‘rte_flow_trace_pull’
rte_flow_trace_pull,
^~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2385:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2386:2: error: static declaration of ‘rte_flow_trace_pull’ follows non-static declaration
rte_flow_trace_pull,
^~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2385:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/ethdev_trace.h:21,
from ../lib/ethdev/ethdev_trace_points.c:7:
./lib/ethdev/rte_flow.h:6514:2: note: previous implicit declaration of ‘rte_flow_trace_pull’ was here
rte_flow_trace_pull(port_id, queue_id, res, n_res, ret);
^~~~~~~~~~~~~~~~~~~
In file included from ../lib/eal/include/rte_trace_point_register.h:17,
from ../lib/ethdev/ethdev_trace_points.c:5:
./lib/ethdev/ethdev_trace.h:2397:2: warning: conflicting types for ‘rte_flow_trace_async_action_handle_create’
rte_flow_trace_async_action_handle_create,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2396:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2397:2: error: static declaration of ‘rte_flow_trace_async_action_handle_create’ follows non-static declaration
rte_flow_trace_async_action_handle_create,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2396:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/ethdev_trace.h:21,
from ../lib/ethdev/ethdev_trace_points.c:7:
./lib/ethdev/rte_flow.h:6571:2: note: previous implicit declaration of ‘rte_flow_trace_async_action_handle_create’ was here
rte_flow_trace_async_action_handle_create(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/eal/include/rte_trace_point_register.h:17,
from ../lib/ethdev/ethdev_trace_points.c:5:
./lib/ethdev/ethdev_trace.h:2414:2: warning: conflicting types for ‘rte_flow_trace_async_action_handle_destroy’
rte_flow_trace_async_action_handle_destroy,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2413:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2414:2: error: static declaration of ‘rte_flow_trace_async_action_handle_destroy’ follows non-static declaration
rte_flow_trace_async_action_handle_destroy,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2413:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/ethdev_trace.h:21,
from ../lib/ethdev/ethdev_trace_points.c:7:
./lib/ethdev/rte_flow.h:6625:2: note: previous implicit declaration of ‘rte_flow_trace_async_action_handle_destroy’ was here
rte_flow_trace_async_action_handle_destroy(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/eal/include/rte_trace_point_register.h:17,
from ../lib/ethdev/ethdev_trace_points.c:5:
./lib/ethdev/ethdev_trace.h:2428:2: warning: conflicting types for ‘rte_flow_trace_async_action_handle_update’
rte_flow_trace_async_action_handle_update,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2427:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2428:2: error: static declaration of ‘rte_flow_trace_async_action_handle_update’ follows non-static declaration
rte_flow_trace_async_action_handle_update,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2427:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/ethdev_trace.h:21,
from ../lib/ethdev/ethdev_trace_points.c:7:
./lib/ethdev/rte_flow.h:6684:2: note: previous implicit declaration of ‘rte_flow_trace_async_action_handle_update’ was here
rte_flow_trace_async_action_handle_update(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/eal/include/rte_trace_point_register.h:17,
from ../lib/ethdev/ethdev_trace_points.c:5:
./lib/ethdev/ethdev_trace.h:2443:2: warning: conflicting types for ‘rte_flow_trace_async_action_handle_query’
rte_flow_trace_async_action_handle_query,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2442:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2443:2: error: static declaration of ‘rte_flow_trace_async_action_handle_query’ follows non-static declaration
rte_flow_trace_async_action_handle_query,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2442:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/ethdev_trace.h:21,
from ../lib/ethdev/ethdev_trace_points.c:7:
./lib/ethdev/rte_flow.h:6748:2: note: previous implicit declaration of ‘rte_flow_trace_async_action_handle_query’ was here
rte_flow_trace_async_action_handle_query(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/eal/include/rte_trace_point_register.h:17,
from ../lib/ethdev/ethdev_trace_points.c:5:
./lib/ethdev/ethdev_trace.h:2510:2: warning: conflicting types for ‘rte_flow_trace_async_action_list_handle_create’
rte_flow_trace_async_action_list_handle_create,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2509:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2510:2: error: static declaration of ‘rte_flow_trace_async_action_list_handle_create’ follows non-static declaration
rte_flow_trace_async_action_list_handle_create,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2509:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/ethdev_trace.h:21,
from ../lib/ethdev/ethdev_trace_points.c:7:
./lib/ethdev/rte_flow.h:6978:2: note: previous implicit declaration of ‘rte_flow_trace_async_action_list_handle_create’ was here
rte_flow_trace_async_action_list_handle_create(port_id, queue_id, attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/eal/include/rte_trace_point_register.h:17,
from ../lib/ethdev/ethdev_trace_points.c:5:
./lib/ethdev/ethdev_trace.h:2527:2: warning: conflicting types for ‘rte_flow_trace_async_action_list_handle_destroy’
rte_flow_trace_async_action_list_handle_destroy,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2526:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2527:2: error: static declaration of ‘rte_flow_trace_async_action_list_handle_destroy’ follows non-static declaration
rte_flow_trace_async_action_list_handle_destroy,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2526:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/ethdev_trace.h:21,
from ../lib/ethdev/ethdev_trace_points.c:7:
./lib/ethdev/rte_flow.h:7063:2: note: previous implicit declaration of ‘rte_flow_trace_async_action_list_handle_destroy’ was here
rte_flow_trace_async_action_list_handle_destroy(port_id, queue_id,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/eal/include/rte_trace_point_register.h:17,
from ../lib/ethdev/ethdev_trace_points.c:5:
./lib/ethdev/ethdev_trace.h:2557:2: warning: conflicting types for ‘rte_flow_trace_async_action_list_handle_query_update’
rte_flow_trace_async_action_list_handle_query_update,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2556:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2557:2: error: static declaration of ‘rte_flow_trace_async_action_list_handle_query_update’ follows non-static declaration
rte_flow_trace_async_action_list_handle_query_update,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2556:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/ethdev_trace.h:21,
from ../lib/ethdev/ethdev_trace_points.c:7:
./lib/ethdev/rte_flow.h:7181:2: note: previous implicit declaration of ‘rte_flow_trace_async_action_list_handle_query_update’ was here
rte_flow_trace_async_action_list_handle_query_update(port_id, queue_id,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[85/2422] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_class_eth.c.o
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/rte_class_eth.c:13:
./lib/ethdev/rte_flow.h:6047:67: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
typedef int (*rte_flow_async_action_handle_query_update_t)(struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h:6061:9: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h:6071:9: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h:6080:9: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_create’:
./lib/ethdev/rte_flow.h:6198:2: warning: implicit declaration of function ‘rte_flow_trace_async_create’; did you mean ‘rte_flow_async_create’? [-Wimplicit-function-declaration]
rte_flow_trace_async_create(port_id, queue_id, op_attr, template_table,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_create
./lib/ethdev/rte_flow.h:6198:2: warning: nested extern declaration of ‘rte_flow_trace_async_create’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_create_by_index’:
./lib/ethdev/rte_flow.h:6266:2: warning: implicit declaration of function ‘rte_flow_trace_async_create_by_index’; did you mean ‘rte_flow_async_create_by_index’? [-Wimplicit-function-declaration]
rte_flow_trace_async_create_by_index(port_id, queue_id, op_attr, template_table, rule_index,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_create_by_index
./lib/ethdev/rte_flow.h:6266:2: warning: nested extern declaration of ‘rte_flow_trace_async_create_by_index’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_destroy’:
./lib/ethdev/rte_flow.h:6324:2: warning: implicit declaration of function ‘rte_flow_trace_async_destroy’; did you mean ‘rte_flow_async_destroy’? [-Wimplicit-function-declaration]
rte_flow_trace_async_destroy(port_id, queue_id, op_attr, flow,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_destroy
./lib/ethdev/rte_flow.h:6324:2: warning: nested extern declaration of ‘rte_flow_trace_async_destroy’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_actions_update’:
./lib/ethdev/rte_flow.h:6384:2: warning: implicit declaration of function ‘rte_flow_trace_async_actions_update’; did you mean ‘rte_flow_async_actions_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_actions_update(port_id, queue_id, op_attr, flow,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_actions_update
./lib/ethdev/rte_flow.h:6384:2: warning: nested extern declaration of ‘rte_flow_trace_async_actions_update’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_push’:
./lib/ethdev/rte_flow.h:6429:2: warning: implicit declaration of function ‘rte_flow_trace_push’; did you mean ‘rte_flow_push’? [-Wimplicit-function-declaration]
rte_flow_trace_push(port_id, queue_id, ret);
^~~~~~~~~~~~~~~~~~~
rte_flow_push
./lib/ethdev/rte_flow.h:6429:2: warning: nested extern declaration of ‘rte_flow_trace_push’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_pull’:
./lib/ethdev/rte_flow.h:6514:2: warning: implicit declaration of function ‘rte_flow_trace_pull’; did you mean ‘rte_flow_pull’? [-Wimplicit-function-declaration]
rte_flow_trace_pull(port_id, queue_id, res, n_res, ret);
^~~~~~~~~~~~~~~~~~~
rte_flow_pull
./lib/ethdev/rte_flow.h:6514:2: warning: nested extern declaration of ‘rte_flow_trace_pull’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_create’:
./lib/ethdev/rte_flow.h:6571:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_create’; did you mean ‘rte_flow_async_action_handle_create’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_create(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_create
./lib/ethdev/rte_flow.h:6571:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_create’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_destroy’:
./lib/ethdev/rte_flow.h:6625:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_destroy’; did you mean ‘rte_flow_async_action_handle_destroy’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_destroy(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_destroy
./lib/ethdev/rte_flow.h:6625:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_destroy’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_update’:
./lib/ethdev/rte_flow.h:6684:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_update’; did you mean ‘rte_flow_async_action_handle_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_update(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_update
./lib/ethdev/rte_flow.h:6684:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_update’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_query’:
./lib/ethdev/rte_flow.h:6748:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_query’; did you mean ‘rte_flow_async_action_handle_query’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_query(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_query
./lib/ethdev/rte_flow.h:6748:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_query’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_query_update’:
./lib/ethdev/rte_flow.h:6855:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_query_update’; did you mean ‘rte_flow_async_action_handle_query_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_query_update(port_id, queue_id, attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_query_update
./lib/ethdev/rte_flow.h:6855:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_query_update’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_list_handle_create’:
./lib/ethdev/rte_flow.h:6978:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_list_handle_create’; did you mean ‘rte_flow_async_action_list_handle_create’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_list_handle_create(port_id, queue_id, attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_list_handle_create
./lib/ethdev/rte_flow.h:6978:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_list_handle_create’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_list_handle_destroy’:
./lib/ethdev/rte_flow.h:7063:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_list_handle_destroy’; did you mean ‘rte_flow_async_action_list_handle_destroy’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_list_handle_destroy(port_id, queue_id,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_list_handle_destroy
./lib/ethdev/rte_flow.h:7063:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_list_handle_destroy’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_list_handle_query_update’:
./lib/ethdev/rte_flow.h:7181:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_list_handle_query_update’; did you mean ‘rte_flow_async_action_list_handle_query_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_list_handle_query_update(port_id, queue_id,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_list_handle_query_update
./lib/ethdev/rte_flow.h:7181:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_list_handle_query_update’ [-Wnested-externs]
[86/2422] Compiling C object lib/librte_telemetry.a.p/telemetry_telemetry.c.o
[87/2422] Compiling C object lib/librte_ethdev.a.p/ethdev_sff_telemetry.c.o
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/sff_telemetry.c:9:
./lib/ethdev/rte_flow.h:6047:67: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
typedef int (*rte_flow_async_action_handle_query_update_t)(struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h:6061:9: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h:6071:9: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h:6080:9: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_create’:
./lib/ethdev/rte_flow.h:6198:2: warning: implicit declaration of function ‘rte_flow_trace_async_create’; did you mean ‘rte_flow_async_create’? [-Wimplicit-function-declaration]
rte_flow_trace_async_create(port_id, queue_id, op_attr, template_table,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_create
./lib/ethdev/rte_flow.h:6198:2: warning: nested extern declaration of ‘rte_flow_trace_async_create’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_create_by_index’:
./lib/ethdev/rte_flow.h:6266:2: warning: implicit declaration of function ‘rte_flow_trace_async_create_by_index’; did you mean ‘rte_flow_async_create_by_index’? [-Wimplicit-function-declaration]
rte_flow_trace_async_create_by_index(port_id, queue_id, op_attr, template_table, rule_index,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_create_by_index
./lib/ethdev/rte_flow.h:6266:2: warning: nested extern declaration of ‘rte_flow_trace_async_create_by_index’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_destroy’:
./lib/ethdev/rte_flow.h:6324:2: warning: implicit declaration of function ‘rte_flow_trace_async_destroy’; did you mean ‘rte_flow_async_destroy’? [-Wimplicit-function-declaration]
rte_flow_trace_async_destroy(port_id, queue_id, op_attr, flow,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_destroy
./lib/ethdev/rte_flow.h:6324:2: warning: nested extern declaration of ‘rte_flow_trace_async_destroy’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_actions_update’:
./lib/ethdev/rte_flow.h:6384:2: warning: implicit declaration of function ‘rte_flow_trace_async_actions_update’; did you mean ‘rte_flow_async_actions_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_actions_update(port_id, queue_id, op_attr, flow,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_actions_update
./lib/ethdev/rte_flow.h:6384:2: warning: nested extern declaration of ‘rte_flow_trace_async_actions_update’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_push’:
./lib/ethdev/rte_flow.h:6429:2: warning: implicit declaration of function ‘rte_flow_trace_push’; did you mean ‘rte_flow_push’? [-Wimplicit-function-declaration]
rte_flow_trace_push(port_id, queue_id, ret);
^~~~~~~~~~~~~~~~~~~
rte_flow_push
./lib/ethdev/rte_flow.h:6429:2: warning: nested extern declaration of ‘rte_flow_trace_push’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_pull’:
./lib/ethdev/rte_flow.h:6514:2: warning: implicit declaration of function ‘rte_flow_trace_pull’; did you mean ‘rte_flow_pull’? [-Wimplicit-function-declaration]
rte_flow_trace_pull(port_id, queue_id, res, n_res, ret);
^~~~~~~~~~~~~~~~~~~
rte_flow_pull
./lib/ethdev/rte_flow.h:6514:2: warning: nested extern declaration of ‘rte_flow_trace_pull’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_create’:
./lib/ethdev/rte_flow.h:6571:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_create’; did you mean ‘rte_flow_async_action_handle_create’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_create(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_create
./lib/ethdev/rte_flow.h:6571:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_create’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_destroy’:
./lib/ethdev/rte_flow.h:6625:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_destroy’; did you mean ‘rte_flow_async_action_handle_destroy’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_destroy(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_destroy
./lib/ethdev/rte_flow.h:6625:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_destroy’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_update’:
./lib/ethdev/rte_flow.h:6684:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_update’; did you mean ‘rte_flow_async_action_handle_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_update(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_update
./lib/ethdev/rte_flow.h:6684:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_update’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_query’:
./lib/ethdev/rte_flow.h:6748:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_query’; did you mean ‘rte_flow_async_action_handle_query’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_query(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_query
./lib/ethdev/rte_flow.h:6748:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_query’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_query_update’:
./lib/ethdev/rte_flow.h:6855:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_query_update’; did you mean ‘rte_flow_async_action_handle_query_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_query_update(port_id, queue_id, attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_query_update
./lib/ethdev/rte_flow.h:6855:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_query_update’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_list_handle_create’:
./lib/ethdev/rte_flow.h:6978:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_list_handle_create’; did you mean ‘rte_flow_async_action_list_handle_create’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_list_handle_create(port_id, queue_id, attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_list_handle_create
./lib/ethdev/rte_flow.h:6978:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_list_handle_create’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_list_handle_destroy’:
./lib/ethdev/rte_flow.h:7063:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_list_handle_destroy’; did you mean ‘rte_flow_async_action_list_handle_destroy’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_list_handle_destroy(port_id, queue_id,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_list_handle_destroy
./lib/ethdev/rte_flow.h:7063:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_list_handle_destroy’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_list_handle_query_update’:
./lib/ethdev/rte_flow.h:7181:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_list_handle_query_update’; did you mean ‘rte_flow_async_action_list_handle_query_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_list_handle_query_update(port_id, queue_id,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_list_handle_query_update
./lib/ethdev/rte_flow.h:7181:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_list_handle_query_update’ [-Wnested-externs]
[88/2422] Compiling C object lib/librte_pci.a.p/pci_rte_pci.c.o
[89/2422] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_tm.c.o
FAILED: lib/librte_ethdev.a.p/ethdev_rte_tm.c.o
cc -Ilib/librte_ethdev.a.p -Ilib -I../lib -Ilib/ethdev -I../lib/ethdev -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/loongarch/include -I../lib/eal/loongarch/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=loongarch64 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev -MD -MQ lib/librte_ethdev.a.p/ethdev_rte_tm.c.o -MF lib/librte_ethdev.a.p/ethdev_rte_tm.c.o.d -o lib/librte_ethdev.a.p/ethdev_rte_tm.c.o -c ../lib/ethdev/rte_tm.c
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/ethdev_trace.h:21,
from ../lib/ethdev/rte_tm.c:8:
./lib/ethdev/rte_flow.h:6047:67: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
typedef int (*rte_flow_async_action_handle_query_update_t)(struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h:6061:9: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h:6071:9: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h:6080:9: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_create’:
./lib/ethdev/rte_flow.h:6198:2: warning: implicit declaration of function ‘rte_flow_trace_async_create’; did you mean ‘rte_flow_async_create’? [-Wimplicit-function-declaration]
rte_flow_trace_async_create(port_id, queue_id, op_attr, template_table,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_create
./lib/ethdev/rte_flow.h:6198:2: warning: nested extern declaration of ‘rte_flow_trace_async_create’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_create_by_index’:
./lib/ethdev/rte_flow.h:6266:2: warning: implicit declaration of function ‘rte_flow_trace_async_create_by_index’; did you mean ‘rte_flow_async_create_by_index’? [-Wimplicit-function-declaration]
rte_flow_trace_async_create_by_index(port_id, queue_id, op_attr, template_table, rule_index,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_create_by_index
./lib/ethdev/rte_flow.h:6266:2: warning: nested extern declaration of ‘rte_flow_trace_async_create_by_index’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_destroy’:
./lib/ethdev/rte_flow.h:6324:2: warning: implicit declaration of function ‘rte_flow_trace_async_destroy’; did you mean ‘rte_flow_async_destroy’? [-Wimplicit-function-declaration]
rte_flow_trace_async_destroy(port_id, queue_id, op_attr, flow,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_destroy
./lib/ethdev/rte_flow.h:6324:2: warning: nested extern declaration of ‘rte_flow_trace_async_destroy’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_actions_update’:
./lib/ethdev/rte_flow.h:6384:2: warning: implicit declaration of function ‘rte_flow_trace_async_actions_update’; did you mean ‘rte_flow_async_actions_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_actions_update(port_id, queue_id, op_attr, flow,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_actions_update
./lib/ethdev/rte_flow.h:6384:2: warning: nested extern declaration of ‘rte_flow_trace_async_actions_update’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_push’:
./lib/ethdev/rte_flow.h:6429:2: warning: implicit declaration of function ‘rte_flow_trace_push’; did you mean ‘rte_flow_push’? [-Wimplicit-function-declaration]
rte_flow_trace_push(port_id, queue_id, ret);
^~~~~~~~~~~~~~~~~~~
rte_flow_push
./lib/ethdev/rte_flow.h:6429:2: warning: nested extern declaration of ‘rte_flow_trace_push’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_pull’:
./lib/ethdev/rte_flow.h:6514:2: warning: implicit declaration of function ‘rte_flow_trace_pull’; did you mean ‘rte_flow_pull’? [-Wimplicit-function-declaration]
rte_flow_trace_pull(port_id, queue_id, res, n_res, ret);
^~~~~~~~~~~~~~~~~~~
rte_flow_pull
./lib/ethdev/rte_flow.h:6514:2: warning: nested extern declaration of ‘rte_flow_trace_pull’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_create’:
./lib/ethdev/rte_flow.h:6571:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_create’; did you mean ‘rte_flow_async_action_handle_create’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_create(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_create
./lib/ethdev/rte_flow.h:6571:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_create’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_destroy’:
./lib/ethdev/rte_flow.h:6625:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_destroy’; did you mean ‘rte_flow_async_action_handle_destroy’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_destroy(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_destroy
./lib/ethdev/rte_flow.h:6625:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_destroy’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_update’:
./lib/ethdev/rte_flow.h:6684:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_update’; did you mean ‘rte_flow_async_action_handle_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_update(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_update
./lib/ethdev/rte_flow.h:6684:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_update’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_query’:
./lib/ethdev/rte_flow.h:6748:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_query’; did you mean ‘rte_flow_async_action_handle_query’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_query(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_query
./lib/ethdev/rte_flow.h:6748:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_query’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_query_update’:
./lib/ethdev/rte_flow.h:6855:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_query_update’; did you mean ‘rte_flow_async_action_handle_query_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_query_update(port_id, queue_id, attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_query_update
./lib/ethdev/rte_flow.h:6855:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_query_update’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_list_handle_create’:
./lib/ethdev/rte_flow.h:6978:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_list_handle_create’; did you mean ‘rte_flow_async_action_list_handle_create’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_list_handle_create(port_id, queue_id, attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_list_handle_create
./lib/ethdev/rte_flow.h:6978:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_list_handle_create’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_list_handle_destroy’:
./lib/ethdev/rte_flow.h:7063:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_list_handle_destroy’; did you mean ‘rte_flow_async_action_list_handle_destroy’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_list_handle_destroy(port_id, queue_id,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_list_handle_destroy
./lib/ethdev/rte_flow.h:7063:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_list_handle_destroy’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_list_handle_query_update’:
./lib/ethdev/rte_flow.h:7181:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_list_handle_query_update’; did you mean ‘rte_flow_async_action_list_handle_query_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_list_handle_query_update(port_id, queue_id,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_list_handle_query_update
./lib/ethdev/rte_flow.h:7181:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_list_handle_query_update’ [-Wnested-externs]
In file included from ../lib/ethdev/ethdev_trace.h:19,
from ../lib/ethdev/rte_tm.c:8:
./lib/ethdev/ethdev_trace.h: At top level:
./lib/ethdev/ethdev_trace.h:2325:2: warning: conflicting types for ‘rte_flow_trace_async_create’
rte_flow_trace_async_create,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2324:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2325:2: error: static declaration of ‘rte_flow_trace_async_create’ follows non-static declaration
rte_flow_trace_async_create,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2324:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/ethdev_trace.h:21,
from ../lib/ethdev/rte_tm.c:8:
./lib/ethdev/rte_flow.h:6198:2: note: previous implicit declaration of ‘rte_flow_trace_async_create’ was here
rte_flow_trace_async_create(port_id, queue_id, op_attr, template_table,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/ethdev_trace.h:19,
from ../lib/ethdev/rte_tm.c:8:
./lib/ethdev/ethdev_trace.h:2347:2: warning: conflicting types for ‘rte_flow_trace_async_destroy’
rte_flow_trace_async_destroy,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2346:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2347:2: error: static declaration of ‘rte_flow_trace_async_destroy’ follows non-static declaration
rte_flow_trace_async_destroy,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2346:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/ethdev_trace.h:21,
from ../lib/ethdev/rte_tm.c:8:
./lib/ethdev/rte_flow.h:6324:2: note: previous implicit declaration of ‘rte_flow_trace_async_destroy’ was here
rte_flow_trace_async_destroy(port_id, queue_id, op_attr, flow,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/ethdev_trace.h:19,
from ../lib/ethdev/rte_tm.c:8:
./lib/ethdev/ethdev_trace.h:2360:2: warning: conflicting types for ‘rte_flow_trace_async_actions_update’
rte_flow_trace_async_actions_update,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2359:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2360:2: error: static declaration of ‘rte_flow_trace_async_actions_update’ follows non-static declaration
rte_flow_trace_async_actions_update,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2359:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/ethdev_trace.h:21,
from ../lib/ethdev/rte_tm.c:8:
./lib/ethdev/rte_flow.h:6384:2: note: previous implicit declaration of ‘rte_flow_trace_async_actions_update’ was here
rte_flow_trace_async_actions_update(port_id, queue_id, op_attr, flow,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/ethdev_trace.h:19,
from ../lib/ethdev/rte_tm.c:8:
./lib/ethdev/ethdev_trace.h:2378:2: warning: conflicting types for ‘rte_flow_trace_push’
rte_flow_trace_push,
^~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2377:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2378:2: error: static declaration of ‘rte_flow_trace_push’ follows non-static declaration
rte_flow_trace_push,
^~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2377:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/ethdev_trace.h:21,
from ../lib/ethdev/rte_tm.c:8:
./lib/ethdev/rte_flow.h:6429:2: note: previous implicit declaration of ‘rte_flow_trace_push’ was here
rte_flow_trace_push(port_id, queue_id, ret);
^~~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/ethdev_trace.h:19,
from ../lib/ethdev/rte_tm.c:8:
./lib/ethdev/ethdev_trace.h:2386:2: warning: conflicting types for ‘rte_flow_trace_pull’
rte_flow_trace_pull,
^~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2385:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2386:2: error: static declaration of ‘rte_flow_trace_pull’ follows non-static declaration
rte_flow_trace_pull,
^~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2385:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/ethdev_trace.h:21,
from ../lib/ethdev/rte_tm.c:8:
./lib/ethdev/rte_flow.h:6514:2: note: previous implicit declaration of ‘rte_flow_trace_pull’ was here
rte_flow_trace_pull(port_id, queue_id, res, n_res, ret);
^~~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/ethdev_trace.h:19,
from ../lib/ethdev/rte_tm.c:8:
./lib/ethdev/ethdev_trace.h:2397:2: warning: conflicting types for ‘rte_flow_trace_async_action_handle_create’
rte_flow_trace_async_action_handle_create,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2396:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2397:2: error: static declaration of ‘rte_flow_trace_async_action_handle_create’ follows non-static declaration
rte_flow_trace_async_action_handle_create,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2396:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/ethdev_trace.h:21,
from ../lib/ethdev/rte_tm.c:8:
./lib/ethdev/rte_flow.h:6571:2: note: previous implicit declaration of ‘rte_flow_trace_async_action_handle_create’ was here
rte_flow_trace_async_action_handle_create(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/ethdev_trace.h:19,
from ../lib/ethdev/rte_tm.c:8:
./lib/ethdev/ethdev_trace.h:2414:2: warning: conflicting types for ‘rte_flow_trace_async_action_handle_destroy’
rte_flow_trace_async_action_handle_destroy,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2413:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2414:2: error: static declaration of ‘rte_flow_trace_async_action_handle_destroy’ follows non-static declaration
rte_flow_trace_async_action_handle_destroy,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2413:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/ethdev_trace.h:21,
from ../lib/ethdev/rte_tm.c:8:
./lib/ethdev/rte_flow.h:6625:2: note: previous implicit declaration of ‘rte_flow_trace_async_action_handle_destroy’ was here
rte_flow_trace_async_action_handle_destroy(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/ethdev_trace.h:19,
from ../lib/ethdev/rte_tm.c:8:
./lib/ethdev/ethdev_trace.h:2428:2: warning: conflicting types for ‘rte_flow_trace_async_action_handle_update’
rte_flow_trace_async_action_handle_update,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2427:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2428:2: error: static declaration of ‘rte_flow_trace_async_action_handle_update’ follows non-static declaration
rte_flow_trace_async_action_handle_update,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2427:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/ethdev_trace.h:21,
from ../lib/ethdev/rte_tm.c:8:
./lib/ethdev/rte_flow.h:6684:2: note: previous implicit declaration of ‘rte_flow_trace_async_action_handle_update’ was here
rte_flow_trace_async_action_handle_update(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/ethdev_trace.h:19,
from ../lib/ethdev/rte_tm.c:8:
./lib/ethdev/ethdev_trace.h:2443:2: warning: conflicting types for ‘rte_flow_trace_async_action_handle_query’
rte_flow_trace_async_action_handle_query,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2442:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2443:2: error: static declaration of ‘rte_flow_trace_async_action_handle_query’ follows non-static declaration
rte_flow_trace_async_action_handle_query,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2442:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/ethdev_trace.h:21,
from ../lib/ethdev/rte_tm.c:8:
./lib/ethdev/rte_flow.h:6748:2: note: previous implicit declaration of ‘rte_flow_trace_async_action_handle_query’ was here
rte_flow_trace_async_action_handle_query(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/ethdev_trace.h:19,
from ../lib/ethdev/rte_tm.c:8:
./lib/ethdev/ethdev_trace.h:2510:2: warning: conflicting types for ‘rte_flow_trace_async_action_list_handle_create’
rte_flow_trace_async_action_list_handle_create,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2509:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2510:2: error: static declaration of ‘rte_flow_trace_async_action_list_handle_create’ follows non-static declaration
rte_flow_trace_async_action_list_handle_create,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2509:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/ethdev_trace.h:21,
from ../lib/ethdev/rte_tm.c:8:
./lib/ethdev/rte_flow.h:6978:2: note: previous implicit declaration of ‘rte_flow_trace_async_action_list_handle_create’ was here
rte_flow_trace_async_action_list_handle_create(port_id, queue_id, attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/ethdev_trace.h:19,
from ../lib/ethdev/rte_tm.c:8:
./lib/ethdev/ethdev_trace.h:2527:2: warning: conflicting types for ‘rte_flow_trace_async_action_list_handle_destroy’
rte_flow_trace_async_action_list_handle_destroy,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2526:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2527:2: error: static declaration of ‘rte_flow_trace_async_action_list_handle_destroy’ follows non-static declaration
rte_flow_trace_async_action_list_handle_destroy,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2526:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/ethdev_trace.h:21,
from ../lib/ethdev/rte_tm.c:8:
./lib/ethdev/rte_flow.h:7063:2: note: previous implicit declaration of ‘rte_flow_trace_async_action_list_handle_destroy’ was here
rte_flow_trace_async_action_list_handle_destroy(port_id, queue_id,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/ethdev_trace.h:19,
from ../lib/ethdev/rte_tm.c:8:
./lib/ethdev/ethdev_trace.h:2557:2: warning: conflicting types for ‘rte_flow_trace_async_action_list_handle_query_update’
rte_flow_trace_async_action_list_handle_query_update,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2556:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2557:2: error: static declaration of ‘rte_flow_trace_async_action_list_handle_query_update’ follows non-static declaration
rte_flow_trace_async_action_list_handle_query_update,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2556:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/ethdev_trace.h:21,
from ../lib/ethdev/rte_tm.c:8:
./lib/ethdev/rte_flow.h:7181:2: note: previous implicit declaration of ‘rte_flow_trace_async_action_list_handle_query_update’ was here
rte_flow_trace_async_action_list_handle_query_update(port_id, queue_id,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[90/2422] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev_cman.c.o
FAILED: lib/librte_ethdev.a.p/ethdev_rte_ethdev_cman.c.o
cc -Ilib/librte_ethdev.a.p -Ilib -I../lib -Ilib/ethdev -I../lib/ethdev -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/loongarch/include -I../lib/eal/loongarch/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=loongarch64 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev -MD -MQ lib/librte_ethdev.a.p/ethdev_rte_ethdev_cman.c.o -MF lib/librte_ethdev.a.p/ethdev_rte_ethdev_cman.c.o.d -o lib/librte_ethdev.a.p/ethdev_rte_ethdev_cman.c.o -c ../lib/ethdev/rte_ethdev_cman.c
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/rte_ethdev_cman.c:8:
./lib/ethdev/rte_flow.h:6047:67: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
typedef int (*rte_flow_async_action_handle_query_update_t)(struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h:6061:9: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h:6071:9: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h:6080:9: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_create’:
./lib/ethdev/rte_flow.h:6198:2: warning: implicit declaration of function ‘rte_flow_trace_async_create’; did you mean ‘rte_flow_async_create’? [-Wimplicit-function-declaration]
rte_flow_trace_async_create(port_id, queue_id, op_attr, template_table,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_create
./lib/ethdev/rte_flow.h:6198:2: warning: nested extern declaration of ‘rte_flow_trace_async_create’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_create_by_index’:
./lib/ethdev/rte_flow.h:6266:2: warning: implicit declaration of function ‘rte_flow_trace_async_create_by_index’; did you mean ‘rte_flow_async_create_by_index’? [-Wimplicit-function-declaration]
rte_flow_trace_async_create_by_index(port_id, queue_id, op_attr, template_table, rule_index,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_create_by_index
./lib/ethdev/rte_flow.h:6266:2: warning: nested extern declaration of ‘rte_flow_trace_async_create_by_index’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_destroy’:
./lib/ethdev/rte_flow.h:6324:2: warning: implicit declaration of function ‘rte_flow_trace_async_destroy’; did you mean ‘rte_flow_async_destroy’? [-Wimplicit-function-declaration]
rte_flow_trace_async_destroy(port_id, queue_id, op_attr, flow,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_destroy
./lib/ethdev/rte_flow.h:6324:2: warning: nested extern declaration of ‘rte_flow_trace_async_destroy’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_actions_update’:
./lib/ethdev/rte_flow.h:6384:2: warning: implicit declaration of function ‘rte_flow_trace_async_actions_update’; did you mean ‘rte_flow_async_actions_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_actions_update(port_id, queue_id, op_attr, flow,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_actions_update
./lib/ethdev/rte_flow.h:6384:2: warning: nested extern declaration of ‘rte_flow_trace_async_actions_update’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_push’:
./lib/ethdev/rte_flow.h:6429:2: warning: implicit declaration of function ‘rte_flow_trace_push’; did you mean ‘rte_flow_push’? [-Wimplicit-function-declaration]
rte_flow_trace_push(port_id, queue_id, ret);
^~~~~~~~~~~~~~~~~~~
rte_flow_push
./lib/ethdev/rte_flow.h:6429:2: warning: nested extern declaration of ‘rte_flow_trace_push’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_pull’:
./lib/ethdev/rte_flow.h:6514:2: warning: implicit declaration of function ‘rte_flow_trace_pull’; did you mean ‘rte_flow_pull’? [-Wimplicit-function-declaration]
rte_flow_trace_pull(port_id, queue_id, res, n_res, ret);
^~~~~~~~~~~~~~~~~~~
rte_flow_pull
./lib/ethdev/rte_flow.h:6514:2: warning: nested extern declaration of ‘rte_flow_trace_pull’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_create’:
./lib/ethdev/rte_flow.h:6571:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_create’; did you mean ‘rte_flow_async_action_handle_create’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_create(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_create
./lib/ethdev/rte_flow.h:6571:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_create’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_destroy’:
./lib/ethdev/rte_flow.h:6625:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_destroy’; did you mean ‘rte_flow_async_action_handle_destroy’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_destroy(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_destroy
./lib/ethdev/rte_flow.h:6625:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_destroy’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_update’:
./lib/ethdev/rte_flow.h:6684:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_update’; did you mean ‘rte_flow_async_action_handle_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_update(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_update
./lib/ethdev/rte_flow.h:6684:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_update’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_query’:
./lib/ethdev/rte_flow.h:6748:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_query’; did you mean ‘rte_flow_async_action_handle_query’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_query(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_query
./lib/ethdev/rte_flow.h:6748:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_query’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_query_update’:
./lib/ethdev/rte_flow.h:6855:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_query_update’; did you mean ‘rte_flow_async_action_handle_query_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_query_update(port_id, queue_id, attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_query_update
./lib/ethdev/rte_flow.h:6855:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_query_update’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_list_handle_create’:
./lib/ethdev/rte_flow.h:6978:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_list_handle_create’; did you mean ‘rte_flow_async_action_list_handle_create’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_list_handle_create(port_id, queue_id, attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_list_handle_create
./lib/ethdev/rte_flow.h:6978:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_list_handle_create’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_list_handle_destroy’:
./lib/ethdev/rte_flow.h:7063:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_list_handle_destroy’; did you mean ‘rte_flow_async_action_list_handle_destroy’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_list_handle_destroy(port_id, queue_id,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_list_handle_destroy
./lib/ethdev/rte_flow.h:7063:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_list_handle_destroy’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_list_handle_query_update’:
./lib/ethdev/rte_flow.h:7181:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_list_handle_query_update’; did you mean ‘rte_flow_async_action_list_handle_query_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_list_handle_query_update(port_id, queue_id,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_list_handle_query_update
./lib/ethdev/rte_flow.h:7181:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_list_handle_query_update’ [-Wnested-externs]
In file included from ../lib/ethdev/rte_ethdev_trace_fp.h:18,
from ../lib/ethdev/rte_ethdev.h:175,
from ../lib/ethdev/rte_ethdev_cman.c:8:
./lib/ethdev/ethdev_trace.h: At top level:
./lib/ethdev/ethdev_trace.h:2325:2: warning: conflicting types for ‘rte_flow_trace_async_create’
rte_flow_trace_async_create,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2324:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2325:2: error: static declaration of ‘rte_flow_trace_async_create’ follows non-static declaration
rte_flow_trace_async_create,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2324:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/rte_ethdev_cman.c:8:
./lib/ethdev/rte_flow.h:6198:2: note: previous implicit declaration of ‘rte_flow_trace_async_create’ was here
rte_flow_trace_async_create(port_id, queue_id, op_attr, template_table,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_ethdev_trace_fp.h:18,
from ../lib/ethdev/rte_ethdev.h:175,
from ../lib/ethdev/rte_ethdev_cman.c:8:
./lib/ethdev/ethdev_trace.h:2347:2: warning: conflicting types for ‘rte_flow_trace_async_destroy’
rte_flow_trace_async_destroy,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2346:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2347:2: error: static declaration of ‘rte_flow_trace_async_destroy’ follows non-static declaration
rte_flow_trace_async_destroy,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2346:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/rte_ethdev_cman.c:8:
./lib/ethdev/rte_flow.h:6324:2: note: previous implicit declaration of ‘rte_flow_trace_async_destroy’ was here
rte_flow_trace_async_destroy(port_id, queue_id, op_attr, flow,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_ethdev_trace_fp.h:18,
from ../lib/ethdev/rte_ethdev.h:175,
from ../lib/ethdev/rte_ethdev_cman.c:8:
./lib/ethdev/ethdev_trace.h:2360:2: warning: conflicting types for ‘rte_flow_trace_async_actions_update’
rte_flow_trace_async_actions_update,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2359:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2360:2: error: static declaration of ‘rte_flow_trace_async_actions_update’ follows non-static declaration
rte_flow_trace_async_actions_update,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2359:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/rte_ethdev_cman.c:8:
./lib/ethdev/rte_flow.h:6384:2: note: previous implicit declaration of ‘rte_flow_trace_async_actions_update’ was here
rte_flow_trace_async_actions_update(port_id, queue_id, op_attr, flow,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_ethdev_trace_fp.h:18,
from ../lib/ethdev/rte_ethdev.h:175,
from ../lib/ethdev/rte_ethdev_cman.c:8:
./lib/ethdev/ethdev_trace.h:2378:2: warning: conflicting types for ‘rte_flow_trace_push’
rte_flow_trace_push,
^~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2377:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2378:2: error: static declaration of ‘rte_flow_trace_push’ follows non-static declaration
rte_flow_trace_push,
^~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2377:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/rte_ethdev_cman.c:8:
./lib/ethdev/rte_flow.h:6429:2: note: previous implicit declaration of ‘rte_flow_trace_push’ was here
rte_flow_trace_push(port_id, queue_id, ret);
^~~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_ethdev_trace_fp.h:18,
from ../lib/ethdev/rte_ethdev.h:175,
from ../lib/ethdev/rte_ethdev_cman.c:8:
./lib/ethdev/ethdev_trace.h:2386:2: warning: conflicting types for ‘rte_flow_trace_pull’
rte_flow_trace_pull,
^~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2385:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2386:2: error: static declaration of ‘rte_flow_trace_pull’ follows non-static declaration
rte_flow_trace_pull,
^~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2385:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/rte_ethdev_cman.c:8:
./lib/ethdev/rte_flow.h:6514:2: note: previous implicit declaration of ‘rte_flow_trace_pull’ was here
rte_flow_trace_pull(port_id, queue_id, res, n_res, ret);
^~~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_ethdev_trace_fp.h:18,
from ../lib/ethdev/rte_ethdev.h:175,
from ../lib/ethdev/rte_ethdev_cman.c:8:
./lib/ethdev/ethdev_trace.h:2397:2: warning: conflicting types for ‘rte_flow_trace_async_action_handle_create’
rte_flow_trace_async_action_handle_create,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2396:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2397:2: error: static declaration of ‘rte_flow_trace_async_action_handle_create’ follows non-static declaration
rte_flow_trace_async_action_handle_create,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2396:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/rte_ethdev_cman.c:8:
./lib/ethdev/rte_flow.h:6571:2: note: previous implicit declaration of ‘rte_flow_trace_async_action_handle_create’ was here
rte_flow_trace_async_action_handle_create(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_ethdev_trace_fp.h:18,
from ../lib/ethdev/rte_ethdev.h:175,
from ../lib/ethdev/rte_ethdev_cman.c:8:
./lib/ethdev/ethdev_trace.h:2414:2: warning: conflicting types for ‘rte_flow_trace_async_action_handle_destroy’
rte_flow_trace_async_action_handle_destroy,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2413:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2414:2: error: static declaration of ‘rte_flow_trace_async_action_handle_destroy’ follows non-static declaration
rte_flow_trace_async_action_handle_destroy,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2413:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/rte_ethdev_cman.c:8:
./lib/ethdev/rte_flow.h:6625:2: note: previous implicit declaration of ‘rte_flow_trace_async_action_handle_destroy’ was here
rte_flow_trace_async_action_handle_destroy(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_ethdev_trace_fp.h:18,
from ../lib/ethdev/rte_ethdev.h:175,
from ../lib/ethdev/rte_ethdev_cman.c:8:
./lib/ethdev/ethdev_trace.h:2428:2: warning: conflicting types for ‘rte_flow_trace_async_action_handle_update’
rte_flow_trace_async_action_handle_update,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2427:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2428:2: error: static declaration of ‘rte_flow_trace_async_action_handle_update’ follows non-static declaration
rte_flow_trace_async_action_handle_update,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2427:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/rte_ethdev_cman.c:8:
./lib/ethdev/rte_flow.h:6684:2: note: previous implicit declaration of ‘rte_flow_trace_async_action_handle_update’ was here
rte_flow_trace_async_action_handle_update(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_ethdev_trace_fp.h:18,
from ../lib/ethdev/rte_ethdev.h:175,
from ../lib/ethdev/rte_ethdev_cman.c:8:
./lib/ethdev/ethdev_trace.h:2443:2: warning: conflicting types for ‘rte_flow_trace_async_action_handle_query’
rte_flow_trace_async_action_handle_query,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2442:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2443:2: error: static declaration of ‘rte_flow_trace_async_action_handle_query’ follows non-static declaration
rte_flow_trace_async_action_handle_query,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2442:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/rte_ethdev_cman.c:8:
./lib/ethdev/rte_flow.h:6748:2: note: previous implicit declaration of ‘rte_flow_trace_async_action_handle_query’ was here
rte_flow_trace_async_action_handle_query(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_ethdev_trace_fp.h:18,
from ../lib/ethdev/rte_ethdev.h:175,
from ../lib/ethdev/rte_ethdev_cman.c:8:
./lib/ethdev/ethdev_trace.h:2510:2: warning: conflicting types for ‘rte_flow_trace_async_action_list_handle_create’
rte_flow_trace_async_action_list_handle_create,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2509:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2510:2: error: static declaration of ‘rte_flow_trace_async_action_list_handle_create’ follows non-static declaration
rte_flow_trace_async_action_list_handle_create,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2509:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/rte_ethdev_cman.c:8:
./lib/ethdev/rte_flow.h:6978:2: note: previous implicit declaration of ‘rte_flow_trace_async_action_list_handle_create’ was here
rte_flow_trace_async_action_list_handle_create(port_id, queue_id, attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_ethdev_trace_fp.h:18,
from ../lib/ethdev/rte_ethdev.h:175,
from ../lib/ethdev/rte_ethdev_cman.c:8:
./lib/ethdev/ethdev_trace.h:2527:2: warning: conflicting types for ‘rte_flow_trace_async_action_list_handle_destroy’
rte_flow_trace_async_action_list_handle_destroy,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2526:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2527:2: error: static declaration of ‘rte_flow_trace_async_action_list_handle_destroy’ follows non-static declaration
rte_flow_trace_async_action_list_handle_destroy,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2526:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/rte_ethdev_cman.c:8:
./lib/ethdev/rte_flow.h:7063:2: note: previous implicit declaration of ‘rte_flow_trace_async_action_list_handle_destroy’ was here
rte_flow_trace_async_action_list_handle_destroy(port_id, queue_id,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_ethdev_trace_fp.h:18,
from ../lib/ethdev/rte_ethdev.h:175,
from ../lib/ethdev/rte_ethdev_cman.c:8:
./lib/ethdev/ethdev_trace.h:2557:2: warning: conflicting types for ‘rte_flow_trace_async_action_list_handle_query_update’
rte_flow_trace_async_action_list_handle_query_update,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2556:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2557:2: error: static declaration of ‘rte_flow_trace_async_action_list_handle_query_update’ follows non-static declaration
rte_flow_trace_async_action_list_handle_query_update,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2556:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/rte_ethdev_cman.c:8:
./lib/ethdev/rte_flow.h:7181:2: note: previous implicit declaration of ‘rte_flow_trace_async_action_list_handle_query_update’ was here
rte_flow_trace_async_action_list_handle_query_update(port_id, queue_id,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[91/2422] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_private.c.o
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/ethdev_private.c:7:
./lib/ethdev/rte_flow.h:6047:67: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
typedef int (*rte_flow_async_action_handle_query_update_t)(struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h:6061:9: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h:6071:9: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h:6080:9: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_create’:
./lib/ethdev/rte_flow.h:6198:2: warning: implicit declaration of function ‘rte_flow_trace_async_create’; did you mean ‘rte_flow_async_create’? [-Wimplicit-function-declaration]
rte_flow_trace_async_create(port_id, queue_id, op_attr, template_table,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_create
./lib/ethdev/rte_flow.h:6198:2: warning: nested extern declaration of ‘rte_flow_trace_async_create’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_create_by_index’:
./lib/ethdev/rte_flow.h:6266:2: warning: implicit declaration of function ‘rte_flow_trace_async_create_by_index’; did you mean ‘rte_flow_async_create_by_index’? [-Wimplicit-function-declaration]
rte_flow_trace_async_create_by_index(port_id, queue_id, op_attr, template_table, rule_index,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_create_by_index
./lib/ethdev/rte_flow.h:6266:2: warning: nested extern declaration of ‘rte_flow_trace_async_create_by_index’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_destroy’:
./lib/ethdev/rte_flow.h:6324:2: warning: implicit declaration of function ‘rte_flow_trace_async_destroy’; did you mean ‘rte_flow_async_destroy’? [-Wimplicit-function-declaration]
rte_flow_trace_async_destroy(port_id, queue_id, op_attr, flow,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_destroy
./lib/ethdev/rte_flow.h:6324:2: warning: nested extern declaration of ‘rte_flow_trace_async_destroy’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_actions_update’:
./lib/ethdev/rte_flow.h:6384:2: warning: implicit declaration of function ‘rte_flow_trace_async_actions_update’; did you mean ‘rte_flow_async_actions_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_actions_update(port_id, queue_id, op_attr, flow,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_actions_update
./lib/ethdev/rte_flow.h:6384:2: warning: nested extern declaration of ‘rte_flow_trace_async_actions_update’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_push’:
./lib/ethdev/rte_flow.h:6429:2: warning: implicit declaration of function ‘rte_flow_trace_push’; did you mean ‘rte_flow_push’? [-Wimplicit-function-declaration]
rte_flow_trace_push(port_id, queue_id, ret);
^~~~~~~~~~~~~~~~~~~
rte_flow_push
./lib/ethdev/rte_flow.h:6429:2: warning: nested extern declaration of ‘rte_flow_trace_push’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_pull’:
./lib/ethdev/rte_flow.h:6514:2: warning: implicit declaration of function ‘rte_flow_trace_pull’; did you mean ‘rte_flow_pull’? [-Wimplicit-function-declaration]
rte_flow_trace_pull(port_id, queue_id, res, n_res, ret);
^~~~~~~~~~~~~~~~~~~
rte_flow_pull
./lib/ethdev/rte_flow.h:6514:2: warning: nested extern declaration of ‘rte_flow_trace_pull’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_create’:
./lib/ethdev/rte_flow.h:6571:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_create’; did you mean ‘rte_flow_async_action_handle_create’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_create(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_create
./lib/ethdev/rte_flow.h:6571:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_create’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_destroy’:
./lib/ethdev/rte_flow.h:6625:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_destroy’; did you mean ‘rte_flow_async_action_handle_destroy’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_destroy(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_destroy
./lib/ethdev/rte_flow.h:6625:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_destroy’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_update’:
./lib/ethdev/rte_flow.h:6684:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_update’; did you mean ‘rte_flow_async_action_handle_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_update(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_update
./lib/ethdev/rte_flow.h:6684:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_update’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_query’:
./lib/ethdev/rte_flow.h:6748:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_query’; did you mean ‘rte_flow_async_action_handle_query’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_query(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_query
./lib/ethdev/rte_flow.h:6748:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_query’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_query_update’:
./lib/ethdev/rte_flow.h:6855:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_query_update’; did you mean ‘rte_flow_async_action_handle_query_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_query_update(port_id, queue_id, attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_query_update
./lib/ethdev/rte_flow.h:6855:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_query_update’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_list_handle_create’:
./lib/ethdev/rte_flow.h:6978:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_list_handle_create’; did you mean ‘rte_flow_async_action_list_handle_create’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_list_handle_create(port_id, queue_id, attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_list_handle_create
./lib/ethdev/rte_flow.h:6978:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_list_handle_create’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_list_handle_destroy’:
./lib/ethdev/rte_flow.h:7063:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_list_handle_destroy’; did you mean ‘rte_flow_async_action_list_handle_destroy’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_list_handle_destroy(port_id, queue_id,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_list_handle_destroy
./lib/ethdev/rte_flow.h:7063:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_list_handle_destroy’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_list_handle_query_update’:
./lib/ethdev/rte_flow.h:7181:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_list_handle_query_update’; did you mean ‘rte_flow_async_action_list_handle_query_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_list_handle_query_update(port_id, queue_id,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_list_handle_query_update
./lib/ethdev/rte_flow.h:7181:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_list_handle_query_update’ [-Wnested-externs]
[92/2422] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse_etheraddr.c.o
[93/2422] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_mtr.c.o
FAILED: lib/librte_ethdev.a.p/ethdev_rte_mtr.c.o
cc -Ilib/librte_ethdev.a.p -Ilib -I../lib -Ilib/ethdev -I../lib/ethdev -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/loongarch/include -I../lib/eal/loongarch/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=loongarch64 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev -MD -MQ lib/librte_ethdev.a.p/ethdev_rte_mtr.c.o -MF lib/librte_ethdev.a.p/ethdev_rte_mtr.c.o.d -o lib/librte_ethdev.a.p/ethdev_rte_mtr.c.o -c ../lib/ethdev/rte_mtr.c
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/ethdev_trace.h:21,
from ../lib/ethdev/rte_mtr.c:8:
./lib/ethdev/rte_flow.h:6047:67: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
typedef int (*rte_flow_async_action_handle_query_update_t)(struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h:6061:9: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h:6071:9: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h:6080:9: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_create’:
./lib/ethdev/rte_flow.h:6198:2: warning: implicit declaration of function ‘rte_flow_trace_async_create’; did you mean ‘rte_flow_async_create’? [-Wimplicit-function-declaration]
rte_flow_trace_async_create(port_id, queue_id, op_attr, template_table,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_create
./lib/ethdev/rte_flow.h:6198:2: warning: nested extern declaration of ‘rte_flow_trace_async_create’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_create_by_index’:
./lib/ethdev/rte_flow.h:6266:2: warning: implicit declaration of function ‘rte_flow_trace_async_create_by_index’; did you mean ‘rte_flow_async_create_by_index’? [-Wimplicit-function-declaration]
rte_flow_trace_async_create_by_index(port_id, queue_id, op_attr, template_table, rule_index,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_create_by_index
./lib/ethdev/rte_flow.h:6266:2: warning: nested extern declaration of ‘rte_flow_trace_async_create_by_index’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_destroy’:
./lib/ethdev/rte_flow.h:6324:2: warning: implicit declaration of function ‘rte_flow_trace_async_destroy’; did you mean ‘rte_flow_async_destroy’? [-Wimplicit-function-declaration]
rte_flow_trace_async_destroy(port_id, queue_id, op_attr, flow,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_destroy
./lib/ethdev/rte_flow.h:6324:2: warning: nested extern declaration of ‘rte_flow_trace_async_destroy’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_actions_update’:
./lib/ethdev/rte_flow.h:6384:2: warning: implicit declaration of function ‘rte_flow_trace_async_actions_update’; did you mean ‘rte_flow_async_actions_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_actions_update(port_id, queue_id, op_attr, flow,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_actions_update
./lib/ethdev/rte_flow.h:6384:2: warning: nested extern declaration of ‘rte_flow_trace_async_actions_update’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_push’:
./lib/ethdev/rte_flow.h:6429:2: warning: implicit declaration of function ‘rte_flow_trace_push’; did you mean ‘rte_flow_push’? [-Wimplicit-function-declaration]
rte_flow_trace_push(port_id, queue_id, ret);
^~~~~~~~~~~~~~~~~~~
rte_flow_push
./lib/ethdev/rte_flow.h:6429:2: warning: nested extern declaration of ‘rte_flow_trace_push’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_pull’:
./lib/ethdev/rte_flow.h:6514:2: warning: implicit declaration of function ‘rte_flow_trace_pull’; did you mean ‘rte_flow_pull’? [-Wimplicit-function-declaration]
rte_flow_trace_pull(port_id, queue_id, res, n_res, ret);
^~~~~~~~~~~~~~~~~~~
rte_flow_pull
./lib/ethdev/rte_flow.h:6514:2: warning: nested extern declaration of ‘rte_flow_trace_pull’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_create’:
./lib/ethdev/rte_flow.h:6571:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_create’; did you mean ‘rte_flow_async_action_handle_create’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_create(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_create
./lib/ethdev/rte_flow.h:6571:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_create’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_destroy’:
./lib/ethdev/rte_flow.h:6625:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_destroy’; did you mean ‘rte_flow_async_action_handle_destroy’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_destroy(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_destroy
./lib/ethdev/rte_flow.h:6625:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_destroy’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_update’:
./lib/ethdev/rte_flow.h:6684:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_update’; did you mean ‘rte_flow_async_action_handle_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_update(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_update
./lib/ethdev/rte_flow.h:6684:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_update’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_query’:
./lib/ethdev/rte_flow.h:6748:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_query’; did you mean ‘rte_flow_async_action_handle_query’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_query(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_query
./lib/ethdev/rte_flow.h:6748:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_query’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_query_update’:
./lib/ethdev/rte_flow.h:6855:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_query_update’; did you mean ‘rte_flow_async_action_handle_query_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_query_update(port_id, queue_id, attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_query_update
./lib/ethdev/rte_flow.h:6855:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_query_update’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_list_handle_create’:
./lib/ethdev/rte_flow.h:6978:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_list_handle_create’; did you mean ‘rte_flow_async_action_list_handle_create’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_list_handle_create(port_id, queue_id, attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_list_handle_create
./lib/ethdev/rte_flow.h:6978:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_list_handle_create’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_list_handle_destroy’:
./lib/ethdev/rte_flow.h:7063:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_list_handle_destroy’; did you mean ‘rte_flow_async_action_list_handle_destroy’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_list_handle_destroy(port_id, queue_id,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_list_handle_destroy
./lib/ethdev/rte_flow.h:7063:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_list_handle_destroy’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_list_handle_query_update’:
./lib/ethdev/rte_flow.h:7181:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_list_handle_query_update’; did you mean ‘rte_flow_async_action_list_handle_query_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_list_handle_query_update(port_id, queue_id,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_list_handle_query_update
./lib/ethdev/rte_flow.h:7181:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_list_handle_query_update’ [-Wnested-externs]
In file included from ../lib/ethdev/ethdev_trace.h:19,
from ../lib/ethdev/rte_mtr.c:8:
./lib/ethdev/ethdev_trace.h: At top level:
./lib/ethdev/ethdev_trace.h:2325:2: warning: conflicting types for ‘rte_flow_trace_async_create’
rte_flow_trace_async_create,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2324:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2325:2: error: static declaration of ‘rte_flow_trace_async_create’ follows non-static declaration
rte_flow_trace_async_create,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2324:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/ethdev_trace.h:21,
from ../lib/ethdev/rte_mtr.c:8:
./lib/ethdev/rte_flow.h:6198:2: note: previous implicit declaration of ‘rte_flow_trace_async_create’ was here
rte_flow_trace_async_create(port_id, queue_id, op_attr, template_table,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/ethdev_trace.h:19,
from ../lib/ethdev/rte_mtr.c:8:
./lib/ethdev/ethdev_trace.h:2347:2: warning: conflicting types for ‘rte_flow_trace_async_destroy’
rte_flow_trace_async_destroy,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2346:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2347:2: error: static declaration of ‘rte_flow_trace_async_destroy’ follows non-static declaration
rte_flow_trace_async_destroy,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2346:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/ethdev_trace.h:21,
from ../lib/ethdev/rte_mtr.c:8:
./lib/ethdev/rte_flow.h:6324:2: note: previous implicit declaration of ‘rte_flow_trace_async_destroy’ was here
rte_flow_trace_async_destroy(port_id, queue_id, op_attr, flow,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/ethdev_trace.h:19,
from ../lib/ethdev/rte_mtr.c:8:
./lib/ethdev/ethdev_trace.h:2360:2: warning: conflicting types for ‘rte_flow_trace_async_actions_update’
rte_flow_trace_async_actions_update,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2359:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2360:2: error: static declaration of ‘rte_flow_trace_async_actions_update’ follows non-static declaration
rte_flow_trace_async_actions_update,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2359:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/ethdev_trace.h:21,
from ../lib/ethdev/rte_mtr.c:8:
./lib/ethdev/rte_flow.h:6384:2: note: previous implicit declaration of ‘rte_flow_trace_async_actions_update’ was here
rte_flow_trace_async_actions_update(port_id, queue_id, op_attr, flow,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/ethdev_trace.h:19,
from ../lib/ethdev/rte_mtr.c:8:
./lib/ethdev/ethdev_trace.h:2378:2: warning: conflicting types for ‘rte_flow_trace_push’
rte_flow_trace_push,
^~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2377:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2378:2: error: static declaration of ‘rte_flow_trace_push’ follows non-static declaration
rte_flow_trace_push,
^~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2377:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/ethdev_trace.h:21,
from ../lib/ethdev/rte_mtr.c:8:
./lib/ethdev/rte_flow.h:6429:2: note: previous implicit declaration of ‘rte_flow_trace_push’ was here
rte_flow_trace_push(port_id, queue_id, ret);
^~~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/ethdev_trace.h:19,
from ../lib/ethdev/rte_mtr.c:8:
./lib/ethdev/ethdev_trace.h:2386:2: warning: conflicting types for ‘rte_flow_trace_pull’
rte_flow_trace_pull,
^~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2385:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2386:2: error: static declaration of ‘rte_flow_trace_pull’ follows non-static declaration
rte_flow_trace_pull,
^~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2385:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/ethdev_trace.h:21,
from ../lib/ethdev/rte_mtr.c:8:
./lib/ethdev/rte_flow.h:6514:2: note: previous implicit declaration of ‘rte_flow_trace_pull’ was here
rte_flow_trace_pull(port_id, queue_id, res, n_res, ret);
^~~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/ethdev_trace.h:19,
from ../lib/ethdev/rte_mtr.c:8:
./lib/ethdev/ethdev_trace.h:2397:2: warning: conflicting types for ‘rte_flow_trace_async_action_handle_create’
rte_flow_trace_async_action_handle_create,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2396:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2397:2: error: static declaration of ‘rte_flow_trace_async_action_handle_create’ follows non-static declaration
rte_flow_trace_async_action_handle_create,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2396:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/ethdev_trace.h:21,
from ../lib/ethdev/rte_mtr.c:8:
./lib/ethdev/rte_flow.h:6571:2: note: previous implicit declaration of ‘rte_flow_trace_async_action_handle_create’ was here
rte_flow_trace_async_action_handle_create(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/ethdev_trace.h:19,
from ../lib/ethdev/rte_mtr.c:8:
./lib/ethdev/ethdev_trace.h:2414:2: warning: conflicting types for ‘rte_flow_trace_async_action_handle_destroy’
rte_flow_trace_async_action_handle_destroy,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2413:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2414:2: error: static declaration of ‘rte_flow_trace_async_action_handle_destroy’ follows non-static declaration
rte_flow_trace_async_action_handle_destroy,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2413:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/ethdev_trace.h:21,
from ../lib/ethdev/rte_mtr.c:8:
./lib/ethdev/rte_flow.h:6625:2: note: previous implicit declaration of ‘rte_flow_trace_async_action_handle_destroy’ was here
rte_flow_trace_async_action_handle_destroy(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/ethdev_trace.h:19,
from ../lib/ethdev/rte_mtr.c:8:
./lib/ethdev/ethdev_trace.h:2428:2: warning: conflicting types for ‘rte_flow_trace_async_action_handle_update’
rte_flow_trace_async_action_handle_update,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2427:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2428:2: error: static declaration of ‘rte_flow_trace_async_action_handle_update’ follows non-static declaration
rte_flow_trace_async_action_handle_update,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2427:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/ethdev_trace.h:21,
from ../lib/ethdev/rte_mtr.c:8:
./lib/ethdev/rte_flow.h:6684:2: note: previous implicit declaration of ‘rte_flow_trace_async_action_handle_update’ was here
rte_flow_trace_async_action_handle_update(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/ethdev_trace.h:19,
from ../lib/ethdev/rte_mtr.c:8:
./lib/ethdev/ethdev_trace.h:2443:2: warning: conflicting types for ‘rte_flow_trace_async_action_handle_query’
rte_flow_trace_async_action_handle_query,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2442:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2443:2: error: static declaration of ‘rte_flow_trace_async_action_handle_query’ follows non-static declaration
rte_flow_trace_async_action_handle_query,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2442:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/ethdev_trace.h:21,
from ../lib/ethdev/rte_mtr.c:8:
./lib/ethdev/rte_flow.h:6748:2: note: previous implicit declaration of ‘rte_flow_trace_async_action_handle_query’ was here
rte_flow_trace_async_action_handle_query(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/ethdev_trace.h:19,
from ../lib/ethdev/rte_mtr.c:8:
./lib/ethdev/ethdev_trace.h:2510:2: warning: conflicting types for ‘rte_flow_trace_async_action_list_handle_create’
rte_flow_trace_async_action_list_handle_create,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2509:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2510:2: error: static declaration of ‘rte_flow_trace_async_action_list_handle_create’ follows non-static declaration
rte_flow_trace_async_action_list_handle_create,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2509:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/ethdev_trace.h:21,
from ../lib/ethdev/rte_mtr.c:8:
./lib/ethdev/rte_flow.h:6978:2: note: previous implicit declaration of ‘rte_flow_trace_async_action_list_handle_create’ was here
rte_flow_trace_async_action_list_handle_create(port_id, queue_id, attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/ethdev_trace.h:19,
from ../lib/ethdev/rte_mtr.c:8:
./lib/ethdev/ethdev_trace.h:2527:2: warning: conflicting types for ‘rte_flow_trace_async_action_list_handle_destroy’
rte_flow_trace_async_action_list_handle_destroy,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2526:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2527:2: error: static declaration of ‘rte_flow_trace_async_action_list_handle_destroy’ follows non-static declaration
rte_flow_trace_async_action_list_handle_destroy,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2526:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/ethdev_trace.h:21,
from ../lib/ethdev/rte_mtr.c:8:
./lib/ethdev/rte_flow.h:7063:2: note: previous implicit declaration of ‘rte_flow_trace_async_action_list_handle_destroy’ was here
rte_flow_trace_async_action_list_handle_destroy(port_id, queue_id,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/ethdev_trace.h:19,
from ../lib/ethdev/rte_mtr.c:8:
./lib/ethdev/ethdev_trace.h:2557:2: warning: conflicting types for ‘rte_flow_trace_async_action_list_handle_query_update’
rte_flow_trace_async_action_list_handle_query_update,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2556:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2557:2: error: static declaration of ‘rte_flow_trace_async_action_list_handle_query_update’ follows non-static declaration
rte_flow_trace_async_action_list_handle_query_update,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2556:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/ethdev_trace.h:21,
from ../lib/ethdev/rte_mtr.c:8:
./lib/ethdev/rte_flow.h:7181:2: note: previous implicit declaration of ‘rte_flow_trace_async_action_list_handle_query_update’ was here
rte_flow_trace_async_action_list_handle_query_update(port_id, queue_id,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[94/2422] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline.c.o
[95/2422] Compiling C object lib/librte_eal.a.p/eal_linux_eal_memalloc.c.o
[96/2422] Compiling C object lib/librte_eal.a.p/eal_linux_eal_interrupts.c.o
[97/2422] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_cirbuf.c.o
[98/2422] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_flow.c.o
FAILED: lib/librte_ethdev.a.p/ethdev_rte_flow.c.o
cc -Ilib/librte_ethdev.a.p -Ilib -I../lib -Ilib/ethdev -I../lib/ethdev -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/loongarch/include -I../lib/eal/loongarch/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=loongarch64 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev -MD -MQ lib/librte_ethdev.a.p/ethdev_rte_flow.c.o -MF lib/librte_ethdev.a.p/ethdev_rte_flow.c.o.d -o lib/librte_ethdev.a.p/ethdev_rte_flow.c.o -c ../lib/ethdev/rte_flow.c
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/rte_flow_driver.h:20,
from ../lib/ethdev/rte_flow.c:16:
./lib/ethdev/rte_flow.h:6047:67: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
typedef int (*rte_flow_async_action_handle_query_update_t)(struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h:6061:9: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h:6071:9: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h:6080:9: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_create’:
./lib/ethdev/rte_flow.h:6198:2: warning: implicit declaration of function ‘rte_flow_trace_async_create’; did you mean ‘rte_flow_async_create’? [-Wimplicit-function-declaration]
rte_flow_trace_async_create(port_id, queue_id, op_attr, template_table,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_create
./lib/ethdev/rte_flow.h:6198:2: warning: nested extern declaration of ‘rte_flow_trace_async_create’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_create_by_index’:
./lib/ethdev/rte_flow.h:6266:2: warning: implicit declaration of function ‘rte_flow_trace_async_create_by_index’; did you mean ‘rte_flow_async_create_by_index’? [-Wimplicit-function-declaration]
rte_flow_trace_async_create_by_index(port_id, queue_id, op_attr, template_table, rule_index,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_create_by_index
./lib/ethdev/rte_flow.h:6266:2: warning: nested extern declaration of ‘rte_flow_trace_async_create_by_index’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_destroy’:
./lib/ethdev/rte_flow.h:6324:2: warning: implicit declaration of function ‘rte_flow_trace_async_destroy’; did you mean ‘rte_flow_async_destroy’? [-Wimplicit-function-declaration]
rte_flow_trace_async_destroy(port_id, queue_id, op_attr, flow,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_destroy
./lib/ethdev/rte_flow.h:6324:2: warning: nested extern declaration of ‘rte_flow_trace_async_destroy’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_actions_update’:
./lib/ethdev/rte_flow.h:6384:2: warning: implicit declaration of function ‘rte_flow_trace_async_actions_update’; did you mean ‘rte_flow_async_actions_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_actions_update(port_id, queue_id, op_attr, flow,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_actions_update
./lib/ethdev/rte_flow.h:6384:2: warning: nested extern declaration of ‘rte_flow_trace_async_actions_update’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_push’:
./lib/ethdev/rte_flow.h:6429:2: warning: implicit declaration of function ‘rte_flow_trace_push’; did you mean ‘rte_flow_push’? [-Wimplicit-function-declaration]
rte_flow_trace_push(port_id, queue_id, ret);
^~~~~~~~~~~~~~~~~~~
rte_flow_push
./lib/ethdev/rte_flow.h:6429:2: warning: nested extern declaration of ‘rte_flow_trace_push’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_pull’:
./lib/ethdev/rte_flow.h:6514:2: warning: implicit declaration of function ‘rte_flow_trace_pull’; did you mean ‘rte_flow_pull’? [-Wimplicit-function-declaration]
rte_flow_trace_pull(port_id, queue_id, res, n_res, ret);
^~~~~~~~~~~~~~~~~~~
rte_flow_pull
./lib/ethdev/rte_flow.h:6514:2: warning: nested extern declaration of ‘rte_flow_trace_pull’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_create’:
./lib/ethdev/rte_flow.h:6571:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_create’; did you mean ‘rte_flow_async_action_handle_create’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_create(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_create
./lib/ethdev/rte_flow.h:6571:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_create’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_destroy’:
./lib/ethdev/rte_flow.h:6625:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_destroy’; did you mean ‘rte_flow_async_action_handle_destroy’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_destroy(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_destroy
./lib/ethdev/rte_flow.h:6625:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_destroy’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_update’:
./lib/ethdev/rte_flow.h:6684:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_update’; did you mean ‘rte_flow_async_action_handle_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_update(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_update
./lib/ethdev/rte_flow.h:6684:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_update’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_query’:
./lib/ethdev/rte_flow.h:6748:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_query’; did you mean ‘rte_flow_async_action_handle_query’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_query(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_query
./lib/ethdev/rte_flow.h:6748:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_query’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_query_update’:
./lib/ethdev/rte_flow.h:6855:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_query_update’; did you mean ‘rte_flow_async_action_handle_query_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_query_update(port_id, queue_id, attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_query_update
./lib/ethdev/rte_flow.h:6855:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_query_update’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_list_handle_create’:
./lib/ethdev/rte_flow.h:6978:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_list_handle_create’; did you mean ‘rte_flow_async_action_list_handle_create’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_list_handle_create(port_id, queue_id, attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_list_handle_create
./lib/ethdev/rte_flow.h:6978:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_list_handle_create’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_list_handle_destroy’:
./lib/ethdev/rte_flow.h:7063:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_list_handle_destroy’; did you mean ‘rte_flow_async_action_list_handle_destroy’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_list_handle_destroy(port_id, queue_id,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_list_handle_destroy
./lib/ethdev/rte_flow.h:7063:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_list_handle_destroy’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_list_handle_query_update’:
./lib/ethdev/rte_flow.h:7181:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_list_handle_query_update’; did you mean ‘rte_flow_async_action_list_handle_query_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_list_handle_query_update(port_id, queue_id,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_list_handle_query_update
./lib/ethdev/rte_flow.h:7181:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_list_handle_query_update’ [-Wnested-externs]
In file included from ../lib/ethdev/rte_ethdev_trace_fp.h:18,
from ../lib/ethdev/rte_ethdev.h:175,
from ../lib/ethdev/rte_flow_driver.h:20,
from ../lib/ethdev/rte_flow.c:16:
./lib/ethdev/ethdev_trace.h: At top level:
./lib/ethdev/ethdev_trace.h:2325:2: warning: conflicting types for ‘rte_flow_trace_async_create’
rte_flow_trace_async_create,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2324:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2325:2: error: static declaration of ‘rte_flow_trace_async_create’ follows non-static declaration
rte_flow_trace_async_create,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2324:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/rte_flow_driver.h:20,
from ../lib/ethdev/rte_flow.c:16:
./lib/ethdev/rte_flow.h:6198:2: note: previous implicit declaration of ‘rte_flow_trace_async_create’ was here
rte_flow_trace_async_create(port_id, queue_id, op_attr, template_table,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_ethdev_trace_fp.h:18,
from ../lib/ethdev/rte_ethdev.h:175,
from ../lib/ethdev/rte_flow_driver.h:20,
from ../lib/ethdev/rte_flow.c:16:
./lib/ethdev/ethdev_trace.h:2347:2: warning: conflicting types for ‘rte_flow_trace_async_destroy’
rte_flow_trace_async_destroy,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2346:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2347:2: error: static declaration of ‘rte_flow_trace_async_destroy’ follows non-static declaration
rte_flow_trace_async_destroy,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2346:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/rte_flow_driver.h:20,
from ../lib/ethdev/rte_flow.c:16:
./lib/ethdev/rte_flow.h:6324:2: note: previous implicit declaration of ‘rte_flow_trace_async_destroy’ was here
rte_flow_trace_async_destroy(port_id, queue_id, op_attr, flow,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_ethdev_trace_fp.h:18,
from ../lib/ethdev/rte_ethdev.h:175,
from ../lib/ethdev/rte_flow_driver.h:20,
from ../lib/ethdev/rte_flow.c:16:
./lib/ethdev/ethdev_trace.h:2360:2: warning: conflicting types for ‘rte_flow_trace_async_actions_update’
rte_flow_trace_async_actions_update,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2359:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2360:2: error: static declaration of ‘rte_flow_trace_async_actions_update’ follows non-static declaration
rte_flow_trace_async_actions_update,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2359:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/rte_flow_driver.h:20,
from ../lib/ethdev/rte_flow.c:16:
./lib/ethdev/rte_flow.h:6384:2: note: previous implicit declaration of ‘rte_flow_trace_async_actions_update’ was here
rte_flow_trace_async_actions_update(port_id, queue_id, op_attr, flow,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_ethdev_trace_fp.h:18,
from ../lib/ethdev/rte_ethdev.h:175,
from ../lib/ethdev/rte_flow_driver.h:20,
from ../lib/ethdev/rte_flow.c:16:
./lib/ethdev/ethdev_trace.h:2378:2: warning: conflicting types for ‘rte_flow_trace_push’
rte_flow_trace_push,
^~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2377:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2378:2: error: static declaration of ‘rte_flow_trace_push’ follows non-static declaration
rte_flow_trace_push,
^~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2377:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/rte_flow_driver.h:20,
from ../lib/ethdev/rte_flow.c:16:
./lib/ethdev/rte_flow.h:6429:2: note: previous implicit declaration of ‘rte_flow_trace_push’ was here
rte_flow_trace_push(port_id, queue_id, ret);
^~~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_ethdev_trace_fp.h:18,
from ../lib/ethdev/rte_ethdev.h:175,
from ../lib/ethdev/rte_flow_driver.h:20,
from ../lib/ethdev/rte_flow.c:16:
./lib/ethdev/ethdev_trace.h:2386:2: warning: conflicting types for ‘rte_flow_trace_pull’
rte_flow_trace_pull,
^~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2385:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2386:2: error: static declaration of ‘rte_flow_trace_pull’ follows non-static declaration
rte_flow_trace_pull,
^~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2385:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/rte_flow_driver.h:20,
from ../lib/ethdev/rte_flow.c:16:
./lib/ethdev/rte_flow.h:6514:2: note: previous implicit declaration of ‘rte_flow_trace_pull’ was here
rte_flow_trace_pull(port_id, queue_id, res, n_res, ret);
^~~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_ethdev_trace_fp.h:18,
from ../lib/ethdev/rte_ethdev.h:175,
from ../lib/ethdev/rte_flow_driver.h:20,
from ../lib/ethdev/rte_flow.c:16:
./lib/ethdev/ethdev_trace.h:2397:2: warning: conflicting types for ‘rte_flow_trace_async_action_handle_create’
rte_flow_trace_async_action_handle_create,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2396:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2397:2: error: static declaration of ‘rte_flow_trace_async_action_handle_create’ follows non-static declaration
rte_flow_trace_async_action_handle_create,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2396:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/rte_flow_driver.h:20,
from ../lib/ethdev/rte_flow.c:16:
./lib/ethdev/rte_flow.h:6571:2: note: previous implicit declaration of ‘rte_flow_trace_async_action_handle_create’ was here
rte_flow_trace_async_action_handle_create(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_ethdev_trace_fp.h:18,
from ../lib/ethdev/rte_ethdev.h:175,
from ../lib/ethdev/rte_flow_driver.h:20,
from ../lib/ethdev/rte_flow.c:16:
./lib/ethdev/ethdev_trace.h:2414:2: warning: conflicting types for ‘rte_flow_trace_async_action_handle_destroy’
rte_flow_trace_async_action_handle_destroy,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2413:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2414:2: error: static declaration of ‘rte_flow_trace_async_action_handle_destroy’ follows non-static declaration
rte_flow_trace_async_action_handle_destroy,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2413:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/rte_flow_driver.h:20,
from ../lib/ethdev/rte_flow.c:16:
./lib/ethdev/rte_flow.h:6625:2: note: previous implicit declaration of ‘rte_flow_trace_async_action_handle_destroy’ was here
rte_flow_trace_async_action_handle_destroy(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_ethdev_trace_fp.h:18,
from ../lib/ethdev/rte_ethdev.h:175,
from ../lib/ethdev/rte_flow_driver.h:20,
from ../lib/ethdev/rte_flow.c:16:
./lib/ethdev/ethdev_trace.h:2428:2: warning: conflicting types for ‘rte_flow_trace_async_action_handle_update’
rte_flow_trace_async_action_handle_update,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2427:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2428:2: error: static declaration of ‘rte_flow_trace_async_action_handle_update’ follows non-static declaration
rte_flow_trace_async_action_handle_update,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2427:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/rte_flow_driver.h:20,
from ../lib/ethdev/rte_flow.c:16:
./lib/ethdev/rte_flow.h:6684:2: note: previous implicit declaration of ‘rte_flow_trace_async_action_handle_update’ was here
rte_flow_trace_async_action_handle_update(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_ethdev_trace_fp.h:18,
from ../lib/ethdev/rte_ethdev.h:175,
from ../lib/ethdev/rte_flow_driver.h:20,
from ../lib/ethdev/rte_flow.c:16:
./lib/ethdev/ethdev_trace.h:2443:2: warning: conflicting types for ‘rte_flow_trace_async_action_handle_query’
rte_flow_trace_async_action_handle_query,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2442:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2443:2: error: static declaration of ‘rte_flow_trace_async_action_handle_query’ follows non-static declaration
rte_flow_trace_async_action_handle_query,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2442:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/rte_flow_driver.h:20,
from ../lib/ethdev/rte_flow.c:16:
./lib/ethdev/rte_flow.h:6748:2: note: previous implicit declaration of ‘rte_flow_trace_async_action_handle_query’ was here
rte_flow_trace_async_action_handle_query(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_ethdev_trace_fp.h:18,
from ../lib/ethdev/rte_ethdev.h:175,
from ../lib/ethdev/rte_flow_driver.h:20,
from ../lib/ethdev/rte_flow.c:16:
./lib/ethdev/ethdev_trace.h:2510:2: warning: conflicting types for ‘rte_flow_trace_async_action_list_handle_create’
rte_flow_trace_async_action_list_handle_create,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2509:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2510:2: error: static declaration of ‘rte_flow_trace_async_action_list_handle_create’ follows non-static declaration
rte_flow_trace_async_action_list_handle_create,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2509:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/rte_flow_driver.h:20,
from ../lib/ethdev/rte_flow.c:16:
./lib/ethdev/rte_flow.h:6978:2: note: previous implicit declaration of ‘rte_flow_trace_async_action_list_handle_create’ was here
rte_flow_trace_async_action_list_handle_create(port_id, queue_id, attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_ethdev_trace_fp.h:18,
from ../lib/ethdev/rte_ethdev.h:175,
from ../lib/ethdev/rte_flow_driver.h:20,
from ../lib/ethdev/rte_flow.c:16:
./lib/ethdev/ethdev_trace.h:2527:2: warning: conflicting types for ‘rte_flow_trace_async_action_list_handle_destroy’
rte_flow_trace_async_action_list_handle_destroy,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2526:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2527:2: error: static declaration of ‘rte_flow_trace_async_action_list_handle_destroy’ follows non-static declaration
rte_flow_trace_async_action_list_handle_destroy,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2526:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/rte_flow_driver.h:20,
from ../lib/ethdev/rte_flow.c:16:
./lib/ethdev/rte_flow.h:7063:2: note: previous implicit declaration of ‘rte_flow_trace_async_action_list_handle_destroy’ was here
rte_flow_trace_async_action_list_handle_destroy(port_id, queue_id,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_ethdev_trace_fp.h:18,
from ../lib/ethdev/rte_ethdev.h:175,
from ../lib/ethdev/rte_flow_driver.h:20,
from ../lib/ethdev/rte_flow.c:16:
./lib/ethdev/ethdev_trace.h:2557:2: warning: conflicting types for ‘rte_flow_trace_async_action_list_handle_query_update’
rte_flow_trace_async_action_list_handle_query_update,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2556:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2557:2: error: static declaration of ‘rte_flow_trace_async_action_list_handle_query_update’ follows non-static declaration
rte_flow_trace_async_action_list_handle_query_update,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2556:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/rte_flow_driver.h:20,
from ../lib/ethdev/rte_flow.c:16:
./lib/ethdev/rte_flow.h:7181:2: note: previous implicit declaration of ‘rte_flow_trace_async_action_list_handle_query_update’ was here
rte_flow_trace_async_action_list_handle_query_update(port_id, queue_id,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/ethdev/rte_flow.c: In function ‘rte_flow_fp_ops_reset’:
./lib/ethdev/rte_flow.c:2374:20: warning: assignment to ‘rte_flow_async_create_t’ {aka ‘struct rte_flow ABI_VERSION app build buildtools config devtools doc drivers dts examples kernel last_gpr.txt lib license MAINTAINERS Makefile meson.build meson_options.txt README test-report.txt usertools VERSION (*)(void *, unsigned int, const struct rte_flow_op_attr *, struct rte_flow_template_table *, const struct rte_flow_item *, unsigned char, const struct rte_flow_action *, unsigned char, void *, struct rte_flow_error *)’} from incompatible pointer type ‘struct rte_flow ABI_VERSION app build buildtools config devtools doc drivers dts examples kernel last_gpr.txt lib license MAINTAINERS Makefile meson.build meson_options.txt README test-report.txt usertools VERSION (*)(struct rte_eth_dev *, uint32_t, const struct rte_flow_op_attr *, struct rte_flow_template_table *, const struct rte_flow_item *, uint8_t, const struct rte_flow_action *, uint8_t, void *, struct rte_flow_error *)’ {aka ‘struct rte_flow ABI_VERSION app build buildtools config devtools doc drivers dts examples kernel last_gpr.txt lib license MAINTAINERS Makefile meson.build meson_options.txt README test-report.txt usertools VERSION (*)(struct rte_eth_dev *, unsigned int, const struct rte_flow_op_attr *, struct rte_flow_template_table *, const struct rte_flow_item *, unsigned char, const struct rte_flow_action *, unsigned char, void *, struct rte_flow_error *)’} [-Wincompatible-pointer-types]
ops->async_create = dummy_async_create;
^
./lib/ethdev/rte_flow.c:2375:29: warning: assignment to ‘rte_flow_async_create_by_index_t’ {aka ‘struct rte_flow ABI_VERSION app build buildtools config devtools doc drivers dts examples kernel last_gpr.txt lib license MAINTAINERS Makefile meson.build meson_options.txt README test-report.txt usertools VERSION (*)(void *, unsigned int, const struct rte_flow_op_attr *, struct rte_flow_template_table *, unsigned int, const struct rte_flow_action *, unsigned char, void *, struct rte_flow_error *)’} from incompatible pointer type ‘struct rte_flow ABI_VERSION app build buildtools config devtools doc drivers dts examples kernel last_gpr.txt lib license MAINTAINERS Makefile meson.build meson_options.txt README test-report.txt usertools VERSION (*)(struct rte_eth_dev *, uint32_t, const struct rte_flow_op_attr *, struct rte_flow_template_table *, uint32_t, const struct rte_flow_action *, uint8_t, void *, struct rte_flow_error *)’ {aka ‘struct rte_flow ABI_VERSION app build buildtools config devtools doc drivers dts examples kernel last_gpr.txt lib license MAINTAINERS Makefile meson.build meson_options.txt README test-report.txt usertools VERSION (*)(struct rte_eth_dev *, unsigned int, const struct rte_flow_op_attr *, struct rte_flow_template_table *, unsigned int, const struct rte_flow_action *, unsigned char, void *, struct rte_flow_error *)’} [-Wincompatible-pointer-types]
ops->async_create_by_index = dummy_async_create_by_index;
^
./lib/ethdev/rte_flow.c:2376:28: warning: assignment to ‘rte_flow_async_actions_update_t’ {aka ‘int (*)(void *, unsigned int, const struct rte_flow_op_attr *, struct rte_flow *, const struct rte_flow_action *, unsigned char, void *, struct rte_flow_error *)’} from incompatible pointer type ‘int (*)(struct rte_eth_dev *, uint32_t, const struct rte_flow_op_attr *, struct rte_flow *, const struct rte_flow_action *, uint8_t, void *, struct rte_flow_error *)’ {aka ‘int (*)(struct rte_eth_dev *, unsigned int, const struct rte_flow_op_attr *, struct rte_flow *, const struct rte_flow_action *, unsigned char, void *, struct rte_flow_error *)’} [-Wincompatible-pointer-types]
ops->async_actions_update = dummy_async_actions_update;
^
./lib/ethdev/rte_flow.c:2377:21: warning: assignment to ‘rte_flow_async_destroy_t’ {aka ‘int (*)(void *, unsigned int, const struct rte_flow_op_attr *, struct rte_flow *, void *, struct rte_flow_error *)’} from incompatible pointer type ‘int (*)(struct rte_eth_dev *, uint32_t, const struct rte_flow_op_attr *, struct rte_flow *, void *, struct rte_flow_error *)’ {aka ‘int (*)(struct rte_eth_dev *, unsigned int, const struct rte_flow_op_attr *, struct rte_flow *, void *, struct rte_flow_error *)’} [-Wincompatible-pointer-types]
ops->async_destroy = dummy_async_destroy;
^
./lib/ethdev/rte_flow.c:2378:12: warning: assignment to ‘rte_flow_push_t’ {aka ‘int (*)(void *, unsigned int, struct rte_flow_error *)’} from incompatible pointer type ‘int (*)(struct rte_eth_dev *, uint32_t, struct rte_flow_error *)’ {aka ‘int (*)(struct rte_eth_dev *, unsigned int, struct rte_flow_error *)’} [-Wincompatible-pointer-types]
ops->push = dummy_push;
^
./lib/ethdev/rte_flow.c:2379:12: warning: assignment to ‘rte_flow_pull_t’ {aka ‘int (*)(void *, unsigned int, struct rte_flow_op_result *, short unsigned int, struct rte_flow_error *)’} from incompatible pointer type ‘int (*)(struct rte_eth_dev *, uint32_t, struct rte_flow_op_result *, uint16_t, struct rte_flow_error *)’ {aka ‘int (*)(struct rte_eth_dev *, unsigned int, struct rte_flow_op_result *, short unsigned int, struct rte_flow_error *)’} [-Wincompatible-pointer-types]
ops->pull = dummy_pull;
^
./lib/ethdev/rte_flow.c:2380:34: warning: assignment to ‘rte_flow_async_action_handle_create_t’ {aka ‘struct rte_flow_action_handle ABI_VERSION app build buildtools config devtools doc drivers dts examples kernel last_gpr.txt lib license MAINTAINERS Makefile meson.build meson_options.txt README test-report.txt usertools VERSION (*)(void *, unsigned int, const struct rte_flow_op_attr *, const struct rte_flow_indir_action_conf *, const struct rte_flow_action *, void *, struct rte_flow_error *)’} from incompatible pointer type ‘struct rte_flow_action_handle ABI_VERSION app build buildtools config devtools doc drivers dts examples kernel last_gpr.txt lib license MAINTAINERS Makefile meson.build meson_options.txt README test-report.txt usertools VERSION (*)(struct rte_eth_dev *, uint32_t, const struct rte_flow_op_attr *, const struct rte_flow_indir_action_conf *, const struct rte_flow_action *, void *, struct rte_flow_error *)’ {aka ‘struct rte_flow_action_handle ABI_VERSION app build buildtools config devtools doc drivers dts examples kernel last_gpr.txt lib license MAINTAINERS Makefile meson.build meson_options.txt README test-report.txt usertools VERSION (*)(struct rte_eth_dev *, unsigned int, const struct rte_flow_op_attr *, const struct rte_flow_indir_action_conf *, const struct rte_flow_action *, void *, struct rte_flow_error *)’} [-Wincompatible-pointer-types]
ops->async_action_handle_create = dummy_async_action_handle_create;
^
./lib/ethdev/rte_flow.c:2381:35: warning: assignment to ‘rte_flow_async_action_handle_destroy_t’ {aka ‘int (*)(void *, unsigned int, const struct rte_flow_op_attr *, struct rte_flow_action_handle *, void *, struct rte_flow_error *)’} from incompatible pointer type ‘int (*)(struct rte_eth_dev *, uint32_t, const struct rte_flow_op_attr *, struct rte_flow_action_handle *, void *, struct rte_flow_error *)’ {aka ‘int (*)(struct rte_eth_dev *, unsigned int, const struct rte_flow_op_attr *, struct rte_flow_action_handle *, void *, struct rte_flow_error *)’} [-Wincompatible-pointer-types]
ops->async_action_handle_destroy = dummy_async_action_handle_destroy;
^
./lib/ethdev/rte_flow.c:2382:34: warning: assignment to ‘rte_flow_async_action_handle_update_t’ {aka ‘int (*)(void *, unsigned int, const struct rte_flow_op_attr *, struct rte_flow_action_handle *, const void *, void *, struct rte_flow_error *)’} from incompatible pointer type ‘int (*)(struct rte_eth_dev *, uint32_t, const struct rte_flow_op_attr *, struct rte_flow_action_handle *, const void *, void *, struct rte_flow_error *)’ {aka ‘int (*)(struct rte_eth_dev *, unsigned int, const struct rte_flow_op_attr *, struct rte_flow_action_handle *, const void *, void *, struct rte_flow_error *)’} [-Wincompatible-pointer-types]
ops->async_action_handle_update = dummy_async_action_handle_update;
^
./lib/ethdev/rte_flow.c:2383:33: warning: assignment to ‘rte_flow_async_action_handle_query_t’ {aka ‘int (*)(void *, unsigned int, const struct rte_flow_op_attr *, const struct rte_flow_action_handle *, void *, void *, struct rte_flow_error *)’} from incompatible pointer type ‘int (*)(struct rte_eth_dev *, uint32_t, const struct rte_flow_op_attr *, const struct rte_flow_action_handle *, void *, void *, struct rte_flow_error *)’ {aka ‘int (*)(struct rte_eth_dev *, unsigned int, const struct rte_flow_op_attr *, const struct rte_flow_action_handle *, void *, void *, struct rte_flow_error *)’} [-Wincompatible-pointer-types]
ops->async_action_handle_query = dummy_async_action_handle_query;
^
./lib/ethdev/rte_flow.c:2384:40: warning: assignment to ‘rte_flow_async_action_handle_query_update_t’ {aka ‘int (*)(struct rte_eth_dev *, unsigned int, const struct rte_flow_op_attr *, struct rte_flow_action_handle *, const void *, void *, enum rte_flow_query_update_mode, void *, struct rte_flow_error *)’} from incompatible pointer type ‘int (*)(struct rte_eth_dev *, uint32_t, const struct rte_flow_op_attr *, struct rte_flow_action_handle *, const void *, void *, enum rte_flow_query_update_mode, void *, struct rte_flow_error *)’ {aka ‘int (*)(struct rte_eth_dev *, unsigned int, const struct rte_flow_op_attr *, struct rte_flow_action_handle *, const void *, void *, enum rte_flow_query_update_mode, void *, struct rte_flow_error *)’} [-Wincompatible-pointer-types]
ops->async_action_handle_query_update = dummy_async_action_handle_query_update;
^
./lib/ethdev/rte_flow.c:2385:39: warning: assignment to ‘rte_flow_async_action_list_handle_create_t’ {aka ‘struct rte_flow_action_list_handle ABI_VERSION app build buildtools config devtools doc drivers dts examples kernel last_gpr.txt lib license MAINTAINERS Makefile meson.build meson_options.txt README test-report.txt usertools VERSION (*)(struct rte_eth_dev *, unsigned int, const struct rte_flow_op_attr *, const struct rte_flow_indir_action_conf *, const struct rte_flow_action *, void *, struct rte_flow_error *)’} from incompatible pointer type ‘struct rte_flow_action_list_handle ABI_VERSION app build buildtools config devtools doc drivers dts examples kernel last_gpr.txt lib license MAINTAINERS Makefile meson.build meson_options.txt README test-report.txt usertools VERSION (*)(struct rte_eth_dev *, uint32_t, const struct rte_flow_op_attr *, const struct rte_flow_indir_action_conf *, const struct rte_flow_action *, void *, struct rte_flow_error *)’ {aka ‘struct rte_flow_action_list_handle ABI_VERSION app build buildtools config devtools doc drivers dts examples kernel last_gpr.txt lib license MAINTAINERS Makefile meson.build meson_options.txt README test-report.txt usertools VERSION (*)(struct rte_eth_dev *, unsigned int, const struct rte_flow_op_attr *, const struct rte_flow_indir_action_conf *, const struct rte_flow_action *, void *, struct rte_flow_error *)’} [-Wincompatible-pointer-types]
ops->async_action_list_handle_create = dummy_async_action_list_handle_create;
^
./lib/ethdev/rte_flow.c:2386:40: warning: assignment to ‘rte_flow_async_action_list_handle_destroy_t’ {aka ‘int (*)(struct rte_eth_dev *, unsigned int, const struct rte_flow_op_attr *, struct rte_flow_action_list_handle *, void *, struct rte_flow_error *)’} from incompatible pointer type ‘int (*)(struct rte_eth_dev *, uint32_t, const struct rte_flow_op_attr *, struct rte_flow_action_list_handle *, void *, struct rte_flow_error *)’ {aka ‘int (*)(struct rte_eth_dev *, unsigned int, const struct rte_flow_op_attr *, struct rte_flow_action_list_handle *, void *, struct rte_flow_error *)’} [-Wincompatible-pointer-types]
ops->async_action_list_handle_destroy = dummy_async_action_list_handle_destroy;
^
./lib/ethdev/rte_flow.c:2387:45: warning: assignment to ‘rte_flow_async_action_list_handle_query_update_t’ {aka ‘int (*)(struct rte_eth_dev *, unsigned int, const struct rte_flow_op_attr *, const struct rte_flow_action_list_handle *, const void **, void **, enum rte_flow_query_update_mode, void *, struct rte_flow_error *)’} from incompatible pointer type ‘int (*)(struct rte_eth_dev *, uint32_t, const struct rte_flow_op_attr *, const struct rte_flow_action_list_handle *, const void **, void **, enum rte_flow_query_update_mode, void *, struct rte_flow_error *)’ {aka ‘int (*)(struct rte_eth_dev *, unsigned int, const struct rte_flow_op_attr *, const struct rte_flow_action_list_handle *, const void **, void **, enum rte_flow_query_update_mode, void *, struct rte_flow_error *)’} [-Wincompatible-pointer-types]
ops->async_action_list_handle_query_update =
^
[99/2422] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_options.c.o
[100/2422] Compiling C object lib/librte_eal.a.p/eal_linux_eal_memory.c.o
[101/2422] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_driver.c.o
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/ethdev_driver.h:25,
from ../lib/ethdev/ethdev_driver.c:11:
./lib/ethdev/rte_flow.h:6047:67: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
typedef int (*rte_flow_async_action_handle_query_update_t)(struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h:6061:9: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h:6071:9: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h:6080:9: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_create’:
./lib/ethdev/rte_flow.h:6198:2: warning: implicit declaration of function ‘rte_flow_trace_async_create’; did you mean ‘rte_flow_async_create’? [-Wimplicit-function-declaration]
rte_flow_trace_async_create(port_id, queue_id, op_attr, template_table,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_create
./lib/ethdev/rte_flow.h:6198:2: warning: nested extern declaration of ‘rte_flow_trace_async_create’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_create_by_index’:
./lib/ethdev/rte_flow.h:6266:2: warning: implicit declaration of function ‘rte_flow_trace_async_create_by_index’; did you mean ‘rte_flow_async_create_by_index’? [-Wimplicit-function-declaration]
rte_flow_trace_async_create_by_index(port_id, queue_id, op_attr, template_table, rule_index,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_create_by_index
./lib/ethdev/rte_flow.h:6266:2: warning: nested extern declaration of ‘rte_flow_trace_async_create_by_index’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_destroy’:
./lib/ethdev/rte_flow.h:6324:2: warning: implicit declaration of function ‘rte_flow_trace_async_destroy’; did you mean ‘rte_flow_async_destroy’? [-Wimplicit-function-declaration]
rte_flow_trace_async_destroy(port_id, queue_id, op_attr, flow,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_destroy
./lib/ethdev/rte_flow.h:6324:2: warning: nested extern declaration of ‘rte_flow_trace_async_destroy’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_actions_update’:
./lib/ethdev/rte_flow.h:6384:2: warning: implicit declaration of function ‘rte_flow_trace_async_actions_update’; did you mean ‘rte_flow_async_actions_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_actions_update(port_id, queue_id, op_attr, flow,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_actions_update
./lib/ethdev/rte_flow.h:6384:2: warning: nested extern declaration of ‘rte_flow_trace_async_actions_update’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_push’:
./lib/ethdev/rte_flow.h:6429:2: warning: implicit declaration of function ‘rte_flow_trace_push’; did you mean ‘rte_flow_push’? [-Wimplicit-function-declaration]
rte_flow_trace_push(port_id, queue_id, ret);
^~~~~~~~~~~~~~~~~~~
rte_flow_push
./lib/ethdev/rte_flow.h:6429:2: warning: nested extern declaration of ‘rte_flow_trace_push’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_pull’:
./lib/ethdev/rte_flow.h:6514:2: warning: implicit declaration of function ‘rte_flow_trace_pull’; did you mean ‘rte_flow_pull’? [-Wimplicit-function-declaration]
rte_flow_trace_pull(port_id, queue_id, res, n_res, ret);
^~~~~~~~~~~~~~~~~~~
rte_flow_pull
./lib/ethdev/rte_flow.h:6514:2: warning: nested extern declaration of ‘rte_flow_trace_pull’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_create’:
./lib/ethdev/rte_flow.h:6571:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_create’; did you mean ‘rte_flow_async_action_handle_create’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_create(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_create
./lib/ethdev/rte_flow.h:6571:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_create’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_destroy’:
./lib/ethdev/rte_flow.h:6625:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_destroy’; did you mean ‘rte_flow_async_action_handle_destroy’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_destroy(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_destroy
./lib/ethdev/rte_flow.h:6625:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_destroy’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_update’:
./lib/ethdev/rte_flow.h:6684:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_update’; did you mean ‘rte_flow_async_action_handle_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_update(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_update
./lib/ethdev/rte_flow.h:6684:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_update’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_query’:
./lib/ethdev/rte_flow.h:6748:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_query’; did you mean ‘rte_flow_async_action_handle_query’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_query(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_query
./lib/ethdev/rte_flow.h:6748:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_query’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_query_update’:
./lib/ethdev/rte_flow.h:6855:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_query_update’; did you mean ‘rte_flow_async_action_handle_query_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_query_update(port_id, queue_id, attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_query_update
./lib/ethdev/rte_flow.h:6855:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_query_update’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_list_handle_create’:
./lib/ethdev/rte_flow.h:6978:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_list_handle_create’; did you mean ‘rte_flow_async_action_list_handle_create’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_list_handle_create(port_id, queue_id, attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_list_handle_create
./lib/ethdev/rte_flow.h:6978:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_list_handle_create’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_list_handle_destroy’:
./lib/ethdev/rte_flow.h:7063:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_list_handle_destroy’; did you mean ‘rte_flow_async_action_list_handle_destroy’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_list_handle_destroy(port_id, queue_id,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_list_handle_destroy
./lib/ethdev/rte_flow.h:7063:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_list_handle_destroy’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_list_handle_query_update’:
./lib/ethdev/rte_flow.h:7181:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_list_handle_query_update’; did you mean ‘rte_flow_async_action_list_handle_query_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_list_handle_query_update(port_id, queue_id,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_list_handle_query_update
./lib/ethdev/rte_flow.h:7181:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_list_handle_query_update’ [-Wnested-externs]
[102/2422] Compiling C object lib/librte_ethdev.a.p/ethdev_sff_8472.c.o
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/sff_common.h:13,
from ../lib/ethdev/sff_8472.c:8:
./lib/ethdev/rte_flow.h:6047:67: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
typedef int (*rte_flow_async_action_handle_query_update_t)(struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h:6061:9: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h:6071:9: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h:6080:9: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_create’:
./lib/ethdev/rte_flow.h:6198:2: warning: implicit declaration of function ‘rte_flow_trace_async_create’; did you mean ‘rte_flow_async_create’? [-Wimplicit-function-declaration]
rte_flow_trace_async_create(port_id, queue_id, op_attr, template_table,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_create
./lib/ethdev/rte_flow.h:6198:2: warning: nested extern declaration of ‘rte_flow_trace_async_create’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_create_by_index’:
./lib/ethdev/rte_flow.h:6266:2: warning: implicit declaration of function ‘rte_flow_trace_async_create_by_index’; did you mean ‘rte_flow_async_create_by_index’? [-Wimplicit-function-declaration]
rte_flow_trace_async_create_by_index(port_id, queue_id, op_attr, template_table, rule_index,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_create_by_index
./lib/ethdev/rte_flow.h:6266:2: warning: nested extern declaration of ‘rte_flow_trace_async_create_by_index’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_destroy’:
./lib/ethdev/rte_flow.h:6324:2: warning: implicit declaration of function ‘rte_flow_trace_async_destroy’; did you mean ‘rte_flow_async_destroy’? [-Wimplicit-function-declaration]
rte_flow_trace_async_destroy(port_id, queue_id, op_attr, flow,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_destroy
./lib/ethdev/rte_flow.h:6324:2: warning: nested extern declaration of ‘rte_flow_trace_async_destroy’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_actions_update’:
./lib/ethdev/rte_flow.h:6384:2: warning: implicit declaration of function ‘rte_flow_trace_async_actions_update’; did you mean ‘rte_flow_async_actions_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_actions_update(port_id, queue_id, op_attr, flow,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_actions_update
./lib/ethdev/rte_flow.h:6384:2: warning: nested extern declaration of ‘rte_flow_trace_async_actions_update’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_push’:
./lib/ethdev/rte_flow.h:6429:2: warning: implicit declaration of function ‘rte_flow_trace_push’; did you mean ‘rte_flow_push’? [-Wimplicit-function-declaration]
rte_flow_trace_push(port_id, queue_id, ret);
^~~~~~~~~~~~~~~~~~~
rte_flow_push
./lib/ethdev/rte_flow.h:6429:2: warning: nested extern declaration of ‘rte_flow_trace_push’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_pull’:
./lib/ethdev/rte_flow.h:6514:2: warning: implicit declaration of function ‘rte_flow_trace_pull’; did you mean ‘rte_flow_pull’? [-Wimplicit-function-declaration]
rte_flow_trace_pull(port_id, queue_id, res, n_res, ret);
^~~~~~~~~~~~~~~~~~~
rte_flow_pull
./lib/ethdev/rte_flow.h:6514:2: warning: nested extern declaration of ‘rte_flow_trace_pull’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_create’:
./lib/ethdev/rte_flow.h:6571:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_create’; did you mean ‘rte_flow_async_action_handle_create’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_create(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_create
./lib/ethdev/rte_flow.h:6571:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_create’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_destroy’:
./lib/ethdev/rte_flow.h:6625:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_destroy’; did you mean ‘rte_flow_async_action_handle_destroy’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_destroy(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_destroy
./lib/ethdev/rte_flow.h:6625:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_destroy’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_update’:
./lib/ethdev/rte_flow.h:6684:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_update’; did you mean ‘rte_flow_async_action_handle_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_update(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_update
./lib/ethdev/rte_flow.h:6684:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_update’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_query’:
./lib/ethdev/rte_flow.h:6748:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_query’; did you mean ‘rte_flow_async_action_handle_query’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_query(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_query
./lib/ethdev/rte_flow.h:6748:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_query’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_query_update’:
./lib/ethdev/rte_flow.h:6855:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_query_update’; did you mean ‘rte_flow_async_action_handle_query_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_query_update(port_id, queue_id, attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_query_update
./lib/ethdev/rte_flow.h:6855:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_query_update’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_list_handle_create’:
./lib/ethdev/rte_flow.h:6978:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_list_handle_create’; did you mean ‘rte_flow_async_action_list_handle_create’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_list_handle_create(port_id, queue_id, attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_list_handle_create
./lib/ethdev/rte_flow.h:6978:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_list_handle_create’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_list_handle_destroy’:
./lib/ethdev/rte_flow.h:7063:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_list_handle_destroy’; did you mean ‘rte_flow_async_action_list_handle_destroy’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_list_handle_destroy(port_id, queue_id,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_list_handle_destroy
./lib/ethdev/rte_flow.h:7063:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_list_handle_destroy’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_list_handle_query_update’:
./lib/ethdev/rte_flow.h:7181:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_list_handle_query_update’; did you mean ‘rte_flow_async_action_list_handle_query_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_list_handle_query_update(port_id, queue_id,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_list_handle_query_update
./lib/ethdev/rte_flow.h:7181:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_list_handle_query_update’ [-Wnested-externs]
[103/2422] Generating kvargs.sym_chk with a custom command (wrapped by meson to capture output)
[104/2422] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse.c.o
[105/2422] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.o
FAILED: lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.o
cc -Ilib/librte_ethdev.a.p -Ilib -I../lib -Ilib/ethdev -I../lib/ethdev -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/loongarch/include -I../lib/eal/loongarch/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=loongarch64 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev -MD -MQ lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.o -MF lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.o.d -o lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.o -c ../lib/ethdev/rte_ethdev.c
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/rte_ethdev.c:30:
./lib/ethdev/rte_flow.h:6047:67: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
typedef int (*rte_flow_async_action_handle_query_update_t)(struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h:6061:9: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h:6071:9: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h:6080:9: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_create’:
./lib/ethdev/rte_flow.h:6198:2: warning: implicit declaration of function ‘rte_flow_trace_async_create’; did you mean ‘rte_flow_async_create’? [-Wimplicit-function-declaration]
rte_flow_trace_async_create(port_id, queue_id, op_attr, template_table,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_create
./lib/ethdev/rte_flow.h:6198:2: warning: nested extern declaration of ‘rte_flow_trace_async_create’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_create_by_index’:
./lib/ethdev/rte_flow.h:6266:2: warning: implicit declaration of function ‘rte_flow_trace_async_create_by_index’; did you mean ‘rte_flow_async_create_by_index’? [-Wimplicit-function-declaration]
rte_flow_trace_async_create_by_index(port_id, queue_id, op_attr, template_table, rule_index,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_create_by_index
./lib/ethdev/rte_flow.h:6266:2: warning: nested extern declaration of ‘rte_flow_trace_async_create_by_index’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_destroy’:
./lib/ethdev/rte_flow.h:6324:2: warning: implicit declaration of function ‘rte_flow_trace_async_destroy’; did you mean ‘rte_flow_async_destroy’? [-Wimplicit-function-declaration]
rte_flow_trace_async_destroy(port_id, queue_id, op_attr, flow,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_destroy
./lib/ethdev/rte_flow.h:6324:2: warning: nested extern declaration of ‘rte_flow_trace_async_destroy’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_actions_update’:
./lib/ethdev/rte_flow.h:6384:2: warning: implicit declaration of function ‘rte_flow_trace_async_actions_update’; did you mean ‘rte_flow_async_actions_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_actions_update(port_id, queue_id, op_attr, flow,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_actions_update
./lib/ethdev/rte_flow.h:6384:2: warning: nested extern declaration of ‘rte_flow_trace_async_actions_update’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_push’:
./lib/ethdev/rte_flow.h:6429:2: warning: implicit declaration of function ‘rte_flow_trace_push’; did you mean ‘rte_flow_push’? [-Wimplicit-function-declaration]
rte_flow_trace_push(port_id, queue_id, ret);
^~~~~~~~~~~~~~~~~~~
rte_flow_push
./lib/ethdev/rte_flow.h:6429:2: warning: nested extern declaration of ‘rte_flow_trace_push’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_pull’:
./lib/ethdev/rte_flow.h:6514:2: warning: implicit declaration of function ‘rte_flow_trace_pull’; did you mean ‘rte_flow_pull’? [-Wimplicit-function-declaration]
rte_flow_trace_pull(port_id, queue_id, res, n_res, ret);
^~~~~~~~~~~~~~~~~~~
rte_flow_pull
./lib/ethdev/rte_flow.h:6514:2: warning: nested extern declaration of ‘rte_flow_trace_pull’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_create’:
./lib/ethdev/rte_flow.h:6571:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_create’; did you mean ‘rte_flow_async_action_handle_create’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_create(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_create
./lib/ethdev/rte_flow.h:6571:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_create’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_destroy’:
./lib/ethdev/rte_flow.h:6625:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_destroy’; did you mean ‘rte_flow_async_action_handle_destroy’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_destroy(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_destroy
./lib/ethdev/rte_flow.h:6625:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_destroy’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_update’:
./lib/ethdev/rte_flow.h:6684:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_update’; did you mean ‘rte_flow_async_action_handle_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_update(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_update
./lib/ethdev/rte_flow.h:6684:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_update’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_query’:
./lib/ethdev/rte_flow.h:6748:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_query’; did you mean ‘rte_flow_async_action_handle_query’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_query(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_query
./lib/ethdev/rte_flow.h:6748:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_query’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_query_update’:
./lib/ethdev/rte_flow.h:6855:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_query_update’; did you mean ‘rte_flow_async_action_handle_query_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_query_update(port_id, queue_id, attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_query_update
./lib/ethdev/rte_flow.h:6855:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_query_update’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_list_handle_create’:
./lib/ethdev/rte_flow.h:6978:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_list_handle_create’; did you mean ‘rte_flow_async_action_list_handle_create’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_list_handle_create(port_id, queue_id, attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_list_handle_create
./lib/ethdev/rte_flow.h:6978:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_list_handle_create’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_list_handle_destroy’:
./lib/ethdev/rte_flow.h:7063:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_list_handle_destroy’; did you mean ‘rte_flow_async_action_list_handle_destroy’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_list_handle_destroy(port_id, queue_id,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_list_handle_destroy
./lib/ethdev/rte_flow.h:7063:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_list_handle_destroy’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_list_handle_query_update’:
./lib/ethdev/rte_flow.h:7181:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_list_handle_query_update’; did you mean ‘rte_flow_async_action_list_handle_query_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_list_handle_query_update(port_id, queue_id,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_list_handle_query_update
./lib/ethdev/rte_flow.h:7181:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_list_handle_query_update’ [-Wnested-externs]
In file included from ../lib/mempool/rte_mempool_trace_fp.h:18,
from ../lib/mempool/rte_mempool.h:51,
from ../lib/ethdev/rte_ethdev.c:20:
./lib/ethdev/ethdev_trace.h: At top level:
./lib/ethdev/ethdev_trace.h:2325:2: warning: conflicting types for ‘rte_flow_trace_async_create’
rte_flow_trace_async_create,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2324:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2325:2: error: static declaration of ‘rte_flow_trace_async_create’ follows non-static declaration
rte_flow_trace_async_create,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2324:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/rte_ethdev.c:30:
./lib/ethdev/rte_flow.h:6198:2: note: previous implicit declaration of ‘rte_flow_trace_async_create’ was here
rte_flow_trace_async_create(port_id, queue_id, op_attr, template_table,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/mempool/rte_mempool_trace_fp.h:18,
from ../lib/mempool/rte_mempool.h:51,
from ../lib/ethdev/rte_ethdev.c:20:
./lib/ethdev/ethdev_trace.h:2347:2: warning: conflicting types for ‘rte_flow_trace_async_destroy’
rte_flow_trace_async_destroy,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2346:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2347:2: error: static declaration of ‘rte_flow_trace_async_destroy’ follows non-static declaration
rte_flow_trace_async_destroy,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2346:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/rte_ethdev.c:30:
./lib/ethdev/rte_flow.h:6324:2: note: previous implicit declaration of ‘rte_flow_trace_async_destroy’ was here
rte_flow_trace_async_destroy(port_id, queue_id, op_attr, flow,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/mempool/rte_mempool_trace_fp.h:18,
from ../lib/mempool/rte_mempool.h:51,
from ../lib/ethdev/rte_ethdev.c:20:
./lib/ethdev/ethdev_trace.h:2360:2: warning: conflicting types for ‘rte_flow_trace_async_actions_update’
rte_flow_trace_async_actions_update,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2359:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2360:2: error: static declaration of ‘rte_flow_trace_async_actions_update’ follows non-static declaration
rte_flow_trace_async_actions_update,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2359:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/rte_ethdev.c:30:
./lib/ethdev/rte_flow.h:6384:2: note: previous implicit declaration of ‘rte_flow_trace_async_actions_update’ was here
rte_flow_trace_async_actions_update(port_id, queue_id, op_attr, flow,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/mempool/rte_mempool_trace_fp.h:18,
from ../lib/mempool/rte_mempool.h:51,
from ../lib/ethdev/rte_ethdev.c:20:
./lib/ethdev/ethdev_trace.h:2378:2: warning: conflicting types for ‘rte_flow_trace_push’
rte_flow_trace_push,
^~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2377:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2378:2: error: static declaration of ‘rte_flow_trace_push’ follows non-static declaration
rte_flow_trace_push,
^~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2377:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/rte_ethdev.c:30:
./lib/ethdev/rte_flow.h:6429:2: note: previous implicit declaration of ‘rte_flow_trace_push’ was here
rte_flow_trace_push(port_id, queue_id, ret);
^~~~~~~~~~~~~~~~~~~
In file included from ../lib/mempool/rte_mempool_trace_fp.h:18,
from ../lib/mempool/rte_mempool.h:51,
from ../lib/ethdev/rte_ethdev.c:20:
./lib/ethdev/ethdev_trace.h:2386:2: warning: conflicting types for ‘rte_flow_trace_pull’
rte_flow_trace_pull,
^~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2385:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2386:2: error: static declaration of ‘rte_flow_trace_pull’ follows non-static declaration
rte_flow_trace_pull,
^~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2385:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/rte_ethdev.c:30:
./lib/ethdev/rte_flow.h:6514:2: note: previous implicit declaration of ‘rte_flow_trace_pull’ was here
rte_flow_trace_pull(port_id, queue_id, res, n_res, ret);
^~~~~~~~~~~~~~~~~~~
In file included from ../lib/mempool/rte_mempool_trace_fp.h:18,
from ../lib/mempool/rte_mempool.h:51,
from ../lib/ethdev/rte_ethdev.c:20:
./lib/ethdev/ethdev_trace.h:2397:2: warning: conflicting types for ‘rte_flow_trace_async_action_handle_create’
rte_flow_trace_async_action_handle_create,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2396:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2397:2: error: static declaration of ‘rte_flow_trace_async_action_handle_create’ follows non-static declaration
rte_flow_trace_async_action_handle_create,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2396:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/rte_ethdev.c:30:
./lib/ethdev/rte_flow.h:6571:2: note: previous implicit declaration of ‘rte_flow_trace_async_action_handle_create’ was here
rte_flow_trace_async_action_handle_create(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/mempool/rte_mempool_trace_fp.h:18,
from ../lib/mempool/rte_mempool.h:51,
from ../lib/ethdev/rte_ethdev.c:20:
./lib/ethdev/ethdev_trace.h:2414:2: warning: conflicting types for ‘rte_flow_trace_async_action_handle_destroy’
rte_flow_trace_async_action_handle_destroy,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2413:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2414:2: error: static declaration of ‘rte_flow_trace_async_action_handle_destroy’ follows non-static declaration
rte_flow_trace_async_action_handle_destroy,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2413:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/rte_ethdev.c:30:
./lib/ethdev/rte_flow.h:6625:2: note: previous implicit declaration of ‘rte_flow_trace_async_action_handle_destroy’ was here
rte_flow_trace_async_action_handle_destroy(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/mempool/rte_mempool_trace_fp.h:18,
from ../lib/mempool/rte_mempool.h:51,
from ../lib/ethdev/rte_ethdev.c:20:
./lib/ethdev/ethdev_trace.h:2428:2: warning: conflicting types for ‘rte_flow_trace_async_action_handle_update’
rte_flow_trace_async_action_handle_update,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2427:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2428:2: error: static declaration of ‘rte_flow_trace_async_action_handle_update’ follows non-static declaration
rte_flow_trace_async_action_handle_update,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2427:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/rte_ethdev.c:30:
./lib/ethdev/rte_flow.h:6684:2: note: previous implicit declaration of ‘rte_flow_trace_async_action_handle_update’ was here
rte_flow_trace_async_action_handle_update(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/mempool/rte_mempool_trace_fp.h:18,
from ../lib/mempool/rte_mempool.h:51,
from ../lib/ethdev/rte_ethdev.c:20:
./lib/ethdev/ethdev_trace.h:2443:2: warning: conflicting types for ‘rte_flow_trace_async_action_handle_query’
rte_flow_trace_async_action_handle_query,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2442:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2443:2: error: static declaration of ‘rte_flow_trace_async_action_handle_query’ follows non-static declaration
rte_flow_trace_async_action_handle_query,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2442:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/rte_ethdev.c:30:
./lib/ethdev/rte_flow.h:6748:2: note: previous implicit declaration of ‘rte_flow_trace_async_action_handle_query’ was here
rte_flow_trace_async_action_handle_query(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/mempool/rte_mempool_trace_fp.h:18,
from ../lib/mempool/rte_mempool.h:51,
from ../lib/ethdev/rte_ethdev.c:20:
./lib/ethdev/ethdev_trace.h:2510:2: warning: conflicting types for ‘rte_flow_trace_async_action_list_handle_create’
rte_flow_trace_async_action_list_handle_create,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2509:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2510:2: error: static declaration of ‘rte_flow_trace_async_action_list_handle_create’ follows non-static declaration
rte_flow_trace_async_action_list_handle_create,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2509:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/rte_ethdev.c:30:
./lib/ethdev/rte_flow.h:6978:2: note: previous implicit declaration of ‘rte_flow_trace_async_action_list_handle_create’ was here
rte_flow_trace_async_action_list_handle_create(port_id, queue_id, attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/mempool/rte_mempool_trace_fp.h:18,
from ../lib/mempool/rte_mempool.h:51,
from ../lib/ethdev/rte_ethdev.c:20:
./lib/ethdev/ethdev_trace.h:2527:2: warning: conflicting types for ‘rte_flow_trace_async_action_list_handle_destroy’
rte_flow_trace_async_action_list_handle_destroy,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2526:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2527:2: error: static declaration of ‘rte_flow_trace_async_action_list_handle_destroy’ follows non-static declaration
rte_flow_trace_async_action_list_handle_destroy,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2526:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/rte_ethdev.c:30:
./lib/ethdev/rte_flow.h:7063:2: note: previous implicit declaration of ‘rte_flow_trace_async_action_list_handle_destroy’ was here
rte_flow_trace_async_action_list_handle_destroy(port_id, queue_id,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/mempool/rte_mempool_trace_fp.h:18,
from ../lib/mempool/rte_mempool.h:51,
from ../lib/ethdev/rte_ethdev.c:20:
./lib/ethdev/ethdev_trace.h:2557:2: warning: conflicting types for ‘rte_flow_trace_async_action_list_handle_query_update’
rte_flow_trace_async_action_list_handle_query_update,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2556:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
./lib/ethdev/ethdev_trace.h:2557:2: error: static declaration of ‘rte_flow_trace_async_action_list_handle_query_update’ follows non-static declaration
rte_flow_trace_async_action_list_handle_query_update,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_trace_point.h:49:1: note: in definition of macro ‘__RTE_TRACE_POINT’
_tp _args ^~~
./lib/ethdev/ethdev_trace.h:2556:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/rte_ethdev.c:30:
./lib/ethdev/rte_flow.h:7181:2: note: previous implicit declaration of ‘rte_flow_trace_async_action_list_handle_query_update’ was here
rte_flow_trace_async_action_list_handle_query_update(port_id, queue_id,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[106/2422] Compiling C object lib/librte_ethdev.a.p/ethdev_sff_common.c.o
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/sff_common.h:13,
from ../lib/ethdev/sff_common.c:9:
./lib/ethdev/rte_flow.h:6047:67: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
typedef int (*rte_flow_async_action_handle_query_update_t)(struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h:6061:9: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h:6071:9: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h:6080:9: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_create’:
./lib/ethdev/rte_flow.h:6198:2: warning: implicit declaration of function ‘rte_flow_trace_async_create’; did you mean ‘rte_flow_async_create’? [-Wimplicit-function-declaration]
rte_flow_trace_async_create(port_id, queue_id, op_attr, template_table,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_create
./lib/ethdev/rte_flow.h:6198:2: warning: nested extern declaration of ‘rte_flow_trace_async_create’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_create_by_index’:
./lib/ethdev/rte_flow.h:6266:2: warning: implicit declaration of function ‘rte_flow_trace_async_create_by_index’; did you mean ‘rte_flow_async_create_by_index’? [-Wimplicit-function-declaration]
rte_flow_trace_async_create_by_index(port_id, queue_id, op_attr, template_table, rule_index,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_create_by_index
./lib/ethdev/rte_flow.h:6266:2: warning: nested extern declaration of ‘rte_flow_trace_async_create_by_index’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_destroy’:
./lib/ethdev/rte_flow.h:6324:2: warning: implicit declaration of function ‘rte_flow_trace_async_destroy’; did you mean ‘rte_flow_async_destroy’? [-Wimplicit-function-declaration]
rte_flow_trace_async_destroy(port_id, queue_id, op_attr, flow,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_destroy
./lib/ethdev/rte_flow.h:6324:2: warning: nested extern declaration of ‘rte_flow_trace_async_destroy’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_actions_update’:
./lib/ethdev/rte_flow.h:6384:2: warning: implicit declaration of function ‘rte_flow_trace_async_actions_update’; did you mean ‘rte_flow_async_actions_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_actions_update(port_id, queue_id, op_attr, flow,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_actions_update
./lib/ethdev/rte_flow.h:6384:2: warning: nested extern declaration of ‘rte_flow_trace_async_actions_update’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_push’:
./lib/ethdev/rte_flow.h:6429:2: warning: implicit declaration of function ‘rte_flow_trace_push’; did you mean ‘rte_flow_push’? [-Wimplicit-function-declaration]
rte_flow_trace_push(port_id, queue_id, ret);
^~~~~~~~~~~~~~~~~~~
rte_flow_push
./lib/ethdev/rte_flow.h:6429:2: warning: nested extern declaration of ‘rte_flow_trace_push’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_pull’:
./lib/ethdev/rte_flow.h:6514:2: warning: implicit declaration of function ‘rte_flow_trace_pull’; did you mean ‘rte_flow_pull’? [-Wimplicit-function-declaration]
rte_flow_trace_pull(port_id, queue_id, res, n_res, ret);
^~~~~~~~~~~~~~~~~~~
rte_flow_pull
./lib/ethdev/rte_flow.h:6514:2: warning: nested extern declaration of ‘rte_flow_trace_pull’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_create’:
./lib/ethdev/rte_flow.h:6571:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_create’; did you mean ‘rte_flow_async_action_handle_create’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_create(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_create
./lib/ethdev/rte_flow.h:6571:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_create’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_destroy’:
./lib/ethdev/rte_flow.h:6625:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_destroy’; did you mean ‘rte_flow_async_action_handle_destroy’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_destroy(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_destroy
./lib/ethdev/rte_flow.h:6625:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_destroy’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_update’:
./lib/ethdev/rte_flow.h:6684:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_update’; did you mean ‘rte_flow_async_action_handle_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_update(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_update
./lib/ethdev/rte_flow.h:6684:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_update’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_query’:
./lib/ethdev/rte_flow.h:6748:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_query’; did you mean ‘rte_flow_async_action_handle_query’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_query(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_query
./lib/ethdev/rte_flow.h:6748:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_query’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_query_update’:
./lib/ethdev/rte_flow.h:6855:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_query_update’; did you mean ‘rte_flow_async_action_handle_query_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_query_update(port_id, queue_id, attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_query_update
./lib/ethdev/rte_flow.h:6855:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_query_update’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_list_handle_create’:
./lib/ethdev/rte_flow.h:6978:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_list_handle_create’; did you mean ‘rte_flow_async_action_list_handle_create’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_list_handle_create(port_id, queue_id, attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_list_handle_create
./lib/ethdev/rte_flow.h:6978:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_list_handle_create’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_list_handle_destroy’:
./lib/ethdev/rte_flow.h:7063:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_list_handle_destroy’; did you mean ‘rte_flow_async_action_list_handle_destroy’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_list_handle_destroy(port_id, queue_id,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_list_handle_destroy
./lib/ethdev/rte_flow.h:7063:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_list_handle_destroy’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_list_handle_query_update’:
./lib/ethdev/rte_flow.h:7181:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_list_handle_query_update’; did you mean ‘rte_flow_async_action_list_handle_query_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_list_handle_query_update(port_id, queue_id,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_list_handle_query_update
./lib/ethdev/rte_flow.h:7181:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_list_handle_query_update’ [-Wnested-externs]
[107/2422] Compiling C object lib/librte_ethdev.a.p/ethdev_sff_8079.c.o
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/sff_common.h:13,
from ../lib/ethdev/sff_8079.c:8:
./lib/ethdev/rte_flow.h:6047:67: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
typedef int (*rte_flow_async_action_handle_query_update_t)(struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h:6061:9: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h:6071:9: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h:6080:9: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_create’:
./lib/ethdev/rte_flow.h:6198:2: warning: implicit declaration of function ‘rte_flow_trace_async_create’; did you mean ‘rte_flow_async_create’? [-Wimplicit-function-declaration]
rte_flow_trace_async_create(port_id, queue_id, op_attr, template_table,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_create
./lib/ethdev/rte_flow.h:6198:2: warning: nested extern declaration of ‘rte_flow_trace_async_create’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_create_by_index’:
./lib/ethdev/rte_flow.h:6266:2: warning: implicit declaration of function ‘rte_flow_trace_async_create_by_index’; did you mean ‘rte_flow_async_create_by_index’? [-Wimplicit-function-declaration]
rte_flow_trace_async_create_by_index(port_id, queue_id, op_attr, template_table, rule_index,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_create_by_index
./lib/ethdev/rte_flow.h:6266:2: warning: nested extern declaration of ‘rte_flow_trace_async_create_by_index’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_destroy’:
./lib/ethdev/rte_flow.h:6324:2: warning: implicit declaration of function ‘rte_flow_trace_async_destroy’; did you mean ‘rte_flow_async_destroy’? [-Wimplicit-function-declaration]
rte_flow_trace_async_destroy(port_id, queue_id, op_attr, flow,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_destroy
./lib/ethdev/rte_flow.h:6324:2: warning: nested extern declaration of ‘rte_flow_trace_async_destroy’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_actions_update’:
./lib/ethdev/rte_flow.h:6384:2: warning: implicit declaration of function ‘rte_flow_trace_async_actions_update’; did you mean ‘rte_flow_async_actions_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_actions_update(port_id, queue_id, op_attr, flow,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_actions_update
./lib/ethdev/rte_flow.h:6384:2: warning: nested extern declaration of ‘rte_flow_trace_async_actions_update’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_push’:
./lib/ethdev/rte_flow.h:6429:2: warning: implicit declaration of function ‘rte_flow_trace_push’; did you mean ‘rte_flow_push’? [-Wimplicit-function-declaration]
rte_flow_trace_push(port_id, queue_id, ret);
^~~~~~~~~~~~~~~~~~~
rte_flow_push
./lib/ethdev/rte_flow.h:6429:2: warning: nested extern declaration of ‘rte_flow_trace_push’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_pull’:
./lib/ethdev/rte_flow.h:6514:2: warning: implicit declaration of function ‘rte_flow_trace_pull’; did you mean ‘rte_flow_pull’? [-Wimplicit-function-declaration]
rte_flow_trace_pull(port_id, queue_id, res, n_res, ret);
^~~~~~~~~~~~~~~~~~~
rte_flow_pull
./lib/ethdev/rte_flow.h:6514:2: warning: nested extern declaration of ‘rte_flow_trace_pull’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_create’:
./lib/ethdev/rte_flow.h:6571:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_create’; did you mean ‘rte_flow_async_action_handle_create’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_create(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_create
./lib/ethdev/rte_flow.h:6571:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_create’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_destroy’:
./lib/ethdev/rte_flow.h:6625:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_destroy’; did you mean ‘rte_flow_async_action_handle_destroy’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_destroy(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_destroy
./lib/ethdev/rte_flow.h:6625:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_destroy’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_update’:
./lib/ethdev/rte_flow.h:6684:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_update’; did you mean ‘rte_flow_async_action_handle_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_update(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_update
./lib/ethdev/rte_flow.h:6684:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_update’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_query’:
./lib/ethdev/rte_flow.h:6748:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_query’; did you mean ‘rte_flow_async_action_handle_query’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_query(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_query
./lib/ethdev/rte_flow.h:6748:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_query’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_query_update’:
./lib/ethdev/rte_flow.h:6855:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_query_update’; did you mean ‘rte_flow_async_action_handle_query_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_query_update(port_id, queue_id, attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_query_update
./lib/ethdev/rte_flow.h:6855:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_query_update’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_list_handle_create’:
./lib/ethdev/rte_flow.h:6978:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_list_handle_create’; did you mean ‘rte_flow_async_action_list_handle_create’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_list_handle_create(port_id, queue_id, attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_list_handle_create
./lib/ethdev/rte_flow.h:6978:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_list_handle_create’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_list_handle_destroy’:
./lib/ethdev/rte_flow.h:7063:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_list_handle_destroy’; did you mean ‘rte_flow_async_action_list_handle_destroy’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_list_handle_destroy(port_id, queue_id,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_list_handle_destroy
./lib/ethdev/rte_flow.h:7063:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_list_handle_destroy’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_list_handle_query_update’:
./lib/ethdev/rte_flow.h:7181:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_list_handle_query_update’; did you mean ‘rte_flow_async_action_list_handle_query_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_list_handle_query_update(port_id, queue_id,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_list_handle_query_update
./lib/ethdev/rte_flow.h:7181:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_list_handle_query_update’ [-Wnested-externs]
[108/2422] Compiling C object lib/librte_mempool.a.p/mempool_rte_mempool.c.o
[109/2422] Compiling C object lib/librte_eal.a.p/eal_linux_eal_vfio.c.o
[110/2422] Compiling C object lib/librte_ethdev.a.p/ethdev_sff_8636.c.o
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/sff_common.h:13,
from ../lib/ethdev/sff_8636.c:9:
./lib/ethdev/rte_flow.h:6047:67: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
typedef int (*rte_flow_async_action_handle_query_update_t)(struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h:6061:9: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h:6071:9: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h:6080:9: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_create’:
./lib/ethdev/rte_flow.h:6198:2: warning: implicit declaration of function ‘rte_flow_trace_async_create’; did you mean ‘rte_flow_async_create’? [-Wimplicit-function-declaration]
rte_flow_trace_async_create(port_id, queue_id, op_attr, template_table,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_create
./lib/ethdev/rte_flow.h:6198:2: warning: nested extern declaration of ‘rte_flow_trace_async_create’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_create_by_index’:
./lib/ethdev/rte_flow.h:6266:2: warning: implicit declaration of function ‘rte_flow_trace_async_create_by_index’; did you mean ‘rte_flow_async_create_by_index’? [-Wimplicit-function-declaration]
rte_flow_trace_async_create_by_index(port_id, queue_id, op_attr, template_table, rule_index,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_create_by_index
./lib/ethdev/rte_flow.h:6266:2: warning: nested extern declaration of ‘rte_flow_trace_async_create_by_index’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_destroy’:
./lib/ethdev/rte_flow.h:6324:2: warning: implicit declaration of function ‘rte_flow_trace_async_destroy’; did you mean ‘rte_flow_async_destroy’? [-Wimplicit-function-declaration]
rte_flow_trace_async_destroy(port_id, queue_id, op_attr, flow,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_destroy
./lib/ethdev/rte_flow.h:6324:2: warning: nested extern declaration of ‘rte_flow_trace_async_destroy’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_actions_update’:
./lib/ethdev/rte_flow.h:6384:2: warning: implicit declaration of function ‘rte_flow_trace_async_actions_update’; did you mean ‘rte_flow_async_actions_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_actions_update(port_id, queue_id, op_attr, flow,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_actions_update
./lib/ethdev/rte_flow.h:6384:2: warning: nested extern declaration of ‘rte_flow_trace_async_actions_update’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_push’:
./lib/ethdev/rte_flow.h:6429:2: warning: implicit declaration of function ‘rte_flow_trace_push’; did you mean ‘rte_flow_push’? [-Wimplicit-function-declaration]
rte_flow_trace_push(port_id, queue_id, ret);
^~~~~~~~~~~~~~~~~~~
rte_flow_push
./lib/ethdev/rte_flow.h:6429:2: warning: nested extern declaration of ‘rte_flow_trace_push’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_pull’:
./lib/ethdev/rte_flow.h:6514:2: warning: implicit declaration of function ‘rte_flow_trace_pull’; did you mean ‘rte_flow_pull’? [-Wimplicit-function-declaration]
rte_flow_trace_pull(port_id, queue_id, res, n_res, ret);
^~~~~~~~~~~~~~~~~~~
rte_flow_pull
./lib/ethdev/rte_flow.h:6514:2: warning: nested extern declaration of ‘rte_flow_trace_pull’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_create’:
./lib/ethdev/rte_flow.h:6571:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_create’; did you mean ‘rte_flow_async_action_handle_create’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_create(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_create
./lib/ethdev/rte_flow.h:6571:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_create’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_destroy’:
./lib/ethdev/rte_flow.h:6625:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_destroy’; did you mean ‘rte_flow_async_action_handle_destroy’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_destroy(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_destroy
./lib/ethdev/rte_flow.h:6625:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_destroy’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_update’:
./lib/ethdev/rte_flow.h:6684:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_update’; did you mean ‘rte_flow_async_action_handle_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_update(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_update
./lib/ethdev/rte_flow.h:6684:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_update’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_query’:
./lib/ethdev/rte_flow.h:6748:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_query’; did you mean ‘rte_flow_async_action_handle_query’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_query(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_query
./lib/ethdev/rte_flow.h:6748:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_query’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_query_update’:
./lib/ethdev/rte_flow.h:6855:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_query_update’; did you mean ‘rte_flow_async_action_handle_query_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_query_update(port_id, queue_id, attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_query_update
./lib/ethdev/rte_flow.h:6855:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_query_update’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_list_handle_create’:
./lib/ethdev/rte_flow.h:6978:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_list_handle_create’; did you mean ‘rte_flow_async_action_list_handle_create’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_list_handle_create(port_id, queue_id, attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_list_handle_create
./lib/ethdev/rte_flow.h:6978:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_list_handle_create’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_list_handle_destroy’:
./lib/ethdev/rte_flow.h:7063:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_list_handle_destroy’; did you mean ‘rte_flow_async_action_list_handle_destroy’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_list_handle_destroy(port_id, queue_id,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_list_handle_destroy
./lib/ethdev/rte_flow.h:7063:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_list_handle_destroy’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_list_handle_query_update’:
./lib/ethdev/rte_flow.h:7181:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_list_handle_query_update’; did you mean ‘rte_flow_async_action_list_handle_query_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_list_handle_query_update(port_id, queue_id,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_list_handle_query_update
./lib/ethdev/rte_flow.h:7181:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_list_handle_query_update’ [-Wnested-externs]
[111/2422] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf.c.o
[112/2422] Compiling C object lib/librte_rcu.a.p/rcu_rte_rcu_qsbr.c.o
[113/2422] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev_telemetry.c.o
In file included from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1452,
from ../lib/ethdev/rte_ethdev_telemetry.c:11:
./lib/ethdev/rte_flow.h:6047:67: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
typedef int (*rte_flow_async_action_handle_query_update_t)(struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h:6061:9: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h:6071:9: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h:6080:9: warning: ‘struct rte_eth_dev’ declared inside parameter list will not be visible outside of this definition or declaration
struct rte_eth_dev *dev,
^~~~~~~~~~~
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_create’:
./lib/ethdev/rte_flow.h:6198:2: warning: implicit declaration of function ‘rte_flow_trace_async_create’; did you mean ‘rte_flow_async_create’? [-Wimplicit-function-declaration]
rte_flow_trace_async_create(port_id, queue_id, op_attr, template_table,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_create
./lib/ethdev/rte_flow.h:6198:2: warning: nested extern declaration of ‘rte_flow_trace_async_create’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_create_by_index’:
./lib/ethdev/rte_flow.h:6266:2: warning: implicit declaration of function ‘rte_flow_trace_async_create_by_index’; did you mean ‘rte_flow_async_create_by_index’? [-Wimplicit-function-declaration]
rte_flow_trace_async_create_by_index(port_id, queue_id, op_attr, template_table, rule_index,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_create_by_index
./lib/ethdev/rte_flow.h:6266:2: warning: nested extern declaration of ‘rte_flow_trace_async_create_by_index’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_destroy’:
./lib/ethdev/rte_flow.h:6324:2: warning: implicit declaration of function ‘rte_flow_trace_async_destroy’; did you mean ‘rte_flow_async_destroy’? [-Wimplicit-function-declaration]
rte_flow_trace_async_destroy(port_id, queue_id, op_attr, flow,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_destroy
./lib/ethdev/rte_flow.h:6324:2: warning: nested extern declaration of ‘rte_flow_trace_async_destroy’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_actions_update’:
./lib/ethdev/rte_flow.h:6384:2: warning: implicit declaration of function ‘rte_flow_trace_async_actions_update’; did you mean ‘rte_flow_async_actions_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_actions_update(port_id, queue_id, op_attr, flow,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_actions_update
./lib/ethdev/rte_flow.h:6384:2: warning: nested extern declaration of ‘rte_flow_trace_async_actions_update’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_push’:
./lib/ethdev/rte_flow.h:6429:2: warning: implicit declaration of function ‘rte_flow_trace_push’; did you mean ‘rte_flow_push’? [-Wimplicit-function-declaration]
rte_flow_trace_push(port_id, queue_id, ret);
^~~~~~~~~~~~~~~~~~~
rte_flow_push
./lib/ethdev/rte_flow.h:6429:2: warning: nested extern declaration of ‘rte_flow_trace_push’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_pull’:
./lib/ethdev/rte_flow.h:6514:2: warning: implicit declaration of function ‘rte_flow_trace_pull’; did you mean ‘rte_flow_pull’? [-Wimplicit-function-declaration]
rte_flow_trace_pull(port_id, queue_id, res, n_res, ret);
^~~~~~~~~~~~~~~~~~~
rte_flow_pull
./lib/ethdev/rte_flow.h:6514:2: warning: nested extern declaration of ‘rte_flow_trace_pull’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_create’:
./lib/ethdev/rte_flow.h:6571:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_create’; did you mean ‘rte_flow_async_action_handle_create’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_create(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_create
./lib/ethdev/rte_flow.h:6571:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_create’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_destroy’:
./lib/ethdev/rte_flow.h:6625:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_destroy’; did you mean ‘rte_flow_async_action_handle_destroy’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_destroy(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_destroy
./lib/ethdev/rte_flow.h:6625:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_destroy’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_update’:
./lib/ethdev/rte_flow.h:6684:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_update’; did you mean ‘rte_flow_async_action_handle_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_update(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_update
./lib/ethdev/rte_flow.h:6684:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_update’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_query’:
./lib/ethdev/rte_flow.h:6748:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_query’; did you mean ‘rte_flow_async_action_handle_query’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_query(port_id, queue_id, op_attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_query
./lib/ethdev/rte_flow.h:6748:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_query’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_handle_query_update’:
./lib/ethdev/rte_flow.h:6855:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_handle_query_update’; did you mean ‘rte_flow_async_action_handle_query_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_handle_query_update(port_id, queue_id, attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_handle_query_update
./lib/ethdev/rte_flow.h:6855:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_handle_query_update’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_list_handle_create’:
./lib/ethdev/rte_flow.h:6978:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_list_handle_create’; did you mean ‘rte_flow_async_action_list_handle_create’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_list_handle_create(port_id, queue_id, attr,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_list_handle_create
./lib/ethdev/rte_flow.h:6978:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_list_handle_create’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_list_handle_destroy’:
./lib/ethdev/rte_flow.h:7063:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_list_handle_destroy’; did you mean ‘rte_flow_async_action_list_handle_destroy’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_list_handle_destroy(port_id, queue_id,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_list_handle_destroy
./lib/ethdev/rte_flow.h:7063:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_list_handle_destroy’ [-Wnested-externs]
./lib/ethdev/rte_flow.h: In function ‘rte_flow_async_action_list_handle_query_update’:
./lib/ethdev/rte_flow.h:7181:2: warning: implicit declaration of function ‘rte_flow_trace_async_action_list_handle_query_update’; did you mean ‘rte_flow_async_action_list_handle_query_update’? [-Wimplicit-function-declaration]
rte_flow_trace_async_action_list_handle_query_update(port_id, queue_id,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_flow_async_action_list_handle_query_update
./lib/ethdev/rte_flow.h:7181:2: warning: nested extern declaration of ‘rte_flow_trace_async_action_list_handle_query_update’ [-Wnested-externs]
[114/2422] Generating meter.sym_chk with a custom command (wrapped by meson to capture output)
[115/2422] Generating ring.sym_chk with a custom command (wrapped by meson to capture output)
[116/2422] Generating log.sym_chk with a custom command (wrapped by meson to capture output)
[117/2422] Generating net.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
-------------------------------END LOGS------------------------------



More information about the test-report mailing list