Re: [ovs-dev] [PATCH 7/8] nsh: support for setting nsh contexts

2013-10-01 Thread Pritesh Kothari (pritkoth)
On Oct 1, 2013, at 3:13 PM, Jarno Rajahalme wrote: > > On Sep 20, 2013, at 1:04 AM, pritesh wrote: > >> Support for setting the nsh network and service contexts is added here. >> The support is added only for adding context while the port is created. > > I understand that this may be an inter

Re: [ovs-dev] [PATCH 7/8] nsh: support for setting nsh contexts

2013-10-01 Thread Jarno Rajahalme
On Sep 20, 2013, at 1:04 AM, pritesh wrote: > Support for setting the nsh network and service contexts is added here. > The support is added only for adding context while the port is created. I understand that this may be an intermediate step, but how are these useful as part of the tunnel port

[ovs-dev] [PATCH 7/8] nsh: support for setting nsh contexts

2013-09-20 Thread pritesh
Support for setting the nsh network and service contexts is added here. The support is added only for adding context while the port is created. Support for carrying forward context from incoming packet to the outgoing packet is not supported yet. Signed-off-by: pritesh diff --git a/datapath/linu