-
Notifications
You must be signed in to change notification settings - Fork 735
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
Release v1.8.10 #728
Merged
Release v1.8.10 #728
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…able-18.11.2 rte_logs.dynamic_types default level is "INFO".
show dpvs's ip in traceroute path
added white list
fix: UDP checksum not correct using ipo UOA with checksum offloading disabled
feature: send TCP RST if syn cookie check fails
Checksum problem for packets with ipv4 options is fixed by DPDK patch "net-support-variable-IP-header-len-for-checksum-API.patch" in dpvs patch directory.
Cksum bugfix
bugfix: fix issue #711
…e different. scenario: (1) Single arm (2) RSS:IP, The source port number of UDP packets is not fixed(only destination port number is fixed),the rss can only choose ip mode (3) dpvs works in snat mode (4) For response packets: tcp/udp packets can be assigned to the fixed core using fdir,but icmp packets cannot use fdir solution: (1) Send the icmp message to the fixed core for forwarding (2) Use "icmp_fwd_core" to specify the core used to forward icmp (3) In actual scenarios, the icmp traffic is relatively small, and has little impact on other traffic
Signed-off-by: ywc689 <[email protected]>
Signed-off-by: ywc689 <[email protected]>
Signed-off-by: ywc689 <[email protected]>
Signed-off-by: ywc689 <[email protected]>
Signed-off-by: ywc689 <[email protected]>
Signed-off-by: ywc689 <[email protected]>
Signed-off-by: ywc689 <[email protected]>
Signed-off-by: ywc689 <[email protected]>
feature: mtu config
doc: update todo doc
Signed-off-by: ywc689 <[email protected]>
BUG fix: keepalived
Debug log bugfix
TC per-lcore tuning
Signed-off-by: ywc689 <[email protected]>
Signed-off-by: ywc689 <[email protected]>
anonymous-zx
approved these changes
Apr 27, 2021
you-looks-not-tasty
approved these changes
Apr 27, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release v1.8.10