git: 13a0d225bede - main - cxgbe(4): Enable the hardware TCP Offload Module (t4_tom) on aarch64.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 02 Mar 2022 23:17:44 UTC
The branch main has been updated by np: URL: https://cgit.FreeBSD.org/src/commit/?id=13a0d225bede5107cbf061e25cf3b85aeb18f5b6 commit 13a0d225bede5107cbf061e25cf3b85aeb18f5b6 Author: Navdeep Parhar <np@FreeBSD.org> AuthorDate: 2022-03-02 22:30:15 +0000 Commit: Navdeep Parhar <np@FreeBSD.org> CommitDate: 2022-03-02 23:13:21 +0000 cxgbe(4): Enable the hardware TCP Offload Module (t4_tom) on aarch64. MFC after: 3 days Sponsored by: Chelsio Communications --- sys/modules/cxgbe/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/cxgbe/Makefile b/sys/modules/cxgbe/Makefile index e3265d5ba5da..f7cba54925fc 100644 --- a/sys/modules/cxgbe/Makefile +++ b/sys/modules/cxgbe/Makefile @@ -19,7 +19,7 @@ SUBDIR+= ${_iw_cxgbe} SUBDIR+= ${_cxgbei} SUBDIR+= ccr -.if ${MACHINE_CPUARCH} == "amd64" +.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "aarch64" _tom= tom _cxgbei= cxgbei .if ${MK_OFED} != "no" || defined(ALL_MODULES)