On 12/12/2014 06:50 PM, Bill Fischofer wrote:
> Just as an FYI, if I remove the restriction on packets not supporting
> segmentation (a one liner) all of your tests pass except for
> packet_alloc_segmented().  However, that's a test-case issue because you
> try to allocate a buffer of size BUFFER * 10 without checking whether
> that exceeds the ODP_CONFIG_PACKET_BUF_LEN_MAX var (which in this case
> it does).  If I change that to BUFFER * 5, which is within the limit,
> then that test passes too.

That's nice.
Will update tests to take these configuration values into account.

_______________________________________________
lng-odp mailing list
[email protected]
http://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to