The current netmap implementation in Iflib seems to have limitation with respect
to handling a packet split across multiple buffers.
This scenario is common when the hardware supports split header feature, where
the header and data will be in seperate buffers.
This patch has the changes to netmap path in Iflib to handle packets with
multiple fragments.