Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dpvs session synchronization #476

Open
wants to merge 4 commits into
base: devel
Choose a base branch
from
Open

Commits on Jul 29, 2019

  1. make it possible to bind laddr to lcore by adding laddr_lcore_mapping

    option. In this mode, dest addr is needed in FDIR instead of dest addr and dest port mask.
    
    NOTICE:
    number of laddrs should be greater or equal to number of slave lcores.
    Or, some slave lcores will have no laddr causing FNAT fowarding failed in
    those slave lcores.
    
    Co-authored-by: kldeng <[email protected]>
    Co-authored-by: lixiaoxiao <[email protected]>
    3 people authored and weiyanhua committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    f394d1b View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

  1. session_sync: Add session sync to decrease the connection break due t…

    …o the DPVS node failure in the cluster.
    
    1.there are two synchronization modes: full and incremental.
    2.incremental synchronization is used for new session.
    3.full synchronization is used for existing session.
    
    Co-authored-by: lixiaoxiao [email protected]
    kldeng authored and weiyanhua committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    066bc17 View commit details
    Browse the repository at this point in the history
  2. Add identifiers for Synchronized sessions.

    weiyanhua committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    f73ea54 View commit details
    Browse the repository at this point in the history
  3. add readme for session sync.

    weiyanhua committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    a3130ed View commit details
    Browse the repository at this point in the history