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

Generic metadata sample core #8

Closed
wants to merge 4 commits into from
Closed

Commits on Sep 15, 2021

  1. uapi: add metadata flag to xdp flags

    Second approach to inform driver about metadata. Let user decide if
    metadata should be supported or not.
    
    Add this flag to allow user to inform driver that metadata is used.
    Set flag is sent to driver via exsisting ndo_bpf call in flag field.
    
    Signed-off-by: Michal Swiatkowski <[email protected]>
    mswiatko authored and Michal Swiatkowski committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    9fb9a19 View commit details
    Browse the repository at this point in the history
  2. net: include xdp generic metadata definition

    Definition is only a proposal. There should be free place for 8B of tx
    timestamp.
    
    Signed-off-by: Michal Swiatkowski <[email protected]>
    mswiatko authored and Michal Swiatkowski committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    4c94dec View commit details
    Browse the repository at this point in the history
  3. ice: use xdp generic metadata

    As starting point add vlan id and rss hash if xdp metadata is supported.
    
    Add xd_metadata_support field in VSI to allow easy passing this value to
    ring configuration.
    
    Signed-off-by: Michal Swiatkowski <[email protected]>
    mswiatko authored and Michal Swiatkowski committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    58360b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. samples: bpf: add simple sample with CORE

    Signed-off-by: Michal Swiatkowski <[email protected]>
    Michal Swiatkowski committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    a3c6297 View commit details
    Browse the repository at this point in the history