Re: [ovs-dev] [PATCH v2 0/7] nsh: Network Service Header support.

2014-02-26 Thread Pritesh Kothari (pritkoth)
On Feb 26, 2014, at 12:44 PM, Ben Pfaff wrote: > On Tue, Feb 25, 2014 at 03:44:13PM -0800, Pritesh Kothari wrote: >> This is version 2 for supporting NSH [1] on vxlan. The changes since >> last patch set are few and mainly just related to the review earlier. > > Thanks for sending it along. I

Re: [ovs-dev] [PATCH v2 0/7] nsh: Network Service Header support.

2014-02-26 Thread Ben Pfaff
On Tue, Feb 25, 2014 at 03:44:13PM -0800, Pritesh Kothari wrote: > This is version 2 for supporting NSH [1] on vxlan. The changes since > last patch set are few and mainly just related to the review earlier. Thanks for sending it along. I think that we need Jesse's feedback before anything else.

[ovs-dev] [PATCH v2 0/7] nsh: Network Service Header support.

2014-02-25 Thread Pritesh Kothari
Hi Guys, This is version 2 for supporting NSH [1] on vxlan. The changes since last patch set are few and mainly just related to the review earlier. datapath/datapath.c|2 + datapath/flow.h|7 +- datapath/flow_netlink.c