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

issue: 4021863 Add XLIO_TCP_2T_RULES #235

Open
wants to merge 1 commit into
base: vNext
Choose a base branch
from
Open

Conversation

pasis
Copy link
Member

@pasis pasis commented Sep 19, 2024

Description

This adds support of a TCP steering which matches only destination IP. It can be used with a big number of outgoing connections when they exceed the steering root table limit.

For proper and optimal work, user needs to guarantee a unique IP per ring.

What

Overcome 64K steering limitation for outgoing connections with a SW implementation.

Why ?

Create over 64K outgoing connections.

Change type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Tests
  • Other

Check list

  • Code follows the style de facto guidelines of this project
  • Comments have been inserted in hard to understand places
  • Documentation has been updated (if necessary)
  • Test has been added (if possible)

This adds support of a TCP steering which matches only destination IP. It
can be used with a big number of outgoing connections when they exceed the
steering root table limit.

For proper and optimal work, user needs to guarantee a unique IP per ring.

Signed-off-by: Dmytro Podgornyi <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant