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

providers/rxe: Add missing flush length #1307

Merged
merged 2 commits into from
Feb 8, 2023

Commits on Feb 2, 2023

  1. providers/rxe: Add missing flush length

    this length will be set to FETH for FLUSH operation
    
    Fixes: 20a37f3 ("providers/rxe: Add new API ibv_wr_flush()")
    Signed-off-by: Li Zhijian <lizhijian@fujitsu.com>
    zhijianli88 committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    e0d4bb8 View commit details
    Browse the repository at this point in the history
  2. tests: FLUSH a random length for IBV_FLUSH_MR selectivity level

    Per IBA spec, length should be ignored when selectivity level is IBV_FLUSH_MR
    
    Signed-off-by: Li Zhijian <lizhijian@fujitsu.com>
    zhijianli88 committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    3e73fe9 View commit details
    Browse the repository at this point in the history