Hi Luca, Luca Deri schrieb: > Arnd > thanks for the report. Can you please investigate some of the issues > reported and provide patches? > > Thanks Luca > > Arnd Hannemann wrote: >> >> 2. Receiving packets are always captured twice
I investigated the 2nd issue and found out that ring_handler() is called twice in the RX path: in net/core/dev.c netif_rx() and in net/core/dev.c: netif_receive_skb() I deleted the call in netif_receive_skb() and now capturing works fine. However I don't feel I understand the kernel code well enough to submit a patch for this problem. Best regards, Arnd _______________________________________________ Ntop-dev mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop-dev
