1.xenvif_rx_meta *get_next_rx_buffer()
2.void xenvif_rx_action()
3.int xenvif_tx_submit()
4.void xenvif_wait_for_rx_work()
5.int xenvif_kthread_guest_rx()
The I’ve not actually been able to see the log statements using dmesg at all. I’ve inserted the en_netback module in the kernel and checked that it is being used by the VM with the
command lsmod | grep xen_netback.
I’ve booted up my virtual machine, and run a simple client server socket program in localhost within the VM and still not seen a single log message from the netback.c file being printed.
Can someone please advise me on where I can possibly insert log statements or how I can use the VM to invoke the netback.c functions?
Thanks,
Jatin