Commit ae0377b9 authored by Shah Rinku's avatar Shah Rinku

Add new file

parent a31c1142
## Checksum computation for packet payload
- The goal of this implementation was to save the host CPU cycles by offloading the CPU intensive checksum computation process to Netronome smartNIC's processor
- This directory includes the code for without offload as well as offload implementation
**To compile p4 code, RUN:**
$ sudo ./command_to_compile_p4_16_to_nffw
**To load p4 code on the Netronome SmartNIC, RUN:**
$ sudo ./load_ckh_ip.sh
**To compile the load generator, lg:**
$ make
**To RUN the load generator:**
$ sudo ./ran <num-threads> <time in secs>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment