From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 32FBBA05D3 for ; Fri, 29 Mar 2019 21:02:16 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 331922BF4; Fri, 29 Mar 2019 21:02:15 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id D66FC2BD3 for ; Fri, 29 Mar 2019 21:02:12 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Mar 2019 13:02:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,285,1549958400"; d="scan'208";a="159674992" Received: from silpixa00382658.ir.intel.com (HELO silpixa00382658.ger.corp.intel.com) ([10.237.223.75]) by fmsmga001.fm.intel.com with ESMTP; 29 Mar 2019 13:02:11 -0700 From: Cristian Dumitrescu To: thomas@monjalon.net Cc: dev@dpdk.org Date: Fri, 29 Mar 2019 20:02:31 +0000 Message-Id: <20190329200231.44854-1-cristian.dumitrescu@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-dev] [pull-request] next-qos 19.05 PRE-RC1 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" Content-Type: text/plain; charset="UTF-8" Message-ID: <20190329200231.MCDMZW_lnSJnrt8p5_Gyl8q9gnD1px9kUv03ea0wN0Y@z> power: update error handling (2019-03-29 15:29:31 +0100) are available in the Git repository at: http://dpdk.org/git/next/dpdk-next-qos for you to fetch changes up to 7c537589db2aa1f35681e39d9270d5fe8b04fb11: net: add PPPoE ethertypes (2019-03-29 19:55:25 +0000) ---------------------------------------------------------------- Eelco Chaudron (1): lib/librte_meter: fix divide by zero for RFC4115 meter Nemanja Marjanovic (4): pipeline: support QinQ PPPoE encap examples/ip_pipeline: support QinQ PPPoE encap net/softnic: support QinQ PPPoE encap net: add PPPoE ethertypes drivers/net/softnic/rte_eth_softnic_cli.c | 44 ++++++++++++++++++++- examples/ip_pipeline/cli.c | 46 +++++++++++++++++++++- lib/librte_meter/rte_meter.c | 10 ++++- lib/librte_net/rte_ether.h | 2 + lib/librte_pipeline/rte_table_action.c | 63 ++++++++++++++++++++++++++++++- lib/librte_pipeline/rte_table_action.h | 16 ++++++++ 6 files changed, 175 insertions(+), 6 deletions(-)