[dpdk-dev] [memnic PATCH 5/5] pmd: handle multiple segments on xmit

2014-03-27 Thread Thomas Monjalon
2014-03-26 17:48, Olivier MATZ: > Hi Hiroshi-san, > > On 03/11/2014 06:40 AM, Hiroshi Shimamoto wrote: > > From: Hiroshi Shimamoto > > > > The current MEMNIC PMD cannot handle multiple segments. > > > > Add the functionality to transmit a mbuf which has multiple segments. > > Walk every segment

[dpdk-dev] [memnic PATCH 5/5] pmd: handle multiple segments on xmit

2014-03-26 Thread Olivier MATZ
Hi Hiroshi-san, On 03/11/2014 06:40 AM, Hiroshi Shimamoto wrote: > From: Hiroshi Shimamoto > > The current MEMNIC PMD cannot handle multiple segments. > > Add the functionality to transmit a mbuf which has multiple segments. > Walk every segment in transmitting mbuf and copy the data to MEMNIC

[dpdk-dev] [memnic PATCH 5/5] pmd: handle multiple segments on xmit

2014-03-11 Thread Hiroshi Shimamoto
From: Hiroshi Shimamoto The current MEMNIC PMD cannot handle multiple segments. Add the functionality to transmit a mbuf which has multiple segments. Walk every segment in transmitting mbuf and copy the data to MEMNIC packet buffer. Signed-off-by: Hiroshi Shimamoto Reviewed-by: Hayato Momma -