Skip to content

Implement exponential backoff in vrf plugin#1156

Merged
squeed merged 1 commit intocontainernetworking:mainfrom
mlguerrero12:increatetimeoutvrf
Apr 1, 2025
Merged

Implement exponential backoff in vrf plugin#1156
squeed merged 1 commit intocontainernetworking:mainfrom
mlguerrero12:increatetimeoutvrf

Conversation

@mlguerrero12
Copy link
Member

The current max waiting time for global IPV6 addresses to be present in the kernel after reinserting them is not sufficient for all use cases. SRIOV + VRF takes around 1.2s.

These changes increase the maximum waiting time to approximately 2.5s. An exponential backoff is implemented to reduce cpu overload.

The current max waiting time for global IPV6 addresses
to be present in the kernel after reinserting them is not
sufficient for all use cases. SRIOV + VRF takes around 1.2s.

These changes increase the maximum waiting time to approximately
2.5s. An exponential backoff is implemented to reduce cpu overload.

Signed-off-by: Marcelo Guerrero <marguerr@redhat.com>
@squeed squeed merged commit f859b73 into containernetworking:main Apr 1, 2025
6 checks passed
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.

2 participants