From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 6A3F11B273 for ; Mon, 7 Jan 2019 17:58:42 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Jan 2019 08:58:41 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,451,1539673200"; d="scan'208";a="114818396" Received: from silpixa00382658.ir.intel.com (HELO silpixa00382658.ger.corp.intel.com) ([10.237.223.75]) by fmsmga008.fm.intel.com with ESMTP; 07 Jan 2019 08:58:39 -0800 From: Cristian Dumitrescu To: thomas@monjalon.net Cc: dev@dpdk.org Date: Mon, 7 Jan 2019 16:58:39 +0000 Message-Id: <20190107165839.77970-1-cristian.dumitrescu@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-dev] [pull-request] next-qos 19.02 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: Mon, 07 Jan 2019 16:58:42 -0000 The following changes since commit 9d1d6a7c7747173b4cb5a882316a0e3b5e1585dc: net/ice: fix build with debug enabled (2019-01-03 13:41:07 +0100) are available in the Git repository at: http://dpdk.org/git/next/dpdk-next-qos for you to fetch changes up to 2b7c1fc2fddd0e178a7af45c791d3c7361765006: net/softnic: add support for service cores (2019-01-07 16:43:30 +0000) ---------------------------------------------------------------- Cristian Dumitrescu (1): net/softnic: add support for service cores Eelco Chaudron (2): lib/librte_meter: add RFC4115 trTCM meter support test/test_meter: update meter test to include RFC4115 meters drivers/net/softnic/rte_eth_softnic.c | 11 ++ drivers/net/softnic/rte_eth_softnic.h | 20 ++ drivers/net/softnic/rte_eth_softnic_internals.h | 6 +- drivers/net/softnic/rte_eth_softnic_pipeline.c | 13 ++ drivers/net/softnic/rte_eth_softnic_thread.c | 139 +++++++++++--- lib/librte_meter/rte_meter.c | 42 +++++ lib/librte_meter/rte_meter.h | 233 +++++++++++++++++++++++- lib/librte_meter/rte_meter_version.map | 9 + test/test/test_meter.c | 212 +++++++++++++++++++++ 9 files changed, 655 insertions(+), 30 deletions(-)