Re: git: 5b7aa6c7bc9d - main - irdma(4): update irdma to version 1.3.56-k
- In reply to: Krzysztof Galazka : "git: 5b7aa6c7bc9d - main - irdma(4): update irdma to version 1.3.56-k"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 20 Mar 2026 00:27:54 UTC
On Fri, 13 Mar 2026, Krzysztof Galazka wrote: > The branch main has been updated by kgalazka: > > URL: https://cgit.FreeBSD.org/src/commit/?id=5b7aa6c7bc9db19e8bd34a5b7892fb5df2a3068b > > commit 5b7aa6c7bc9db19e8bd34a5b7892fb5df2a3068b > Author: Bartosz Sobczak <bartosz.sobczak@intel.com> > AuthorDate: 2026-03-13 11:56:25 +0000 > Commit: Krzysztof Galazka <kgalazka@FreeBSD.org> > CommitDate: 2026-03-13 12:00:55 +0000 > > irdma(4): update irdma to version 1.3.56-k > > Update Intel irdma driver to version 1.3.56-k > > Notable changes: > - adding E830 support > - adding E835 support > > Signed-off-by: Sobczak, Bartosz <bartosz.sobczak@intel.com> > > Reviewed by: Andrew Zhu <anzhu@netapp.com> > Tested by: Mateusz Moga <mateusz.moga@intel.com> > MFC after: 2 weeks > Sponsored by: Intel Corporation > Differential Revision: https://reviews.freebsd.org/D55479 > --- ... > sys/modules/irdma/Makefile | 2 +- > 37 files changed, 2225 insertions(+), 1234 deletions(-) diff --git sys/modules/irdma/Makefile sys/modules/irdma/Makefile index a9ef6e63d3f2..8377e2da57a0 100644 --- sys/modules/irdma/Makefile +++ sys/modules/irdma/Makefile @@ -8,7 +8,7 @@ KMOD= irdma SRCS= icrdma.c SRCS+= fbsd_kcompat.c irdma_hw.c irdma_verbs.c irdma_utils.c SRCS+= irdma_cm.c irdma_kcompat.c -SRCS+= irdma_if.h irdma_di_if.h ice_rdma.h vnode_if.h device_if.h bus_if.h opt_inet.h pci_if.h opt_inet6.h +SRCS+= irdma_if.h irdma_di_if.h ice_rdma.h vnode_if.h device_if.h bus_if.h opt_inet.h pci_if.h opt_inet6.h opt_wlan.h # Shared source SRCS+= irdma_ctrl.c irdma_hmc.c icrdma_hw.c irdma_pble.c irdma_puda.c irdma_uda.c irdma_uk.c irdma_ws.c This change almost smells like you want LINUXKPI_GENSRCS there instead of most of these rolled manually? -- Bjoern A. Zeeb r15:7