On Tue, Apr 12, 2016 at 9:13 PM, Ben Pfaff <b...@ovn.org> wrote: > On Tue, Apr 12, 2016 at 11:38:38AM -0700, William Tu wrote: >> Should we expose "truncate" to the ovs-ofctl action list? >> >> I was thinking about this ovs-ofctl syntax: >> actions='output(max_len=64, port=1), output:2' >> >> then at datapath it translates to actions >> truncate(64), output(1), output(2) >> >> So 64B to port1, and 100B to port2. > > I think that's OK. > It looks good to me too. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev
- Re: [ovs-dev] [PATCH v2] ofp-actions: Add a new action to ... William Tu
- Re: [ovs-dev] [PATCH v2] ofp-actions: Add a new actio... Joe Stringer
- Re: [ovs-dev] [PATCH v2] ofp-actions: Add a new a... William Tu
- Re: [ovs-dev] [PATCH v2] ofp-actions: Add a new a... Ben Pfaff
- Re: [ovs-dev] [PATCH v2] ofp-actions: Add a new a... Joe Stringer
- Re: [ovs-dev] [PATCH v2] ofp-actions: Add a new a... Ben Pfaff
- Re: [ovs-dev] [PATCH v2] ofp-actions: Add a new a... Joe Stringer
- Re: [ovs-dev] [PATCH v2] ofp-actions: Add a new a... Ben Pfaff
- Re: [ovs-dev] [PATCH v2] ofp-actions: Add a new a... Ben Pfaff
- Re: [ovs-dev] [PATCH v2] ofp-actions: Add a new a... Jarno Rajahalme
- Re: [ovs-dev] [PATCH v2] ofp-actions: Add a new a... pravin shelar