From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [iproute PATCH 0/3] Fix and test ssfilter Date: Wed, 15 Aug 2018 14:33:30 -0700 Message-ID: <20180815143330.6d8c4787@xeon-e3> References: <20180814121808.24774-1-phil@nwl.cc> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, Samuel Mannehed To: Phil Sutter Return-path: Received: from mail-pf1-f196.google.com ([209.85.210.196]:45639 "EHLO mail-pf1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727327AbeHPA13 (ORCPT ); Wed, 15 Aug 2018 20:27:29 -0400 Received: by mail-pf1-f196.google.com with SMTP id i26-v6so1020067pfo.12 for ; Wed, 15 Aug 2018 14:33:32 -0700 (PDT) In-Reply-To: <20180814121808.24774-1-phil@nwl.cc> Sender: netdev-owner@vger.kernel.org List-ID: On Tue, 14 Aug 2018 14:18:05 +0200 Phil Sutter wrote: > This series contains a fix for ssfilter and introduces a testscript to > verify correct functionality. > > Phil Sutter (3): > ss: Review ssfilter > testsuite: Prepare for ss tests > testsuite: Add a first ss test validating ssfilter > > misc/ssfilter.y | 36 ++++++++++++++----------- > testsuite/Makefile | 2 +- > testsuite/lib/generic.sh | 37 ++++++++++---------------- > testsuite/tests/ss/ss1.dump | Bin 0 -> 720 bytes > testsuite/tests/ss/ssfilter.t | 48 ++++++++++++++++++++++++++++++++++ > 5 files changed, 84 insertions(+), 39 deletions(-) > create mode 100644 testsuite/tests/ss/ss1.dump > create mode 100755 testsuite/tests/ss/ssfilter.t > Applied