Hello all,

  When using pf_ring without PF_RING aware drivers (normal kernel drivers)
there is always chance of losing packet even though the flow control is
activated on the driver. Because NAPI might read faster than application
and pf_ring kernel module buffer overflows and drops the packets while
kernel backlog queue is not full (in case of a slow application).

  Now my question is that, if I use PF_RING aware drivers with flow-control
'on' is there still chance of losing packet? I assume because there is no
queue involved in between (except driver rings) droping packet should not
happen, because if driver rings are getting full the drivers should send
pause frame to sender. Is that correct?

Thanks,
-- 
Behrooz
_______________________________________________
Ntop-misc mailing list
[email protected]
http://listgateway.unipi.it/mailman/listinfo/ntop-misc

Reply via email to