Re: [ovs-dev] [PATCH 2/2] openflow: Allow CT flush to match on mark and labels.

2023-10-04 Thread Simon Horman
On Tue, Oct 03, 2023 at 04:01:15PM +0200, Ilya Maximets wrote: > On 10/3/23 15:46, Ales Musil wrote: > > On Tue, Oct 3, 2023 at 3:40 PM Ilya Maximets > > wrote: > > On 10/3/23 07:56, Ales Musil wrote: ... > > > @@ -95,10 +139,27 @@ ofp_ct_match_format(struct ds

Re: [ovs-dev] [PATCH 2/2] openflow: Allow CT flush to match on mark and labels.

2023-10-03 Thread Ilya Maximets
On 10/3/23 15:46, Ales Musil wrote: > > > On Tue, Oct 3, 2023 at 3:40 PM Ilya Maximets > wrote: > > On 10/3/23 07:56, Ales Musil wrote: > > Extend the current NX_CT_FLUSH with four additional fields, > > that allow to match on CT entry "mark" or "labels".

Re: [ovs-dev] [PATCH 2/2] openflow: Allow CT flush to match on mark and labels.

2023-10-03 Thread Ales Musil
On Tue, Oct 3, 2023 at 3:40 PM Ilya Maximets wrote: > On 10/3/23 07:56, Ales Musil wrote: > > Extend the current NX_CT_FLUSH with four additional fields, > > that allow to match on CT entry "mark" or "labels". This > > is encoded as separate TLV values which is backward compatible. > > Versions t

Re: [ovs-dev] [PATCH 2/2] openflow: Allow CT flush to match on mark and labels.

2023-10-03 Thread Ilya Maximets
On 10/3/23 07:56, Ales Musil wrote: > Extend the current NX_CT_FLUSH with four additional fields, > that allow to match on CT entry "mark" or "labels". This > is encoded as separate TLV values which is backward compatible. > Versions that do not support them will simply ignore it. > > Extend also

Re: [ovs-dev] [PATCH 2/2] openflow: Allow CT flush to match on mark and labels.

2023-10-03 Thread Ales Musil
On Tue, Oct 3, 2023 at 2:28 PM Ilya Maximets wrote: > On 10/3/23 10:33, Simon Horman wrote: > > On Tue, Oct 03, 2023 at 10:18:45AM +0200, Ales Musil wrote: > >> On Tue, Oct 3, 2023 at 10:14 AM Simon Horman wrote: > >> > >>> On Tue, Oct 03, 2023 at 07:56:30AM +0200, Ales Musil wrote: > Exten

Re: [ovs-dev] [PATCH 2/2] openflow: Allow CT flush to match on mark and labels.

2023-10-03 Thread Ilya Maximets
On 10/3/23 10:33, Simon Horman wrote: > On Tue, Oct 03, 2023 at 10:18:45AM +0200, Ales Musil wrote: >> On Tue, Oct 3, 2023 at 10:14 AM Simon Horman wrote: >> >>> On Tue, Oct 03, 2023 at 07:56:30AM +0200, Ales Musil wrote: Extend the current NX_CT_FLUSH with four additional fields, that a

Re: [ovs-dev] [PATCH 2/2] openflow: Allow CT flush to match on mark and labels.

2023-10-03 Thread Simon Horman
On Tue, Oct 03, 2023 at 10:18:45AM +0200, Ales Musil wrote: > On Tue, Oct 3, 2023 at 10:14 AM Simon Horman wrote: > > > On Tue, Oct 03, 2023 at 07:56:30AM +0200, Ales Musil wrote: > > > Extend the current NX_CT_FLUSH with four additional fields, > > > that allow to match on CT entry "mark" or "la

Re: [ovs-dev] [PATCH 2/2] openflow: Allow CT flush to match on mark and labels.

2023-10-03 Thread Ales Musil
On Tue, Oct 3, 2023 at 10:14 AM Simon Horman wrote: > On Tue, Oct 03, 2023 at 07:56:30AM +0200, Ales Musil wrote: > > Extend the current NX_CT_FLUSH with four additional fields, > > that allow to match on CT entry "mark" or "labels". This > > is encoded as separate TLV values which is backward co

Re: [ovs-dev] [PATCH 2/2] openflow: Allow CT flush to match on mark and labels.

2023-10-03 Thread Simon Horman
On Tue, Oct 03, 2023 at 07:56:30AM +0200, Ales Musil wrote: > Extend the current NX_CT_FLUSH with four additional fields, > that allow to match on CT entry "mark" or "labels". This > is encoded as separate TLV values which is backward compatible. > Versions that do not support them will simply igno

[ovs-dev] [PATCH 2/2] openflow: Allow CT flush to match on mark and labels.

2023-10-02 Thread Ales Musil
Extend the current NX_CT_FLUSH with four additional fields, that allow to match on CT entry "mark" or "labels". This is encoded as separate TLV values which is backward compatible. Versions that do not support them will simply ignore it. Extend also the ovs-dpctl and ovs-ofctl command line tools w