]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/ice/base/ice_common.c
net/ice/base: change profile priority for RSS reply
[dpdk.git] / drivers / net / ice / base / ice_common.c
index 425f76e8da1908be42faeec9a06d1d7902c25463..74f925c03e773944517a25404612886d1b8ad01f 100644 (file)
@@ -3854,7 +3854,10 @@ enum ice_status ice_replay_vsi(struct ice_hw *hw, u16 vsi_handle)
                if (status)
                        return status;
        }
-
+       /* Replay per VSI all RSS configurations */
+       status = ice_replay_rss_cfg(hw, vsi_handle);
+       if (status)
+               return status;
        /* Replay per VSI all filters */
        status = ice_replay_vsi_all_fltr(hw, vsi_handle);
        if (!status)