intel / intel/ethernet-linux-iavf

How to check the version of iavf from linux command line .

Open
#7 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
14
Forks
8
PR merge metrics
No merged PRs in 30d

Description

How to check the version of iavf from linux command line . From below output of modinfo only kernel version is mentioned , there was no way to find the version for this driver inside linux. This is ubuntu 22.04 LTS Operating system

Even inside the compiler files , like makefile nowhere version is to be found . Only in intial tar file which we can download. But what if that tar file is removed and only driver is installed no way to find which version of driver is installed on the system

ubuntu@ubuntu:~$ modinfo iavf
filename: /lib/modules/5.15.0-134-generic/kernel/drivers/net/ethernet/intel/iavf/iavf.ko
license: GPL v2
description: Intel(R) Ethernet Adaptive Virtual Function Network Driver
author: Intel Corporation,
alias: i40evf
srcversion: 206BDF43504D9151CB8733D
alias: pci:v00008086d00001889sv*sd*bc*sc*i*
alias: pci:v00008086d000037CDsv*sd*bc*sc*i*
alias: pci:v00008086d00001571sv*sd*bc*sc*i*
alias: pci:v00008086d0000154Csv*sd*bc*sc*i*
depends:
retpoline: Y
intree: Y
name: iavf
vermagic: 5.15.0-134-generic SMP mod_unload modversions
sig_id: PKCS#7
signer: Build time autogenerated kernel key
sig_key:
sig_hashalgo: sha512

2nd server with different kernel version

ubuntu@amf-lt-cluster-director-001:~$ modinfo iavf
filename: /lib/modules/5.19.0-50-generic/kernel/drivers/net/ethernet/intel/iavf/iavf.ko
license: GPL v2
description: Intel(R) Ethernet Adaptive Virtual Function Network Driver
author: Intel Corporation,
alias: i40evf
srcversion: 4829232CB4ED5F375114B92
alias: pci:v00008086d00001889sv*sd*bc*sc*i*
alias: pci:v00008086d000037CDsv*sd*bc*sc*i*
alias: pci:v00008086d00001571sv*sd*bc*sc*i*
alias: pci:v00008086d0000154Csv*sd*bc*sc*i*
depends:
retpoline: Y
intree: Y
name: iavf
vermagic: 5.19.0-50-generic SMP preempt mod_unload modversions
sig_id: PKCS#7
signer: Build time autogenerated kernel key
sig_key:
sig_hashalgo: sha512

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.