Eelco Chaudron <echau...@redhat.com> writes:

> Added the dpif_recv:recv_upcall USDT probe, which is used by the
> included upcall_monitor.py script. This script receives all upcall
> packets sent by the kernel to ovs-vswitchd. By default, it will
> show all  upcall events, which looks something like this:
>
>  TIME               CPU  COMM      PID      DPIF_NAME          TYPE PKT_LEN 
> FLOW_KEY_LEN
>  5952147.003848809  2    handler4  1381158  system@ovs-system  0    98      
> 132
>  5952147.003879643  2    handler4  1381158  system@ovs-system  0    70      
> 160
>  5952147.003914924  2    handler4  1381158  system@ovs-system  0    98      
> 152
>
> It can also dump the packet and NetLink content, and if required,
> the packets can also be written to a pcap file.
>
> Signed-off-by: Eelco Chaudron <echau...@redhat.com>
> ---

The patch LGTM.
Tested the option and the map used for the dropcount as well.

Acked-by: Paolo Valerio <pvale...@redhat.com>

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to