51e16682cf
The template mbuf_initializer is hard coded with a buflen which might have been set differently by the application at the time of mbuf pool creation. - move buf_len fields out of rearm_data marker. - make ixgbe_recv_pkts_vec() not touch buf_len field at all (as all other RX functions behave). Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com> Acked-by: Jean-Mickael Guerin <jean-mickael.guerin@6wind.com>