]> git.droids-corp.org - dpdk.git/commit
event/cnxk: reduce workslot memory consumption
authorPavan Nikhilesh <pbhagavatula@marvell.com>
Wed, 3 Nov 2021 00:52:12 +0000 (06:22 +0530)
committerJerin Jacob <jerinj@marvell.com>
Thu, 4 Nov 2021 07:41:25 +0000 (08:41 +0100)
commit25d703151d3c1183c29623dad24b54b48ddcfba0
tree033ba55d523cc165edfba3b8f0ddc296380614b1
parent671971c917acd00bc50884861b9cabd653862953
event/cnxk: reduce workslot memory consumption

SSO group base addresses are always are always contiguous we
need not store all the base addresses in workslot memory, instead
just store the base address and compute the group address offset
when required.

Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
drivers/event/cnxk/cn10k_eventdev.c
drivers/event/cnxk/cn10k_worker.h
drivers/event/cnxk/cn9k_eventdev.c
drivers/event/cnxk/cn9k_worker.h
drivers/event/cnxk/cnxk_eventdev.c
drivers/event/cnxk/cnxk_eventdev.h