The port_action_handle_query function supports query operation for
indirect RSS action.
No driver currently supports this operation, and this support is
unnecessary.
Remove it.
Signed-off-by: Michael Baum <michaelba@nvidia.com>
Acked-by: Matan Azrad <matan@nvidia.com>
Acked-by: Ori Kam <orika@nvidia.com>
if (!pia)
return -EINVAL;
switch (pia->type) {
- case RTE_FLOW_ACTION_TYPE_RSS:
case RTE_FLOW_ACTION_TYPE_AGE:
data = &default_data;
break;
if (rte_flow_action_handle_query(port_id, pia->handle, data, &error))
ret = port_flow_complain(&error);
switch (pia->type) {
- case RTE_FLOW_ACTION_TYPE_RSS:
- if (!ret)
- printf("Shared RSS action:\n\trefs:%u\n",
- *((uint32_t *)data));
- data = NULL;
- break;
case RTE_FLOW_ACTION_TYPE_AGE:
if (!ret) {
struct rte_flow_query_age *resp = data;