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

wireguard: T5409: Added 'set interfaces wireguard wgX threaded' #2130

Merged
merged 3 commits into from
Aug 17, 2023

Commits on Aug 7, 2023

  1. wireguard: T5409: Added 'set interfaces wireguard wgX threaded'

    Added 'set interfaces wireguard wgX threaded' command.
    Process traffic from each peer in a dedicated thread.
    aapostoliuk committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    0d54be7 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. wireguard: T5409: rename threaded CLI not to per-client-thread

    Using threaded as CLI node is a very deep term used by kernel threads. To make
    this more understandable to users, rename the node to per-client-thread.
    
    It's also not necessary to test if any one peer is configured and probing if
    the option is set. There is a base test which requires at least one peer
    to be configured.
    c-po committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    113ed87 View commit details
    Browse the repository at this point in the history
  2. wireless: T5409: add per-client-thread CLI option

    Provides a per-device control to enable/disable the threaded mode for all the
    napi instances of the given network device, without the need for a device
    up/down.
    c-po committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    6bd0611 View commit details
    Browse the repository at this point in the history