[ovs-dev] printk logs are not coming in kern.log files

Ajmer Singh ajmersingh.tu06 at gmail.com
Wed Mar 2 07:12:25 UTC 2016


Hi,

We want to dump the very first packet received in kernel space of open
Vswitch v.2.4. we have identified that ovs_vport_receive method
(datapath/vport.c) receives the packet in struct sk_buff structure from
eNodeB. we have added below vlogger api to print the dump.

but before that no printk logs are coming in /var/log/kern.log file. can u
please suggest what wrong we are doing here?

printk(KERN_ERR "Received packet from eNodeB"); //this type of logs are not
coming in kern.log.

Regards,
Ajmer



More information about the dev mailing list