Changes between Version 21 and Version 22 of kernel_syscalls


Ignore:
Timestamp:
Dec 5, 2014, 3:18:10 PM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • kernel_syscalls

    v21 v22  
    7878Returns 0 if success. Returns -1 if no NIC channel or no CMA channel allocated to the calling task.
    7979
     80=== 5) int '''_sys_nic_clear( unsigned int is_rx ) ===
     81This function reset the NIC instrumentation registers (packet counters).
     82* '''is_isr''' : boolean (RX channels if non zero)
    8083
     84=== 6) int '''_sys_nic_stats( unsigned int is_rx ) ===
     85This function displays on TTY0 the values stored in the NIC instrumentation registers (packet counters).
     86* '''is_isr''' : boolean (RX channels if non zero)
    8187
    8288== FBF related syscall handlers ==