Re: [ovs-dev] [PATCH 3/3] system-traffic: Add conntrack floating IP test

2017-10-26 Thread Eric Garver
On Thu, Oct 26, 2017 at 06:06:15AM -0700, William Tu wrote: > Hi Eric, > Thanks for the reply. > > >> >> dnl means the datapath didn't process the ct_clear action. Ending in > >> >> SYN_RECV > >> >> dnl (OVS maps to ESTABLISHED) means the initial frame was committed, > >> >> but not a > >> >>

Re: [ovs-dev] [PATCH 3/3] system-traffic: Add conntrack floating IP test

2017-10-26 Thread William Tu
Hi Eric, Thanks for the reply. >> >> dnl means the datapath didn't process the ct_clear action. Ending in >> >> SYN_RECV >> >> dnl (OVS maps to ESTABLISHED) means the initial frame was committed, but >> >> not a >> >> dnl second time after the FIP translation (because ct_clear didn't >> >> o

Re: [ovs-dev] [PATCH 3/3] system-traffic: Add conntrack floating IP test

2017-10-25 Thread Eric Garver
On Tue, Oct 24, 2017 at 02:10:47PM -0700, William Tu wrote: > On Tue, Oct 24, 2017 at 1:44 PM, Eric Garver wrote: > > On Tue, Oct 24, 2017 at 12:46:46PM -0700, William Tu wrote: > >> On Fri, Oct 20, 2017 at 11:23 AM, Eric Garver wrote: > >> > This test cases uses floating IP (FIP) addresses for e

Re: [ovs-dev] [PATCH 3/3] system-traffic: Add conntrack floating IP test

2017-10-24 Thread William Tu
On Tue, Oct 24, 2017 at 1:44 PM, Eric Garver wrote: > On Tue, Oct 24, 2017 at 12:46:46PM -0700, William Tu wrote: >> On Fri, Oct 20, 2017 at 11:23 AM, Eric Garver wrote: >> > This test cases uses floating IP (FIP) addresses for each endpoint. If >> > the destination is a FIP, the packet will unde

Re: [ovs-dev] [PATCH 3/3] system-traffic: Add conntrack floating IP test

2017-10-24 Thread Eric Garver
On Tue, Oct 24, 2017 at 12:46:46PM -0700, William Tu wrote: > On Fri, Oct 20, 2017 at 11:23 AM, Eric Garver wrote: > > This test cases uses floating IP (FIP) addresses for each endpoint. If > > the destination is a FIP, the packet will undergo a transformation of > > the form (dst=FIP, src=non-FIP

Re: [ovs-dev] [PATCH 3/3] system-traffic: Add conntrack floating IP test

2017-10-24 Thread William Tu
On Fri, Oct 20, 2017 at 11:23 AM, Eric Garver wrote: > This test cases uses floating IP (FIP) addresses for each endpoint. If > the destination is a FIP, the packet will undergo a transformation of > the form (dst=FIP, src=non-FIP) --> (dst=non-FIP, src=FIP) before > egress. Otherwise the packet i

[ovs-dev] [PATCH 3/3] system-traffic: Add conntrack floating IP test

2017-10-20 Thread Eric Garver
This test cases uses floating IP (FIP) addresses for each endpoint. If the destination is a FIP, the packet will undergo a transformation of the form (dst=FIP, src=non-FIP) --> (dst=non-FIP, src=FIP) before egress. Otherwise the packet is untouched. This exercises the ct_clear action in the datapa