[dpdk-dev] dpdk 1.8.0 disable burst problem

2015-09-15 Thread Liu, Yong
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of ?? > Sent: Thursday, September 10, 2015 9:54 PM > To: dev at dpdk.org > Subject: [dpdk-dev] dpdk 1.8.0 disable burst problem > > Hi all, > > > I am using the dpdk example dpdk- > 1.8.0/examples/multi_proc

[dpdk-dev] dpdk 1.8.0 disable burst problem

2015-09-10 Thread 张伟
Hi all, I am using the dpdk example dpdk-1.8.0/examples/multi_process/client_server_mp on ubuntu 14.04. I need to disable the batch. At first, I just change the macro in mp_server/main.c and mp_client/client.c #define PACKET_READ_SIZE 32 to 1 The server and the client can not receive any pa