[dpdk-dev] [PATCH] pcap: add support for jumbo frames

2015-07-11 Thread Thomas Monjalon
2015-07-10 11:55, Gonzalez Monroy, Sergio: > On 08/07/2015 16:53, John McNamara wrote: > > From: Tero Aho > > > > 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

[dpdk-dev] [PATCH] pcap: add support for jumbo frames

2015-07-10 Thread Gonzalez Monroy, Sergio
On 08/07/2015 16:53, John McNamara wrote: > From: Tero Aho > > 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 > Signed-off-by: John

[dpdk-dev] [PATCH] pcap: add support for jumbo frames

2015-07-08 Thread John McNamara
From: Tero Aho 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 Signed-off-by: John McNamara ---

[dpdk-dev] [PATCH] pcap: add support for jumbo frames

2015-07-08 Thread Mcnamara, John
> -Original Message- > From: Mcnamara, John > Sent: Wednesday, July 8, 2015 4:53 PM > To: dev at dpdk.org > Cc: maxim.uvarov at linaro.org; Tero Aho; Mcnamara, John > Subject: [PATCH] pcap: add support for jumbo frames > Hi, This patch is a rebase and refactoring of the following