[vpp-dev] IO thread mode in VPP

2016-10-31 Thread Mli
Hello I have a question about IO thread mode in VPP. is there any strong reason(s) why IO threads are deprecated in 16.09? This mode may be useful in some scenarios. Thanks Ming ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailm

[vpp-dev] can’t get NDR at any rate in multi-threads mode

2016-10-31 Thread Mli
We cannot get NDR at any rate in multi-threads mode for VPP 16.09. The following is our config. (1)Version : VPP 16.09; multi-threads mode (2)CPU config. in vpp startup.conf cpu { main-core 0 corelist-workers 1-2 } (3)Show output vpp# show thread ID NameT

Re: [vpp-dev] can’t get NDR at any rate in multi-threads mode

2016-11-01 Thread Mli
-dev-boun...@lists.fd.io] On Behalf Of Mli Sent: Tuesday, November 1, 2016 5:05 AM To: vpp-dev@lists.fd.io Subject: [vpp-dev] can’t get NDR at any rate in multi-threads mode We cannot get NDR at any rate in multi-threads mode for VPP 16.09. The following is our config. (1)Version : VPP

[vpp-dev] vpp node implementation

2016-11-18 Thread Mli
We plan to implement a new node in VPP. I have the following 2 small questions (1)2 + 2 principle For each vpp node, first it prefetch the next 2 packets (see the following codes) and then process the 2 current packets. Do we must to follow this programming style? Can we do 4+4 or 6+6

[vpp-dev] vpp consistent per-packet latency

2016-12-06 Thread Mli
Based on VPP doc., the vector size (i.e. workload) for each node needs be adjusted dynamically for the consistent per-packet latency. Can someone point to me where are the codes or funcs. which change the vector size for consistent per-packet latency? When we implement a new node, do we need