Re: [ovs-dev] [PATCH 2/2] datapath: Remove RT kernel support.

2011-10-07 Thread Pravin Shelar
On Thu, Oct 6, 2011 at 6:30 PM, Jesse Gross wrote: > On Thu, Oct 6, 2011 at 3:13 PM, Pravin B Shelar wrote: >> Following patch removes RT kernel support. This allows us to cleanup >> the loop detection. >> Along with this BH is now disabled while running execute_actions() >> for packet from user-

Re: [ovs-dev] [PATCH 2/2] datapath: Remove RT kernel support.

2011-10-06 Thread Jesse Gross
On Thu, Oct 6, 2011 at 3:13 PM, Pravin B Shelar wrote: > Following patch removes RT kernel support. This allows us to cleanup > the loop detection. > Along with this BH is now disabled while running execute_actions() > for packet from user-space. > As a result we can simplify the stats code as ent

[ovs-dev] [PATCH 2/2] datapath: Remove RT kernel support.

2011-10-06 Thread Pravin B Shelar
Following patch removes RT kernel support. This allows us to cleanup the loop detection. Along with this BH is now disabled while running execute_actions() for packet from user-space. As a result we can simplify the stats code as entire send and receive path runs in BH context on all supported plat

[ovs-dev] [PATCH 2/2] datapath: Remove RT kernel support.

2011-10-05 Thread Pravin B Shelar
Please discard previous patch. Changes: - removed trivial loop-counter related function. --8<--cut here-->8-- Following patch removes RT kernel support. This allows us to cleanup the loop detection and simplify the stats code as entire send

[ovs-dev] [PATCH 2/2] datapath: Remove RT kernel support.

2011-10-05 Thread Pravin B Shelar
Following patch removes RT kernel support. This allows us to cleanup the loop detection and simplify the stats code as entire send and receive path runs in BH context on all supported platforms. Signed-off-by: Pravin B Shelar Bug #7621 --- datapath/Modules.mk |2