From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cristian Dumitrescu Subject: [pull-request] next-qos 19.05 PRE-RC1 Date: Fri, 29 Mar 2019 20:02:31 +0000 Message-ID: <20190329200231.44854-1-cristian.dumitrescu@intel.com> Cc: dev@dpdk.org To: thomas@monjalon.net Return-path: 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) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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(-)