oktetlabs / test-environment

OKTET Labs Test Environment
Other
5 stars 9 forks source link

lib/rpc: implement RPC function to calc CRC in mbuf #13

Closed okt-denispr closed 11 months ago

okt-denispr commented 1 year ago

The new function uses DPDK CRC compute API to calculate the packet CRC that is placed in a given mbuf.

Tested with dpdk-pmd-ts open-source repo. A new test was implemented that uses the suggested API but it's private right now to avoid problems with building TE+TS.