Hello, If a packet is saved in two mblk_t* structure, mp1 and mp2. If I use [b]linkb[/b][b](mp1,mp2)[/b] to link them together, and then use [b]gld_recv( mp1)[/b] to send the packet to OS, OS can recognize this packet. I think both buffers should be returned later from OS afterwards. However, i find only mp2 or mp1 buffer is returned back to driver.
Is there any way to make OS return all linked mblk_t buffers? Tom This message posted from opensolaris.org _______________________________________________ networking-discuss mailing list [email protected]
