From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 8C924DE0 for ; Wed, 8 Feb 2017 16:12:35 +0100 (CET) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga105.jf.intel.com with ESMTP; 08 Feb 2017 07:12:35 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,348,1477983600"; d="scan'208";a="56586018" Received: from marvin-s2600gz.sh.intel.com ([10.239.129.187]) by orsmga004.jf.intel.com with ESMTP; 08 Feb 2017 07:12:34 -0800 From: Marvin Liu To: dts@dpdk.org Date: Thu, 9 Feb 2017 07:03:56 +0800 Message-Id: <1486595038-17128-1-git-send-email-yong.liu@intel.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1486594504-16889-1-git-send-email-yong.liu@intel.com> References: <1486594504-16889-1-git-send-email-yong.liu@intel.com> Subject: [dts] [PATCH v2 0/2] support external mempool handler X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Feb 2017 15:12:37 -0000 External Mempool Handler feature is an extension to the mempool API that allows users to add and use an alternative mempool handler. v2: fix pep issue Marvin Liu (2): test_plans: add test plan for external mempool handler tests: add suites for external mempool handler test_plans/external_mempool_handler_test_plan.rst | 125 ++++++++++++++++++ tests/TestSuite_external_mempool_handler.py | 148 ++++++++++++++++++++++ 2 files changed, 273 insertions(+) create mode 100644 test_plans/external_mempool_handler_test_plan.rst create mode 100644 tests/TestSuite_external_mempool_handler.py -- 1.9.1