class driver extends uvm_driver#(my_data)
Ex: my_data packet is parameterized when developing the driver code, suppose at the middle of the transactions driver need to get my_data_eth packet, How it will change sequence_item(belongs to either same sequence or different sequence)??