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
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
In the Linux
>> core running ovs-vswitchd, I would imagine you'd implement a dpif provider
>> that that spoke to the datapaths running in your simple executive cores.
>>
>> --Justin
>>
>>
>> On Mar 8, 2013, at 12:16 AM, 王国栋 wrote:
>>
>>
, so it may be
> worth contacting your rep, too.
>
> What are you looking to do with this port? What solution are you looking
> to provide?
>
> --Justin
>
>
> On Mar 7, 2013, at 11:33 PM, 王国栋 wrote:
>
> > i use the Cavium NP and the kernel is linux2.6. is that
i have some question about PORTING file. there is a graph in this file as
follow:
[image: 内嵌图片 1]
now i am willing to port the source code to a network processor ,which is
MIPS arch. my goal is implement the kernel module in the platform.but i
still cannot figure out a clear procedure about it. whi