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

Modified Files:
        ring_packet.c 
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 


_______________________________________________
Ntop-dev mailing list
[email protected]
http://listgateway.unipi.it/mailman/listinfo/ntop-dev

Reply via email to