|
@@ -573,7 +573,7 @@ static int rvu_nix_aq_enq_inst(struct rvu *rvu, struct nix_aq_enq_req *req,
|
|
|
sizeof(struct nix_cq_ctx_s));
|
|
|
else if (req->ctype == NIX_AQ_CTYPE_RSS)
|
|
|
memcpy(&rsp->rss, ctx,
|
|
|
- sizeof(struct nix_cq_ctx_s));
|
|
|
+ sizeof(struct nix_rsse_s));
|
|
|
else if (req->ctype == NIX_AQ_CTYPE_MCE)
|
|
|
memcpy(&rsp->mce, ctx,
|
|
|
sizeof(struct nix_rx_mce_s));
|