Re: [ovs-dev] [PATCH v3 2/6] userspace: enable set_field support for nsh fields

2017-08-04 Thread Yang, Yi Y
Ben, thank you so much for your comments and incremental patch, I have fixed your comments and merged your incremental patch and folded patch 2 to patch 1, new version v4 has been posted. https://mail.openvswitch.org/pipermail/ovs-dev/2017-August/336864.html -Original Message- From: B

Re: [ovs-dev] [PATCH v3 2/6] userspace: enable set_field support for nsh fields

2017-08-04 Thread Ben Pfaff
On Thu, Aug 03, 2017 at 09:14:56AM +0800, Yi Yang wrote: > From: Jan Scheurich > > Signed-off-by: Yi Yang > Signed-off-by: Jan Scheurich Thanks for working on this. I think that this should be folded into patch 1, since it fixes what is essentially a bug in patch 1. I noticed that struct nsh

[ovs-dev] [PATCH v3 2/6] userspace: enable set_field support for nsh fields

2017-08-02 Thread Yi Yang
From: Jan Scheurich Signed-off-by: Yi Yang Signed-off-by: Jan Scheurich --- lib/odp-execute.c | 66 +++ lib/odp-util.c| 33 2 files changed, 99 insertions(+) diff --git a/lib/odp-execute.c b/lib/odp-execute.c