Message ID | 1509973206-1972-7-git-send-email-odpbot@yandex.ru |
---|---|
State | New |
Headers | show |
Series | [API-NEXT,v1,1/7] api: std_types: add odp_percent_t data type | expand |
diff --git a/platform/linux-generic/odp_pool.c b/platform/linux-generic/odp_pool.c index 40114093a..f3262bae1 100644 --- a/platform/linux-generic/odp_pool.c +++ b/platform/linux-generic/odp_pool.c @@ -928,6 +928,8 @@ int odp_pool_capability(odp_pool_capability_t *capa) capa->pkt.min_seg_len = CONFIG_PACKET_SEG_LEN_MIN; capa->pkt.max_seg_len = max_seg_len; capa->pkt.max_uarea_size = MAX_SIZE; + capa->pkt.random_early_detection = ODP_SUPPORT_NO; + capa->pkt.back_pressure = ODP_SUPPORT_NO; /* Timeout pools */ capa->tmo.max_pools = ODP_CONFIG_POOLS;