UVM driver sequencer interaction with parameterized sequence item

In reply to Brass:

You can pass the rsp also using item_done like this

  $cast(rsp,req.clone());
  rsp.set_id_info(req);
  seq_item_port.item_done(rsp);

Because we do not see the whole story it is not easy to give you the right advice.
It is more guessing what we can do.