pcap: support jumbo frames
authorTero Aho <tero.aho@coriant.com>
Wed, 8 Jul 2015 15:53:20 +0000 (16:53 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 10 Jul 2015 21:14:47 +0000 (23:14 +0200)
commit6db141c91e1f607025fc8d0fae613a97820101e9
tree043b3f639c60dbb864aa1078e9439cdd23a494b1
parent0a5311e7eff552cd4745535770c938cad5723759
pcap: support jumbo frames

Extend eth_pcap rx and tx to support jumbo frames.

On the receive side read large packets into multiple mbufs and
on the transmit side convert them back to a single pcap buffer.

Signed-off-by: Tero Aho <tero.aho@coriant.com>
Signed-off-by: John McNamara <john.mcnamara@intel.com>
Acked-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>
drivers/net/pcap/rte_eth_pcap.c