@@ -43,13 +43,14 @@ Here we plan to take advantage of SmartNIC technologies more specifically SoC ba
### HPDOS NO_OFFLOAD/ FULL_OFFLOAD implementation
For details on the kernel stack based implementation on the NO_OFFLOAD or FULL_OFFLOAD HPDOS stack look into the code folder
For details on the kernel stack based implementation on the NO_OFFLOAD or FULL_OFFLOAD HPDOS stack look into the [code](./code) folder
- For implementations on client cache design use the client_cache branch
- For implementations using LSM tree metadata_lsmtree branch
### MISC
- code_p4_tryouts contain a bunch of early experimental designs in P4 on caching for distributed KV stores based on Netcache design.
- For our efforts on RAMCloud offloading checkout shashank-* branches
- For documenation, references and bunch of early phase designs look into documentation directory.
- mtcp-dpdk contains Bluefield compatible binaries and installation instructions for mTCP and DPDK.
\ No newline at end of file
-[code_p4_tryouts](./code_p4_tryouts) contain a bunch of early experimental designs in __P4__ on __caching__ for distributed KV stores based on Netcache design.
- For our efforts on __RAMCloud offloading__ checkout shashank-* branches
- For __documenation__, references and bunch of early phase designs look into [documentation](./documentation) directory.
- For __setting up__ the Bluefield NIC read the [SmartNIC setup readme](./documentation/smartnic_setup.md)
-[mtcp-dpdk](./mtcp-dpdk) contains Bluefield compatible binaries and installation instructions for __mTCP and DPDK__.