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

Refine net/usrsock Kconfig option #7627

Merged
merged 6 commits into from Nov 22, 2022
Merged

Commits on Nov 21, 2022

  1. net/usrsock: Remove NET_USRSOCK_NO_INET[6]

    let the remote peer do all final decision
    
    Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
    xiaoxiang781216 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    7973537 View commit details
    Browse the repository at this point in the history
  2. net/udp: NET_BROADCAST shouldn't configurable if NET_UDP_NO_STACK enable

    Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
    xiaoxiang781216 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    cd746f9 View commit details
    Browse the repository at this point in the history
  3. net/tcp: Remove the dependence on SCHED_WORKQUEUE

    since it isn't required in case of NET_TCP_NO_STACK
    
    Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
    xiaoxiang781216 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    69caf49 View commit details
    Browse the repository at this point in the history
  4. net/usrsock: Should select NET_[UDP|TCP]_NO_STACK instead NET_[UDP|TCP]

    Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
    xiaoxiang781216 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    5960cd0 View commit details
    Browse the repository at this point in the history
  5. net/usrsock: Split NET_USRSOCK_OTHER to NET_USRSOCK_ICMP[v6]

    Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
    xiaoxiang781216 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    351ab31 View commit details
    Browse the repository at this point in the history
  6. boards: Refresh ursock related config

    Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
    xiaoxiang781216 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    2ac79ff View commit details
    Browse the repository at this point in the history