From patchwork Wed Jul 25 17:35:27 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Cristian Dumitrescu X-Patchwork-Id: 43377 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D3EBC1C01; Wed, 25 Jul 2018 19:35:47 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 7FAFA23D for ; Wed, 25 Jul 2018 19:35:46 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Jul 2018 10:35:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,401,1526367600"; d="scan'208";a="60627600" Received: from silpixa00382658.ir.intel.com ([10.237.223.29]) by orsmga006.jf.intel.com with ESMTP; 25 Jul 2018 10:35:34 -0700 From: Cristian Dumitrescu To: thomas@monjalon.net Cc: dev@dpdk.org Date: Wed, 25 Jul 2018 18:35:27 +0100 Message-Id: <1532540127-102504-1-git-send-email-cristian.dumitrescu@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dpdk-dev] [pull-request] next-pipeline 18.08 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The following changes since commit 9d6d5b4d470ba27243c42d1b369f098d8a6b9c60: app/crypto-perf: compile with -O3 (2018-07-24 01:48:10 +0200) are available in the git repository at: http://dpdk.org/git/next/dpdk-next-pipeline for you to fetch changes up to d85cb1311a0068cd6177019649fc4ae5463e24d8: net/softnic: add CLI command for default tmgr hierarchy (2018-07-25 18:29:15 +0100) ---------------------------------------------------------------- Cristian Dumitrescu (6): net/softnic: add CLI command for tmgr create net/softnic: add CLI command for tmgr shaper profile net/softnic: add CLI command for tmgr shared shaper net/softnic: add CLI command for tmgr node addition net/softnic: add CLI command for tmgr hierarchy commit net/softnic: add CLI command for default tmgr hierarchy Kevin Laatz (1): examples/ip_pipeline: add help command to cli drivers/net/softnic/parser.c | 18 + drivers/net/softnic/parser.h | 2 + drivers/net/softnic/rte_eth_softnic.c | 17 +- drivers/net/softnic/rte_eth_softnic_cli.c | 917 ++++++++++++++++++++++++ drivers/net/softnic/rte_eth_softnic_internals.h | 14 +- drivers/net/softnic/rte_eth_softnic_tm.c | 205 +++--- examples/ip_pipeline/cli.c | 770 ++++++++++++++------ 7 files changed, 1582 insertions(+), 361 deletions(-)