[dpdk-dev] Calling rte_eth_rx_burst() multiple times

2015-10-15 Thread Younghwan Go
Hi Zoltan, Thanks for the email. 2015-10-15 ?? 7:23? Zoltan Kiss ?(?) ? ?: > > > On 15/10/15 09:32, Younghwan Go wrote: >> Hi, >> >> I'm pretty new to playing with DPDK. I was trying to see if I can always >> receive MAX_BURST packets by calling rte_eth_rx_burst() multiple times >> on same pair

[dpdk-dev] Calling rte_eth_rx_burst() multiple times

2015-10-15 Thread Younghwan Go
Hi, I'm pretty new to playing with DPDK. I was trying to see if I can always receive MAX_BURST packets by calling rte_eth_rx_burst() multiple times on same pair (code shown below). I'm using DPDK-2.1.0 on 2 dual-port Intel 82599ES 10Gbps NICs with Ubuntu 14.04.3 (kernel 3.13.0-63-generic). S

[dpdk-dev] Calling rte_eth_rx_burst() multiple times

2015-10-15 Thread Zoltan Kiss
On 15/10/15 11:43, Younghwan Go wrote: > Hi Zoltan, > > Thanks for the email. > > 2015-10-15 ?? 7:23? Zoltan Kiss ?(?) ? ?: >> >> >> On 15/10/15 09:32, Younghwan Go wrote: >>> Hi, >>> >>> I'm pretty new to playing with DPDK. I was trying to see if I can always >>> receive MAX_BURST packets by cal

[dpdk-dev] Calling rte_eth_rx_burst() multiple times

2015-10-15 Thread Zoltan Kiss
On 15/10/15 09:32, Younghwan Go wrote: > Hi, > > I'm pretty new to playing with DPDK. I was trying to see if I can always > receive MAX_BURST packets by calling rte_eth_rx_burst() multiple times > on same pair (code shown below). I'm using DPDK-2.1.0 on 2 > dual-port Intel 82599ES 10Gbps NICs wi