Re: [ovs-dev] [PATCH 2/8] nsh: userland support for network service headers

2013-10-01 Thread Pritesh Kothari (pritkoth)
>> >> +{ >> +MFF_NSP, "nsp", NULL, >> +sizeof(ovs_be32), 24, >> +MFM_FULLY, >> +MFS_HEXADECIMAL, >> +MFP_NONE, >> +false, >> +0, NULL, >> +0, NULL, >> +OFPUTIL_P_OF10_NXM_ANY, >> +OFPUTIL_P_OF10_NXM_ANY, > > These

Re: [ovs-dev] [PATCH 2/8] nsh: userland support for network service headers

2013-10-01 Thread Jarno Rajahalme
On Sep 20, 2013, at 1:04 AM, pritesh wrote: > NSH service path (nsp) can be set/unset while creating the port > as well nsp can be matched on incoming packets. > > Signed-off-by: pritesh > > ... > +++ b/lib/meta-flow.c > @@ -694,7 +694,24 @@ static const struct mf_field mf_fields[MFF_N_IDS]

[ovs-dev] [PATCH 2/8] nsh: userland support for network service headers

2013-09-20 Thread pritesh
NSH service path (nsp) can be set/unset while creating the port as well nsp can be matched on incoming packets. Signed-off-by: pritesh diff --git a/lib/flow.c b/lib/flow.c index 9ab1961..452f338 100644 --- a/lib/flow.c +++ b/lib/flow.c @@ -543,6 +543,8 @@ flow_tun_flag_to_string(uint32_t flags)