add some support for random access of data in packet fifos
authorNathan Binkert <binkertn@umich.edu>
Mon, 27 Feb 2006 01:31:08 +0000 (20:31 -0500)
committerNathan Binkert <binkertn@umich.edu>
Mon, 27 Feb 2006 01:31:08 +0000 (20:31 -0500)
commit9b18c0e87272b35a34e39ce2a9924963402e5b29
tree22ec173ac5f37ac61ecd1fce077d6e1fdcbd5e96
parent10fcad4ce099118fde1e61a907fb96abd617ac68
add some support for random access of data in packet fifos

dev/pktfifo.cc:
    add support for copying arbitrary data out of a
    packet fifo
dev/pktfifo.hh:
    add support for copying arbitrary data out of a
    packet fifo.
    Add functions to determine where in the fifo a
    particular packet is

--HG--
extra : convert_revision : f8ddc994ce8577f29af0de3fa418a01e4e2cb0f1
dev/pktfifo.cc
dev/pktfifo.hh