I'm using ixgbe ports via DNA with pf_ring 5.1.0. My code uses
pfring_recv() to receive packets from one ring, then uses pfring_send()
to transmit them via another ring. The code works fine *unless* the
other ring is *also* receiving packets at the same time on another
thread. In that case, pfring_send() fails a few times out of a hundred.
Is there some ring locking requirement that I'm missing?
-don
_______________________________________________
Ntop-misc mailing list
[email protected]
http://listgateway.unipi.it/mailman/listinfo/ntop-misc

Reply via email to