Skip to content
bdfreeman1421 edited this page Feb 8, 2021 · 19 revisions

Welcome to the sessionOffload wiki!


Sequence Diagram

Packet Encapsulation

News

2/7/2021 - v1alpha5 Merged into master branch

  • Changes to error codes to use standard gRPC definitions where possible.
  • Modified the structure of the addSessionResponse to optimize performance on the normal case of no errors
  • Changed getAllSessionsResponse to be an array instead of a stream so that the client could page through the responses
  • Add cacheTimeout so client could set a timeout parameter per session on the server
  • Substantial updates to reference implementations both from the protobuf change and as a result of testing with a SmartNIC
  • Updated documentation to provide an example architecture for SmartNIC integration.

10/20/2020 - v1alpha4 Merged into master branch

Moved addSession to a stream interface so blocks of sessions could be sent in one message to improve performance Changed source and destination IP's to be socket inet_ton friendly for IPV4 and IPv6 Updated cpp , basic python and python simulator reference implementations Updated README's for various aspects of the SmartNIC based solution

Meetings

To be scheduled

Meeting Notes

Talks

Clone this wiki locally