Re: [ovs-dev] [v2] odp: Add datapath clone action parser.

2017-02-01 Thread Andy Zhou
On Wed, Feb 1, 2017 at 2:07 PM, Ben Pfaff wrote: > On Wed, Feb 01, 2017 at 01:36:33PM -0800, Andy Zhou wrote: >> When adding userspace datapath clone action, the corresponding odp >> actions parser and unit tests were missing. This patch adds them. >> >> Reported-by: Ben Pfaff >> Signed-off-by: A

Re: [ovs-dev] [v2] odp: Add datapath clone action parser.

2017-02-01 Thread Ben Pfaff
On Wed, Feb 01, 2017 at 01:36:33PM -0800, Andy Zhou wrote: > When adding userspace datapath clone action, the corresponding odp > actions parser and unit tests were missing. This patch adds them. > > Reported-by: Ben Pfaff > Signed-off-by: Andy Zhou > > --- > v1->v2: Be more tolerate of white

[ovs-dev] [v2] odp: Add datapath clone action parser.

2017-02-01 Thread Andy Zhou
When adding userspace datapath clone action, the corresponding odp actions parser and unit tests were missing. This patch adds them. Reported-by: Ben Pfaff Signed-off-by: Andy Zhou --- v1->v2: Be more tolerate of white spaces. Tested with: $ echo 'clone(1,2 )' |../tests/ovstest test-o