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

fix: remove clx he loopback sub command #3059

Merged
merged 3 commits into from
Dec 15, 2023
Merged

Commits on Dec 15, 2023

  1. fix: remove clx he loopback sub command

     CXL host exerciser doesn’t support loopback feature, so remove lpbk sub command
    
    Signed-off-by: anandaravuri <ananda.ravuri@intel.com>
    anandaravuri committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    63eaad3 View commit details
    Browse the repository at this point in the history
  2. Fix: define PCI_STD_NUM_BARS when not found (#3061)

    ### Description
    A recent checkin began relying on sys/pci.h for its definition of PCI_STD_NUM_BARS.
    It seems that some distributions don't have a version of that file that defines PCI_STD_NUM_BARS.
    This change defines it to 6 when not found.
    
    ### Collateral (docs, reports, design examples, case IDs):
    
    
    
    - [ ] Document Update Required? (Specify FIM/AFU/Scripts)
    
    ### Tests added:
    
    
    ### Tests run:
    CI
    
    Signed-off-by: Tim Whisonant <tim.whisonant@intel.com>
    tswhison authored and anandaravuri committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    b1d1182 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    030eb8c View commit details
    Browse the repository at this point in the history