danhusan@myv.c1:~$ ethtool -k eth0 | grep hw-tc-offload hw-tc-offload: on danhusan@myv.c1:~$ ethtool -k eth1 | grep hw-tc-offload hw-tc-offload: on danhusan@myv.c1:~$ ethtool -k eth2 | grep hw-tc-offload hw-tc-offload: on danhusan@myv.c1:~$ ethtool -k eth3 | grep hw-tc-offload hw-tc-offload: on
Software working ok:
danhusan@myv.c1# set firewall flowtable test interface eth0 [edit] danhusan@myv.c1# commit danhusan@myv.c1#
Hardware not so much:
danhusan@myv.c1# set firewall flowtable test offload hardware [edit] danhusan@myv.c1# commit Failed to apply firewall: /run/nftables.conf:21:15-33: Error: Could not process rule: Operation not supported flowtable VYOS_FLOWTABLE_test { ^^^^^^^^^^^^^^^^^^^ /run/nftables.conf:108:15-33: Error: Could not process rule: Operation not supported flowtable VYOS_FLOWTABLE_test { ^^^^^^^^^^^^^^^^^^^ [[firewall]] failed Commit failed
danhusan@myv.c1:~$ sudo dmesg | grep eth [ 2.347477] igb 0000:05:00.0: added PHC on eth0 [ 2.353678] igb 0000:05:00.0: eth0: (PCIe:5.0Gb/s:Width x4) 00:25:90:5c:fd:42 [ 2.358573] igb 0000:05:00.0: eth0: PBA No: 010A00-000 [ 2.413335] igb 0000:05:00.1: added PHC on eth1 [ 2.430705] igb 0000:05:00.1: eth1: (PCIe:5.0Gb/s:Width x4) 00:25:90:5c:fd:43 [ 2.430790] igb 0000:05:00.1: eth1: PBA No: 010A00-000 [ 2.505209] igb 0000:05:00.1 e3: renamed from eth1 [ 2.586324] igb 0000:05:00.0 e2: renamed from eth0 [ 3.523298] ixgbe 0000:04:00.0 eth0: MAC: 2, PHY: 1, PBA No: FFFFFF-0FF [ 3.534853] ixgbe 0000:04:00.0 eth0: Enabled Features: RxQ: 16 TxQ: 16 FdirHash [ 3.543850] ixgbe 0000:04:00.0 eth0: Intel(R) 10 Gigabit Network Connection [ 4.835303] ixgbe 0000:04:00.1 eth1: MAC: 2, PHY: 1, PBA No: FFFFFF-0FF [ 4.846821] ixgbe 0000:04:00.1 eth1: Enabled Features: RxQ: 16 TxQ: 16 FdirHash [ 4.856344] ixgbe 0000:04:00.1 eth1: Intel(R) 10 Gigabit Network Connection [ 4.866587] ixgbe 0000:04:00.1 e5: renamed from eth1 [ 4.891498] ixgbe 0000:04:00.0 e4: renamed from eth0 [ 23.121269] igb 0000:05:00.0 eth0: renamed from e2 [ 23.139342] ixgbe 0000:04:00.1 eth3: renamed from e5 [ 23.151000] igb 0000:05:00.1 eth1: renamed from e3 [ 23.169424] ixgbe 0000:04:00.0 eth2: renamed from e4 [ 47.263170] ixgbe 0000:04:00.1: registered PHC device on eth3 [ 48.413555] ixgbe 0000:04:00.0: registered PHC device on eth2
Any ideas on how to troubleshoot further?