Re: [PATCH net-next 0/1] Introduction of the tc tests

2017-06-20 Thread David Miller
From: Lucas Bates Date: Fri, 16 Jun 2017 17:22:34 -0400 > Apologies for sending this as one big patch. I've been sitting on this a > little > too long, but it's ready and I wanted to get it out. > > There are a limited number of tests to start - I plan to add more on a

Re: [PATCH net-next 0/1] Introduction of the tc tests

2017-06-20 Thread David Miller
From: Cong Wang Date: Mon, 19 Jun 2017 21:13:31 -0700 > I thought tools/testing/selftests/ is mainly for those tests close to > kernel ABI and API. What is the criteria for these tests? If any test > can fit in, we somehow would merge the whole LTP... > > I definitely

Re: [PATCH net-next 0/1] Introduction of the tc tests

2017-06-20 Thread Jamal Hadi Salim
On 17-06-20 01:40 AM, Stephen Hemminger wrote: The "Occum's razor" for deciding where tests belong should be does the test need to change to respond to kernel change? Don't want to have iproute2 tests that have if (kernel_version > ...) The suite is intended to include both forward and

Re: [PATCH net-next 0/1] Introduction of the tc tests

2017-06-19 Thread Stephen Hemminger
On Mon, 19 Jun 2017 23:48:19 -0400 (EDT) David Miller wrote: > From: Cong Wang > Date: Mon, 19 Jun 2017 16:37:29 -0700 > > > Hi, > > > > On Fri, Jun 16, 2017 at 2:22 PM, Lucas Bates wrote: > >> Apologies for sending this

Re: [PATCH net-next 0/1] Introduction of the tc tests

2017-06-19 Thread Stephen Hemminger
On Mon, 19 Jun 2017 23:48:19 -0400 (EDT) David Miller wrote: > From: Cong Wang > Date: Mon, 19 Jun 2017 16:37:29 -0700 > > > Hi, > > > > On Fri, Jun 16, 2017 at 2:22 PM, Lucas Bates wrote: > >> Apologies for sending this

Re: [PATCH net-next 0/1] Introduction of the tc tests

2017-06-19 Thread Cong Wang
On Mon, Jun 19, 2017 at 8:48 PM, David Miller wrote: > From: Cong Wang > Date: Mon, 19 Jun 2017 16:37:29 -0700 > >> Hi, >> >> On Fri, Jun 16, 2017 at 2:22 PM, Lucas Bates wrote: >>> Apologies for sending this as one big patch.

Re: [PATCH net-next 0/1] Introduction of the tc tests

2017-06-19 Thread David Miller
From: Cong Wang Date: Mon, 19 Jun 2017 16:37:29 -0700 > Hi, > > On Fri, Jun 16, 2017 at 2:22 PM, Lucas Bates wrote: >> Apologies for sending this as one big patch. I've been sitting on this a >> little >> too long, but it's ready and I wanted to

Re: [PATCH net-next 0/1] Introduction of the tc tests

2017-06-19 Thread Cong Wang
Hi, On Fri, Jun 16, 2017 at 2:22 PM, Lucas Bates wrote: > Apologies for sending this as one big patch. I've been sitting on this a > little > too long, but it's ready and I wanted to get it out. > > There are a limited number of tests to start - I plan to add more on a