From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 93AFE4CA2 for ; Mon, 12 Nov 2018 17:47:14 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Nov 2018 08:47:13 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,495,1534834800"; d="scan'208";a="85246736" Received: from silpixa00382658.ir.intel.com ([10.237.223.29]) by fmsmga007.fm.intel.com with ESMTP; 12 Nov 2018 08:47:12 -0800 From: Cristian Dumitrescu To: thomas@monjalon.net Cc: dev@dpdk.org Date: Mon, 12 Nov 2018 16:47:11 +0000 Message-Id: <1542041231-179601-1-git-send-email-cristian.dumitrescu@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dpdk-dev] [pull-request] next-pipeline 18.11 PRE-RC3 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Nov 2018 16:47:15 -0000 eal: fix build (2018-11-12 13:27:02 +0100) are available in the git repository at: http://dpdk.org/git/next/dpdk-next-pipeline for you to fetch changes up to 7c7ba8477d28cac7a168d91cbd29356851bebc6d: app/testpmd: fix memory alloc for DSCP table (2018-11-12 16:45:32 +0000) ---------------------------------------------------------------- Fan Zhang (1): pipeline: fix logically dead code Jasvinder Singh (3): examples/ip_pipeline: fix NULL pointer deref app/testpmd: fix memory leak for TM object app/testpmd: fix memory alloc for DSCP table app/test-pmd/cmdline_mtr.c | 24 ++++++++++++------------ app/test-pmd/softnicfwd.c | 2 ++ examples/ip_pipeline/cli.c | 28 +++++++++++++++++----------- lib/librte_pipeline/rte_table_action.c | 5 ++--- 4 files changed, 33 insertions(+), 26 deletions(-)