Re: [ovs-dev] [PATCH] system-traffic: Use NC_EOF_OPT in truncate tests.

2016-07-11 Thread Joe Stringer
On 11 July 2016 at 12:37, Guru Shetty wrote: > On 11 July 2016 at 11:50, Andy Zhou wrote: > >> On Mon, Jul 11, 2016 at 11:44 AM, Guru Shetty wrote: >> >> > >> > >> > On 11 July 2016 at 11:41, Andy Zhou wrote: >> > >> >> >> >> >> >> On Mon, Jul 11, 2016 at 11:28 AM, Guru Shetty wrote: >> >> >>

Re: [ovs-dev] [PATCH] system-traffic: Use NC_EOF_OPT in truncate tests.

2016-07-11 Thread Guru Shetty
On 11 July 2016 at 11:50, Andy Zhou wrote: > On Mon, Jul 11, 2016 at 11:44 AM, Guru Shetty wrote: > > > > > > > On 11 July 2016 at 11:41, Andy Zhou wrote: > > > >> > >> > >> On Mon, Jul 11, 2016 at 11:28 AM, Guru Shetty wrote: > >> > >>> On 11 July 2016 at 10:29, Joe Stringer wrote: > >>> > >

Re: [ovs-dev] [PATCH] system-traffic: Use NC_EOF_OPT in truncate tests.

2016-07-11 Thread Andy Zhou
On Mon, Jul 11, 2016 at 11:44 AM, Guru Shetty wrote: > > > On 11 July 2016 at 11:41, Andy Zhou wrote: > >> >> >> On Mon, Jul 11, 2016 at 11:28 AM, Guru Shetty wrote: >> >>> On 11 July 2016 at 10:29, Joe Stringer wrote: >>> >>> > NC_EOF_OPT should always be passed to netcat in system-traffic te

Re: [ovs-dev] [PATCH] system-traffic: Use NC_EOF_OPT in truncate tests.

2016-07-11 Thread Guru Shetty
On 11 July 2016 at 11:41, Andy Zhou wrote: > > > On Mon, Jul 11, 2016 at 11:28 AM, Guru Shetty wrote: > >> On 11 July 2016 at 10:29, Joe Stringer wrote: >> >> > NC_EOF_OPT should always be passed to netcat in system-traffic tests >> > when invoking netcat to send a single packet that does not e

Re: [ovs-dev] [PATCH] system-traffic: Use NC_EOF_OPT in truncate tests.

2016-07-11 Thread Andy Zhou
On Mon, Jul 11, 2016 at 11:28 AM, Guru Shetty wrote: > On 11 July 2016 at 10:29, Joe Stringer wrote: > > > NC_EOF_OPT should always be passed to netcat in system-traffic tests > > when invoking netcat to send a single packet that does not expect a > > response. While on typical fedora/RH based d

Re: [ovs-dev] [PATCH] system-traffic: Use NC_EOF_OPT in truncate tests.

2016-07-11 Thread Guru Shetty
On 11 July 2016 at 10:29, Joe Stringer wrote: > NC_EOF_OPT should always be passed to netcat in system-traffic tests > when invoking netcat to send a single packet that does not expect a > response. While on typical fedora/RH based distributions the default > behaviour is to send the packet then

Re: [ovs-dev] [PATCH] system-traffic: Use NC_EOF_OPT in truncate tests.

2016-07-11 Thread Andy Zhou
On Mon, Jul 11, 2016 at 10:29 AM, Joe Stringer wrote: > NC_EOF_OPT should always be passed to netcat in system-traffic tests > when invoking netcat to send a single packet that does not expect a > response. While on typical fedora/RH based distributions the default > behaviour is to send the pack

[ovs-dev] [PATCH] system-traffic: Use NC_EOF_OPT in truncate tests.

2016-07-11 Thread Joe Stringer
NC_EOF_OPT should always be passed to netcat in system-traffic tests when invoking netcat to send a single packet that does not expect a response. While on typical fedora/RH based distributions the default behaviour is to send the packet then return, there are multiple other implementations of netc