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 2477F1B3AF for ; Fri, 2 Nov 2018 13:41:17 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Nov 2018 05:41:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,455,1534834800"; d="scan'208";a="93196303" Received: from silpixa00382658.ir.intel.com ([10.237.223.29]) by FMSMGA003.fm.intel.com with ESMTP; 02 Nov 2018 05:41:16 -0700 From: Cristian Dumitrescu To: thomas@monjalon.net Cc: dev@dpdk.org Date: Fri, 2 Nov 2018 12:41:15 +0000 Message-Id: <1541162475-160242-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-RC2 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: Fri, 02 Nov 2018 12:41:18 -0000 eal: fix memory leak on multi-process hotplug rollback (2018-11-02 00:05:49 +0100) are available in the git repository at: http://dpdk.org/git/next/dpdk-next-pipeline for you to fetch changes up to bce13ccf20c9d510fbd9931087be70aef7e1b3c4: examples/ip_pipeline: fix port and table stats read (2018-11-02 11:29:53 +0000) ---------------------------------------------------------------- Cristian Dumitrescu (12): examples/ip_pipeline: add rule list per table examples/ip_pipeline: track table rules on add examples/ip_pipeline: track table rules on add bulk examples/ip_pipeline: track rules on add default examples/ip_pipeline: track table rules on delete examples/ip_pipeline: track rules on delete default examples/ip_pipeline: support rule stats read examples/ip_pipeline: support meter stats read examples/ip_pipeline: support rule TTL stats read examples/ip_pipeline: support rule time read examples/ip_pipeline: support table rule show examples/ip_pipeline: fix port and table stats read Jasvinder Singh (1): net/softnic: fix mixing enum values Reshma Pattan (1): net/softnic: fix string copy drivers/net/softnic/rte_eth_softnic_cli.c | 22 +- drivers/net/softnic/rte_eth_softnic_flow.c | 8 +- drivers/net/softnic/rte_eth_softnic_internals.h | 3 + drivers/net/softnic/rte_eth_softnic_meter.c | 23 +- examples/ip_pipeline/cli.c | 980 +++++++++++++++++++++--- examples/ip_pipeline/pipeline.c | 88 +++ examples/ip_pipeline/pipeline.h | 63 +- examples/ip_pipeline/thread.c | 710 ++++++++++------- 8 files changed, 1519 insertions(+), 378 deletions(-)