Re: [ovs-dev] How to debug openvswitch

2015-09-22 Thread Jesse Gross
On Fri, Sep 18, 2015 at 7:31 PM, liu_ch...@buaa.edu.cn wrote: > Well I've been thought about this too, but I used modprobe to install the > kernel module while right after make and make install and make > module_install, is that OK? > If I have to use insmode, shoulde I go to the openvswitch/datap

Re: [ovs-dev] How to debug openvswitch

2015-09-18 Thread liu_ch...@buaa.edu.cn
x27;t read private key DEPMOD 3.11.0-15-generic"?Does this mean that modules installed failed? Sorry for so many questions. And Thank you for replying. Have a nice weekend! 祝好, 刘畅 From: Jesse Gross Date: 2015-09-18 23:46 To: liu_ch...@buaa.edu.cn CC: dev Subject: Re: Re: [ovs-dev] How to de

Re: [ovs-dev] How to debug openvswitch

2015-09-18 Thread Jesse Gross
your reply and I am looking forward to your > opinion. > Thanks a lot! > Chang > ____ > 祝好, > 刘畅 > > > From: Jesse Gross > Date: 2015-09-18 00:34 > To: liu_ch...@buaa.edu.cn > CC: dev@openvswitch.org > Subject: Re: [ovs-dev] How to

Re: [ovs-dev] How to debug openvswitch

2015-09-17 Thread liu_ch...@buaa.edu.cn
s Date: 2015-09-18 00:34 To: liu_ch...@buaa.edu.cn CC: dev@openvswitch.org Subject: Re: [ovs-dev] How to debug openvswitch On Thursday, September 17, 2015, liu_ch...@buaa.edu.cn wrote: Thanks a lot for your reply! But I have tried this command many times, what I saw was something like "br0 is left/

Re: [ovs-dev] How to debug openvswitch

2015-09-17 Thread Jesse Gross
On Thursday, September 17, 2015, liu_ch...@buaa.edu.cn < liu_ch...@buaa.edu.cn> wrote: > Thanks a lot for your reply! > But I have tried this command many times, what I saw was something like > "br0 is left/enter promiscuous mode" which occures when I use ovs-vsctl > add-br or ovs-vsctl add-port c

Re: [ovs-dev] How to debug openvswitch

2015-09-17 Thread Jesse Gross
On Thu, Sep 17, 2015 at 12:28 AM, liu_ch...@buaa.edu.cn wrote: > Hello teams! > > I am new to ovs and linux kernel, but I'm trying to add some code in ovs > source code. > When I try to debug my code, e.g. I use printk() or pr_info() to output some > information, I have no idea where to check th