Closed okt-denispr closed 11 months ago
Added support for converting bitmasks based on the TE enum library. This allowed standardizing and simplifying the conversion of bitmasks on the server side of DPDK RPC.
Testing done: Checked by running tests from DPDK PMD TS.
I've added new steps to enum_map test and it still passes. I've also reworked the logic a little, now it looks much better to me.
Scheduled for the next release
Added support for converting bitmasks based on the TE enum library. This allowed standardizing and simplifying the conversion of bitmasks on the server side of DPDK RPC.
Testing done: Checked by running tests from DPDK PMD TS.