On Thu, Sep 18, 2014 at 11:31 PM, Andy Zhou wrote:
> look good in general. a few small comments in line.
>
> Acked-by: Andy Zhou
>
> On Wed, Sep 17, 2014 at 6:58 PM, Pravin B Shelar wrote:
>> OVS keeps pointer to packet key in skb->cb, but the packet key is
>> store on stack. This could make cod
look good in general. a few small comments in line.
Acked-by: Andy Zhou
On Wed, Sep 17, 2014 at 6:58 PM, Pravin B Shelar wrote:
> OVS keeps pointer to packet key in skb->cb, but the packet key is
> store on stack. This could make code bit tricky. So it is better to
> get rid of the pointer.
>
>
OVS keeps pointer to packet key in skb->cb, but the packet key is
store on stack. This could make code bit tricky. So it is better to
get rid of the pointer.
Signed-off-by: Pravin B Shelar
---
datapath/actions.c| 294 +++---
datapath/datapath.c |