In reply to Marina.Miao:
I am planning to do like this: get_next_item(reqA), get the length of packet, and compare it with 128bit, if less than 128bit, then get_next_item(reqB), then process reqA and partial reqB within one cycle, item_done(), but how can I process the left of reqB in next cycle?