commit | a42ad319d46e45ddc9666e89428c58993aa80ed5 | [log] [tgz] |
---|---|---|
author | Kiran Kumar C.S.K <kkumarcs@codeaurora.org> | Wed Aug 16 12:52:18 2017 +0530 |
committer | Kiran Kumar C.S.K <kkumarcs@codeaurora.org> | Thu Aug 17 17:43:49 2017 +0530 |
tree | 30e3c5de9b291f4e631e3ee12651fda7730f2280 | |
parent | 0447003ed91bac6609166eecde2dd2800a0b55cf [diff] |
[qca-nss-ecm] Fix multicast acceleration for 64 bit IPQ807x 32 bit pointer size was being used on 64 bit machine for pointer arithmetic on interface instance arrays, causing memory corruption. Change the pointer type to 'unsigned long *' so that the correct size is used for both 32/64 bit machines Change-Id: I4585b3d9125a1a7f16078987ec73418b0f7ea36f Signed-off-by: Kiran Kumar C.S.K <kkumarcs@codeaurora.org>