On Mon, 30 Sep 2019 11:22:19 +0530 Gaurav Bansal <[email protected]> wrote:
> hi all, > havn't heard back on this so far. Can anyone please let me know of the > possible reasons for the NIC to skip some of the indexes of the descriptor > ring in the Rx path (as also shown by the vmxnet3 logs in my previous mail) > ? > thanks, > gaurav > A packet can span multiple segments if your receive mbuf is too small to fit all the data. That would cause the receive data to create a chained mbuf.
