Merged
Conversation
…vice bootup Signed-off-by: ywc689 <ywc689@163.com>
The idea is to specify kni interface with an ip address, and isolate all traffic target at the address to a dedicated nic rx-queue, which may eliminate disturbances of dataplane when overload. Note that not all nic can support this flow type under the premise of sapool, and an additional rx queue is required, which is configured into dpvs's kni worker. Signed-off-by: ywc689 <ywc689@163.com>
ytwang0320
approved these changes
Jan 21, 2022
2354cdc to
394c80b
Compare
Collaborator
Author
|
This feature is derived from PR #695. Here are the major changes:
|
ytwang0320
reviewed
Jan 25, 2022
394c80b to
2c54adc
Compare
Signed-off-by: ywc689 <ywc689@163.com>
Signed-off-by: ywc689 <ywc689@163.com>
Signed-off-by: ywc689 <ywc689@163.com>
2c54adc to
4b9f8b6
Compare
|
@ywc689 您好 我测试使用最新devel分支包含 kni rx队列独立的这个merge ,通过dpip flow命令使管理口ip,OSPF流量走kni队列,经过实际压力测试发现在业务核流量达到瓶颈时候(压测单个lcore开始丢包,或多个lcore到达瓶颈都会影响)依然会影响到独立kni队列的管理口ip ,和OSPF流量导致时延、丢包(测试过程中通过dpdk-pdump抓包确认管理口ip,ospf只走kni队列)。我看merge给出的测试用例是通过在业务lcore上delay 1ms模拟得出验证结果kni rx独立后业务流量过载的情况下不影响kni流量,我也测试模拟过,模拟结果也一样不影响,但是目前在实际流量压力测试下还是会影响。这块目前有点怀疑是否是网卡rss相关底层影响(我测试使用的网卡是82599ES 10-Gigabit)?目前还没什么思路,所以请教一下,或者这块是否有经过实际流量压测的验证结果。 |
This file contains hidden or 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
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.
No description provided.