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

[1.9] fix(net): set tap offload features on restore #4824

Commits on Oct 2, 2024

  1. fix(net): set tap offload features on restore

    Tap offload features configuration was moved from the device creation
    time to the device activation time by the following commit:
    
    commit 1e5d3db
    Author: Nikita Zakirov <zakironi@amazon.com>
    Date:   Fri Jan 19 15:48:21 2024 +0000
    
        fix(net): Apply only supported TAP offloading features
    
    Since device activation code is only called on the boot path, the
    features were not automatically configured on the restore path.
    This change configures them on the restore path as well.
    
    The change does not include a unit test as we do not have a mockable
    interface for the tap device.
    The change does not include an integration test as we have not yet found
    a way to reproduce the issue using the existing test framework.
    
    Signed-off-by: Nikita Kalyazin <kalyazin@amazon.com>
    kalyazin committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    279cf5c View commit details
    Browse the repository at this point in the history