]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/ice/ice_switch_filter.c
net/mlx5: add meter statistics read and update
[dpdk.git] / drivers / net / ice / ice_switch_filter.c
index 79fb81197ea61313731d38fc3ffe9ea9bdae0394..4be87c2b9ad8b71437c400bb78dd2b17aae98ed8 100644 (file)
@@ -925,7 +925,7 @@ ice_switch_parse_action(struct ice_pf *pf,
        uint16_t valid_qgrop_number[MAX_QGRP_NUM_TYPE] = {
                 2, 4, 8, 16, 32, 64, 128};
 
-       base_queue = pf->base_queue;
+       base_queue = pf->base_queue + vsi->base_queue;
        for (action = actions; action->type !=
                        RTE_FLOW_ACTION_TYPE_END; action++) {
                action_type = action->type;