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

isuue: 1647751 Use burst info when setting rate limit with VMA #118

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

Conversation

rafiw
Copy link

@rafiw rafiw commented Jan 16, 2019

Signed-off-by: Rafi Wiener [email protected]

src/common.h Outdated

int sock_set_rate_limit(int fd, uint32_t rate_limit);

int sock_set_rate_limit(int fd, uint32_t rate_limit, uint32_t burst_packet_size, uint16_t pkt_size);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please consider default values for burst_packet_size and pkt_size to avoid unused variable issue.

Copy link
Collaborator

@igor-ivanov igor-ivanov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see my comment and please resolve jenkins issue

@rafiw rafiw force-pushed the add_pp_burst_info branch 2 times, most recently from 5c64f74 to 60897ba Compare July 16, 2019 12:47
@igor-ivanov
Copy link
Collaborator

bot:retest

@swx-jenkins3
Copy link

Can one of the admins verify this patch?

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.

None yet

3 participants