From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 576D08DAB for ; Mon, 17 Aug 2015 16:12:42 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP; 17 Aug 2015 07:12:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,695,1432623600"; d="scan'208";a="770344120" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by fmsmga001.fm.intel.com with ESMTP; 17 Aug 2015 07:12:40 -0700 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.158]) by IRSMSX106.ger.corp.intel.com ([169.254.8.137]) with mapi id 14.03.0224.002; Mon, 17 Aug 2015 15:12:39 +0100 From: "Gajdzica, MaciejX T" To: "dev@dpdk.org" Thread-Topic: [PATCH 1/1] test_table: added ACL table test to the list Thread-Index: AQHQ1PwBU6dpYS2+7kCapDmpI19dxJ4QQ2zQ Date: Mon, 17 Aug 2015 14:12:39 +0000 Message-ID: <9CC680510C0AC140A846FED2EF7F962826C0F2CC@IRSMSX102.ger.corp.intel.com> References: <1439383287-28447-1-git-send-email-maciejx.t.gajdzica@intel.com> In-Reply-To: <1439383287-28447-1-git-send-email-maciejx.t.gajdzica@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 1/1] test_table: added ACL table test to the list X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Aug 2015 14:12:42 -0000 > -----Original Message----- > From: Gajdzica, MaciejX T > Sent: Wednesday, August 12, 2015 2:41 PM > To: dev@dpdk.org > Cc: Gajdzica, MaciejX T > Subject: [PATCH 1/1] test_table: added ACL table test to the list >=20 > test_table_ACL wasn't invoked when running table_autotest. Added this tes= t to > table_tests array to make it run with other table tests. >=20 > Signed-off-by: Maciej Gajdzica NACK - In current code ACL table tests are executed at the end after table = tests and table tests combined, so this patch is not needed.