Re: [ovs-dev] datapath send and receive packet

2013-03-26 Thread Jesse Gross
On Mon, Mar 25, 2013 at 11:27 PM, 王国栋 wrote: > could you explain it more specifically, what's the difference between > internal device and other device? > where dose it get the packet or when would the internal_dev_xmit procedure > be called? I would recommend reading the user documentation first

Re: [ovs-dev] datapath send and receive packet

2013-03-25 Thread 王国栋
could you explain it more specifically, what's the difference between internal device and other device? where dose it get the packet or when would the internal_dev_xmit procedure be called? 2013/3/26 Jesse Gross > On Mon, Mar 25, 2013 at 4:59 AM, 王国栋 wrote: > > Hello everyone, > > I've got con

Re: [ovs-dev] datapath send and receive packet

2013-03-25 Thread Jesse Gross
On Mon, Mar 25, 2013 at 4:59 AM, 王国栋 wrote: > Hello everyone, > I've got confused about the datapath send and recv procudure. > In my opinion, the datapath should lookup table when receiving packets from > ports, but it looks up table in the "internal_dev_xmit", which i think > should be used for

[ovs-dev] datapath send and receive packet

2013-03-25 Thread 王国栋
Hello everyone, I've got confused about the datapath send and recv procudure. In my opinion, the datapath should lookup table when receiving packets from ports, but it looks up table in the "internal_dev_xmit", which i think should be used for sending a packet. And the internal_dev_recv is called w