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-
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
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
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
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