Bill Fischofer(Bill-Fischofer-Linaro) replied on github web page:

platform/linux-dpdk/pool/dpdk.c
line 53
@@ -297,10 +292,6 @@ static int check_params(odp_pool_param_t *params)
                break;
 
        case ODP_POOL_TIMEOUT:
-               if (params->tmo.num > capa.tmo.max_num) {


Comment:
Same comment here.

> Bill Fischofer(Bill-Fischofer-Linaro) wrote:
> If would probably be better to keep this and just correct it rather than 
> delete it:
> ```
> if (capa.buf.max_num && params->buf.num > capa.buf.max_num) ...
> ```


https://github.com/Linaro/odp/pull/312#discussion_r153659204
updated_at 2017-11-29 20:41:35

Reply via email to