Re: [ovs-dev] [PATCH 1/3] tests: Expand kernel sanity tests.

2015-08-04 Thread Daniele Di Proietto
On 04/08/2015 02:38, "Joe Stringer" wrote: >On 30 July 2015 at 11:21, Daniele Di Proietto >wrote: >> Acked-by: Daniele Di Proietto >> >> On 30/07/2015 00:52, "Joe Stringer" wrote: >> >>>The initial sanity test only checked IPv4 without IP fragments. This >>>patch >>>adds additional tests usi

Re: [ovs-dev] [PATCH 1/3] tests: Expand kernel sanity tests.

2015-08-03 Thread Joe Stringer
On 30 July 2015 at 11:21, Daniele Di Proietto wrote: > Acked-by: Daniele Di Proietto > > On 30/07/2015 00:52, "Joe Stringer" wrote: > >>The initial sanity test only checked IPv4 without IP fragments. This patch >>adds additional tests using IPv6 and VLANs with IP fragments and expands >>the exis

Re: [ovs-dev] [PATCH 1/3] tests: Expand kernel sanity tests.

2015-07-30 Thread Daniele Di Proietto
Acked-by: Daniele Di Proietto On 30/07/2015 00:52, "Joe Stringer" wrote: >The initial sanity test only checked IPv4 without IP fragments. This patch >adds additional tests using IPv6 and VLANs with IP fragments and expands >the existing test to be more strict. > >Signed-off-by: Joe Stringer >C