Re: [lng-odp] [PATCH API-NEXT v8] api: random early detection and back pressure

2017-11-20 Thread Github ODP bot
Petri Savolainen(psavol) replied on github web page: include/odp/api/spec/std_types.h @@ -32,6 +32,13 @@ extern "C" { */ /** + * @typedef odp_percent_t + * Use odp_percent_t for specifying fields that are percentages. It is a fixed + * point integer whose units are expressed as one-hundredth

Re: [lng-odp] [PATCH API-NEXT v8] api: random early detection and back pressure

2017-11-20 Thread Github ODP bot
Petri Savolainen(psavol) replied on github web page: include/odp/api/spec/classification.h @@ -107,6 +108,61 @@ typedef union odp_cls_pmr_terms_t { uint64_t all_bits; } odp_cls_pmr_terms_t; +/** Random Early Detection (RED) + * Random Early Detection is enabled to initiate a drop probab

Re: [lng-odp] [PATCH API-NEXT v8] api: random early detection and back pressure

2017-11-20 Thread Github ODP bot
Petri Savolainen(psavol) replied on github web page: include/odp/api/spec/threshold.h @@ -0,0 +1,105 @@ +/* Copyright (c) 2017, Linaro Limited + * All rights reserved. + * + * SPDX-License-Identifier: BSD-3-Clause + */ + +/** + * @file + * + * ODP threshold descriptor + */ + +#ifndef ODP_API_T

Re: [lng-odp] [PATCH API-NEXT v8] api: random early detection and back pressure

2017-11-20 Thread Github ODP bot
Petri Savolainen(psavol) replied on github web page: include/odp/api/spec/classification.h @@ -107,6 +108,61 @@ typedef union odp_cls_pmr_terms_t { uint64_t all_bits; } odp_cls_pmr_terms_t; +/** Random Early Detection (RED) + * Random Early Detection is enabled to initiate a drop probab

Re: [lng-odp] [PATCH API-NEXT v8] api: random early detection and back pressure

2017-11-20 Thread Github ODP bot
Petri Savolainen(psavol) replied on github web page: include/odp/api/spec/classification.h @@ -107,6 +108,55 @@ typedef union odp_cls_pmr_terms_t { uint64_t all_bits; } odp_cls_pmr_terms_t; +/** Random Early Detection (RED) + * Random Early Detection is enabled to initiate a drop probab

Re: [lng-odp] [PATCH API-NEXT v8] api: random early detection and back pressure

2017-11-20 Thread Github ODP bot
Petri Savolainen(psavol) replied on github web page: include/odp/api/spec/classification.h @@ -107,6 +108,55 @@ typedef union odp_cls_pmr_terms_t { uint64_t all_bits; } odp_cls_pmr_terms_t; +/** Random Early Detection (RED) + * Random Early Detection is enabled to initiate a drop probab