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

feat: enable Cisco FCoE HBA Driver (fnic) #1014

Merged
merged 1 commit into from
Aug 27, 2024
Merged

Conversation

smira
Copy link
Member

@smira smira commented Aug 27, 2024

Fixes #1013

Note: it's x86-only.

New modules:

│   ├── [4.0K]  scsi
│   │   ├── [4.0K]  fcoe
│   │   │   └── [212K]  libfcoe.ko
│   │   ├── [4.0K]  fnic
│   │   │   └── [405K]  fnic.ko
│   │   ├── [4.0K]  libfc
│   │   │   └── [403K]  libfc.ko

Raw file list:

kernel/drivers/scsi/fcoe/libfcoe.ko
kernel/drivers/scsi/fnic/fnic.ko
kernel/drivers/scsi/libfc/libfc.ko

Fixes siderolabs#1013

Note: it's x86-only.

New modules:

```
│   ├── [4.0K]  scsi
│   │   ├── [4.0K]  fcoe
│   │   │   └── [212K]  libfcoe.ko
│   │   ├── [4.0K]  fnic
│   │   │   └── [405K]  fnic.ko
│   │   ├── [4.0K]  libfc
│   │   │   └── [403K]  libfc.ko
```

Raw file list:

```
kernel/drivers/scsi/fcoe/libfcoe.ko
kernel/drivers/scsi/fnic/fnic.ko
kernel/drivers/scsi/libfc/libfc.ko
```

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
@smira
Copy link
Member Author

smira commented Aug 27, 2024

/m

@talos-bot talos-bot merged commit 467d127 into siderolabs:main Aug 27, 2024
14 checks passed
smira added a commit to smira/talos that referenced this pull request Aug 27, 2024
See siderolabs/pkgs#1014

Also fix the docs.

Fixes siderolabs#9227

Fixes siderolabs#9228

See siderolabs#9231

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable Cisco FCoE HBA Driver (fnic)
4 participants