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

Storage API - listen sockets support #218

Open
wants to merge 6 commits into
base: vNext
Choose a base branch
from

Commits on Aug 21, 2024

  1. issue: Reduce flow_tuple by 8 bytes

    in_protocol_t represents several values and doens't have to be 4 bytes
    in size. Reducing it to 2 bytes allows to utilize flow_tuple layout more
    efficiently.
    
    Signed-off-by: Dmytro Podgornyi <[email protected]>
    pasis committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    1227dc8 View commit details
    Browse the repository at this point in the history
  2. WIP

    Signed-off-by: Dmytro Podgornyi <[email protected]>
    pasis committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    b166325 View commit details
    Browse the repository at this point in the history
  3. Fix coding style

    Signed-off-by: Dmytro Podgornyi <[email protected]>
    pasis committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    4e89311 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Add test application for XLIO listen sockets

    Signed-off-by: Dmytro Podgornyi <[email protected]>
    pasis committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    0fea8fe View commit details
    Browse the repository at this point in the history
  2. Fix xlio_socket_listen()

    Signed-off-by: Dmytro Podgornyi <[email protected]>
    pasis committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    18e9572 View commit details
    Browse the repository at this point in the history
  3. Fix the test app

    Signed-off-by: Dmytro Podgornyi <[email protected]>
    pasis committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    5ffa993 View commit details
    Browse the repository at this point in the history