[Ntop-dev] New ntop commit (author deri)

cvs-commit at ntop.org cvs-commit at ntop.org
Mon Nov 14 12:09:35 CET 2005


Update of /export/home/ntop/PF_RING/kernel/include/linux
In directory unknown:/tmp/cvs-serv21901/kernel/include/linux

Modified Files:
	ring.h 
Log Message:
Changes:
-Change bucket_len to be consistent. That is, if it is set to 128 bytes return 128 bytes of packet captured buffer. Earlier this would be 128 bytes -pcap header -1.
-large index size, Without this num_slots can be only upto 65535 due to insert_idx, etc being u_int16_t. Made it a u_int32_t
-Remove unused code for virt_to_kseg. This creates the most compile failed issues on 2.6 (LARGEMEM, etc) and is not used.

Tested with 128 bytes capture on a GigE link.

Amit 




More information about the Ntop-dev mailing list