Skip to content

chris-wood/yield

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yield

Motivational questions

  • Why run over Ethernet instead of over IP?
    • Drop in packet cache on the line?

Questions

  • What kind of speedup can we get with an FPGA CS over a software CS?
    • We would need to implement a high-performance CS in DPDK or netmap
  • What metrics are we actually interested in?
    • Throughput
    • "Lookup" latency (time from request in to response out)
  • Can we speed up fragmentation?
    • We would need to either pre-fragment content to the MTU size (preferred) or perform fragmentation on the fly (not preferred)
  • Can we speed up encryption?
    • Interest names would contain the encryption info, e.g., session ID, sequence number, etc.
    • The KVS would use that to lookup the encryption key and then perform encryption

References

memcached-related papers:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published