Thank you very much. I got it.
--
At 2013-05-31 07:29:41,"Jesse Gross" wrote:
>On Thu, May 30, 2013 at 10:31 AM, zuo wrote:
>> Thank you for providing the requested information.
>> I found that "subfacet->slow_path_reason == 0" indicates packets is
>> processed by fast path, so in this case
On Thu, May 30, 2013 at 10:31 AM, zuo wrote:
> Thank you for providing the requested information.
> I found that "subfacet->slow_path_reason == 0" indicates packets is
> processed by fast path, so in this case the packet is directly forwarded by
> the kernel. If it is in slow-path such as "slow_co
Thank you for providing the requested information.
I found that "subfacet->slow_path_reason == 0" indicates packets is processed
by fast path, so in this case the packet is directly forwarded by the kernel.
If it is in slow-path such as "slow_controller", the packets will all be
forwarded to us
On Tue, May 28, 2013 at 11:38 AM, zuo wrote:
> Hi,
> Recently I read the code of OpenvSwitch (version 1.9) to learn how packet is
> processed in datapath and userspace. However, there are some issues that I
> didn’t understand clearly. Can anybody help me?
> (1)When the first packet of a flo
Hi,
Recently I read the code of OpenvSwitch (version 1.9) to learn how packet is
processed in datapath and userspace. However, there are some issues that I
didn’t understand clearly. Can anybody help me?
(1)When the first packet of a flow comes to the datapath, the datapath
transmit it to