Re: [ovs-dev] [PATCH 1/2] ofp-actions: Add the NXAST_SAMPLE vendor action

2012-12-11 Thread Romain Lenglet
On Dec 11, 2012, at 1:19 PM, Ben Pfaff wrote: > On Tue, Dec 11, 2012 at 11:17:33AM -0800, Romain Lenglet wrote: >> On Dec 11, 2012, at 10:47 AM, Ben Pfaff wrote: >> >>> On Tue, Dec 11, 2012 at 09:54:50AM -0800, Romain Lenglet wrote: Define NXAST_SAMPLE OpenFlow vendor action and the corres

Re: [ovs-dev] [PATCH 1/2] ofp-actions: Add the NXAST_SAMPLE vendor action

2012-12-11 Thread Ben Pfaff
On Tue, Dec 11, 2012 at 11:17:33AM -0800, Romain Lenglet wrote: > On Dec 11, 2012, at 10:47 AM, Ben Pfaff wrote: > > > On Tue, Dec 11, 2012 at 09:54:50AM -0800, Romain Lenglet wrote: > >> Define NXAST_SAMPLE OpenFlow vendor action and the corresponding > >> OFPACT_SAMPLE OVS action. > >> > >> Si

Re: [ovs-dev] [PATCH 1/2] ofp-actions: Add the NXAST_SAMPLE vendor action

2012-12-11 Thread Romain Lenglet
On Dec 11, 2012, at 10:47 AM, Ben Pfaff wrote: > On Tue, Dec 11, 2012 at 09:54:50AM -0800, Romain Lenglet wrote: >> Define NXAST_SAMPLE OpenFlow vendor action and the corresponding >> OFPACT_SAMPLE OVS action. >> >> Signed-off-by: Romain Lenglet > > I think that this new action is intended to

Re: [ovs-dev] [PATCH 1/2] ofp-actions: Add the NXAST_SAMPLE vendor action

2012-12-11 Thread Ben Pfaff
On Tue, Dec 11, 2012 at 09:54:50AM -0800, Romain Lenglet wrote: > Define NXAST_SAMPLE OpenFlow vendor action and the corresponding > OFPACT_SAMPLE OVS action. > > Signed-off-by: Romain Lenglet I think that this new action is intended to send the packet to a controller when sampling happens, and

[ovs-dev] [PATCH 1/2] ofp-actions: Add the NXAST_SAMPLE vendor action

2012-12-11 Thread Romain Lenglet
Define NXAST_SAMPLE OpenFlow vendor action and the corresponding OFPACT_SAMPLE OVS action. Signed-off-by: Romain Lenglet --- NEWS | 1 + include/openflow/nicira-ext.h | 16 +++ lib/ofp-actions.c | 45 +++ l

[ovs-dev] [PATCH 1/2] ofp-actions: Add the NXAST_SAMPLE vendor action

2012-12-10 Thread Romain Lenglet
Define NXAST_SAMPLE OpenFlow vendor action and the corresponding OFPACT_SAMPLE OVS action. --- include/openflow/nicira-ext.h | 16 +++ lib/ofp-actions.c | 45 +++ lib/ofp-actions.h | 10 ++ lib/ofp-parse.c