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.

Bill

On Fri, Dec 12, 2014 at 10:42 AM, Taras Kondratiuk <
[email protected]> wrote:
>
> On 12/12/2014 06:38 PM, Taras Kondratiuk wrote:
> > Initial version of sunny day buffer pool, buffer and packet API tests.
> > Based on Bill's buffer & packets patches for v0.5.
> >
> > linux-generic doesn't support segmented packets in v0.5, so two tests are
> > failing.
>
> Ugh. This duplicated message is from temporary file.
>
> --
> Taras Kondratiuk
>
_______________________________________________
lng-odp mailing list
[email protected]
http://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to