em-dpdk v1.3.0
Hi Phani, I'm personally using Eclipse to write/build EM code and everything is working...
Hello As of now frm the documentation and readme files I have got a way of creating...
OpenEM v1.2.3
OpenEM v1.2.2
OpenEM 1.2.1-1
OpenEM v1.2.1
OpenEM v1.2.0-1
OpenEM v1.2.0
OpenEM v1.1.1
Hi, EO context and queue context are simply pointers to anything to want, you decide...
Hi, I suspect that access to EO context is slower than Queue Context? Is it true?...
Hi, Could you try modifying in event_machine/intel/em_packet.c - em_init():Line422...
Hi Matias, Below, you can find the information: 1) Hardware setup: Architecture:...
Hi Matias, Below, you can find the information: 1) Hardware setup: Architecture:...
Hi, I'm still unable to reproduce your test results. Could you please provide the...
Hi, em_queue_group_create() is asynchronous, so you have to make sure it has finished...
Hi, I had the following error: EM ERROR:0x80000002 ESCOPE:0xFF000105 core:00 ecount:0(0)...
Hi, Try something like: em_core_mask_t* mask; em_queue_group_t queue_group; em_queue_t...
Hi, How to add a queue group associated with a specific set of cores?
Hi, I used 10 Gbps NIC (82599) and 64 byte packets. Your configuration seems to be...
Hi, We have used multiple flows in our tests. We got ~99% of line rate when we used...
Hi, We have used multiple flows in our tests. We got ~99% of line rate when we used...
Hi, We have used multiple flows in our tests. We got ~99% of line rate when we used...
Hi, We have used multiple flows in our tests. We got ~99% of line rate when we used...
Hi, We have used multiple flows in our tests. We got ~99% of line rate when we used...
Hi, Your results seem quite low. I ran a quick test and was able to reach over 90%...
Thank you so much :)
Hi, We have a scenario where two hosts are connected back-to-back with 10Gbps intel...
Hi, Only atomic queues use the q_elem->ring buffer to store events, events in a parallel...
I found the maximum size of the atomic queue (EM_QUEUE_ATOMIC_RING_SIZE) in the file...
I found the maximum size of the atomic queue (EM_QUEUE_ATOMIC_RING_SIZE) in the file...
I found the maximum size of the atomic queue (EM_QUEUE_ATOMIC_RING_SIZE) in the file...
I found the maximum size of the atomic queue (EM_QUEUE_ATOMIC_RING_SIZE) in the file...
OpenEM v1.1.0 (version numbering scheme changed!)
On page 10 of introduction pdf, it lists many features openEM provides. Most of them...
More questions :). Who accounts for creating two events? We assume there is another...
you don't necessarily need to do it that way, it doesn't need to be the original...
Understand for this example. But what for more complete case. For example one packet...
EM scheduler is supposed to be quite simple to be able to use many existing HW schedulers,...
For example, the EM_introduction_1_0.pdf, page 35-37, shaper gets a packet from one...
The second problem solved. Some file are not intlcued in SI project and some dues...
Two problems: 1. When I try to compile DPDK, it cannot make correctly as readme specified:...