Branch: refs/heads/master
Home: https://github.com/Linaro/odp
Commit: 5876b4f36fbbaf10f5242915a1b29dee37cfb005
https://github.com/Linaro/odp/commit/5876b4f36fbbaf10f5242915a1b29dee37cfb005
Author: Bill Fischofer <[email protected]>
Date: 2017-03-24 (Fri, 24 Mar 2017)
Changed paths:
M test/common_plat/validation/api/crypto/crypto.c
M test/common_plat/validation/api/packet/packet.c
M test/common_plat/validation/api/pktio/pktio.c
Log Message:
-----------
validation: packet: do not require a max packet length
Address bug https://bugs.linaro.org/show_bug.cgi?id=2908 by adding
appropriate pool capability checks to the packet, pktio, and crypto tests
to account for pkt.max_len, pkt.max_seg_len, or pkt.max_segs_per_pkt
being zero, indicating these limits are bound only by available
memory.
Signed-off-by: Bill Fischofer <[email protected]>
Reviewed-by: Balakrishna Garapati <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>