summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Ruei2017-01-05 14:53:23 -0600
committerEric Ruei2017-01-05 14:53:23 -0600
commitcbb670b17769235b0c2036030b90f24863b48268 (patch)
tree81fb9bbdea38e1f5d1df4234182c488fe2da69bd
parentc294e6efc994caf9f1d6c76735fade11cc92e593 (diff)
downloadpa-lld-cbb670b17769235b0c2036030b90f24863b48268.tar.gz
pa-lld-cbb670b17769235b0c2036030b90f24863b48268.tar.xz
pa-lld-cbb670b17769235b0c2036030b90f24863b48268.zip
updated PA instance size required for the test
The instance size of PA LLD is increased to 320 bytes to support the Queue Bounce feature Signed-off-by: Eric Ruei <e-ruei1@ti.com>
-rw-r--r--docs/ReleaseNotes_PA_LLD.docbin724480 -> 724992 bytes
-rw-r--r--docs/ReleaseNotes_PA_LLD.pdfbin943008 -> 942773 bytes
-rw-r--r--test/PAUnitTest/src/pautest.h2
3 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes_PA_LLD.doc b/docs/ReleaseNotes_PA_LLD.doc
index 1f1da76..0f5cc4e 100644
--- a/docs/ReleaseNotes_PA_LLD.doc
+++ b/docs/ReleaseNotes_PA_LLD.doc
Binary files differ
diff --git a/docs/ReleaseNotes_PA_LLD.pdf b/docs/ReleaseNotes_PA_LLD.pdf
index a0ee851..6db4d02 100644
--- a/docs/ReleaseNotes_PA_LLD.pdf
+++ b/docs/ReleaseNotes_PA_LLD.pdf
Binary files differ
diff --git a/test/PAUnitTest/src/pautest.h b/test/PAUnitTest/src/pautest.h
index d09f4e0..823eee6 100644
--- a/test/PAUnitTest/src/pautest.h
+++ b/test/PAUnitTest/src/pautest.h
@@ -387,7 +387,7 @@ typedef struct paTestArgs_s
387#define TF_ROUND_UP(x, y) (((x) + ((y)-1))/(y)*(y)) 387#define TF_ROUND_UP(x, y) (((x) + ((y)-1))/(y)*(y))
388 388
389/* PA memory */ 389/* PA memory */
390#define TF_PA_INST_SIZE 300 /* Required size = 260 */ 390#define TF_PA_INST_SIZE 400 /* Required size = 320 */
391extern uint8_t memPaInst[TF_ROUND_UP(TF_PA_INST_SIZE, TF_CACHE_LINESZ)]; 391extern uint8_t memPaInst[TF_ROUND_UP(TF_PA_INST_SIZE, TF_CACHE_LINESZ)];
392 392
393#define TF_MAX_NUM_L2_HANDLES 256 393#define TF_MAX_NUM_L2_HANDLES 256