Hi,
I have tried to use rcu and rte_lock libs to synchronize but I put the
ctx_reload before rte_acl_classify function and it is working fine.
My code is working like this and I'm not having latency during reload
process.
while() {
...
if (acl_ctx_reload)
do_acl_reload();
if (acl_search.n
Hi Konstantin,
Thank you for your questions. Please find below a sample of my code:
After the program has started, I send sighup signals to update the acl
context, like this:
if (signup == SIGHUP)
use_acl_ctx_swap = 1;
...
During the SIGHUP processes I create a new/swap acl ctx and data struct
hello,
I'm running l3fwd-acl example as a daemon and trying to update acl context
with as a "swap" acl context, but the program stops with a segment fault
statement. Even using variables to direct which acl context the main loop
has to use, the program breaks.
I have noticed that even when I upda
Hi,
When I test ip_reassembly app on vmxnet3 nic works fine, but when I change
to the nics 82599ES 10-Gigabit SFI/SFP+, it stop to send the packet
"reassembled" on tx nic.
when I remove the code bellow on rte_ipv4_reassembly.c source code, it
sends pkt but truncated.
rte_pktmbuf_chain(fp->frags
hi,
I'm trying to run ip_reassembly application but it is showing the error
below. please, someone knows what's happing?
The other app like l2fwd/l3fwd works fine.
root at ubuntu:~# cd dpdk-2.1.0/examples/ip_reassembly/
root at ubuntu:~/dpdk-2.1.0/examples/ip_reassembly# ./build/ip_reassembly -
Did you try to bind nics through
/tools/dpdk_nic_bind.py script?
Em ter?a-feira, 1 de mar?o de 2016, Posadas, Emerson <
emerson.posadas at intel.com> escreveu:
> I see that this issue was raised a couple of months ago on this thread (
> http://dpdk.org/ml/archives/dev/2014-December/010661.html)
Hi,
is there some way to pin what port I want to use? For example, eth0 is my
port 1 and eth1 is my port 0?
Thanks
Victor
hi guys,
I'm trying l3fwd to use all of my 8 cores to reach better distributed
performance, but I could reach only 3 cores with 2 ports.
My environment is vmware 6.0 with vmxnet3 (vmware driver) and my processor
is E5-2420-v2. My virtual machine has 8 cores and 6GB of memory.
Please, I'd ike to
hello,
I'm looking for some documentation about this issue, but I could found yet.
So, I would like to know if there is some resource like a poll or select to
put on l2fwd_main_loop?
It would be great to analyse cpu consumption, because I can see 100% of cpu
with no traffic pass through it.
than
Hi,
You are right. I increased the memory and works fine. Thanks a lot
thanks
Victor
On Mon, May 25, 2015 at 10:45 AM, Bruce Richardson <
bruce.richardson at intel.com> wrote:
> On Mon, May 25, 2015 at 09:54:14AM -0300, Victor Detoni wrote:
> > Hi Bruce,
> >
> >
Hi Bruce,
Thanks for your answer. The complete output is attached.
On Mon, May 25, 2015 at 6:49 AM, Bruce Richardson <
bruce.richardson at intel.com> wrote:
> On Sat, May 23, 2015 at 10:20:46PM -0300, Victor Detoni wrote:
> > Hi,
> >
> > I'm trying to install
Hi,
I'm trying to install dpdk through freebsd's ports and the error is shown
bellow. Please, someone knows if it can install on FreeBSD 10.1? And what
means these errors?
If I compile with gcc48 it works fine.
* CC test_lpm.o*
*clang: error: unable to execute command: Killed*
*clang: error: cl
12 matches
Mail list logo