Hello,
I have PC with two PCI Broadcom 5752 NIC installed. I was trying to create Linux Bridge in Proxmox and set bridge port to one of those devices. When I connect card to switch I keep getting Proxmox terminal flooded with tg3 dump messages :
tg3 0000:03:00.0: enp3s0: -----lots of hex values here------
tg3 0000:03:00.0: enp3s0: 0: Host status block [00000007:00000003: (0000:0000:0000)0000:0000)]
tg3 0000:03:00.0: enp3s0: 0: NAPI info [00000002:00000002: (0001:0000:01ff):000000c8:0000:0000:0000)]
tg3 0000:03:00.0: tg3_stop_block timed out, ofs=4800 enable_bit=2
------------My network configuration--------------
auto lo
iface lo inet loopback
iface enp7s0 inet manual
iface enp4s0 inet manual
iface enp3s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.100.2
netmask 24
gateway 192.168.100.1
bridge-ports enp7s0
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet manual
bridge-ports enp3s0
bridge-stp off
bridge-fd 0
------------------------------------------------------------
NIC on PCI 3: 03:00.0 Ethernet controller: Broadcom Limited NetXtreme BCM5752 Gigabit Ethernet PCI Express (rev 02)
tg3 version: 3.137
Proxmox kernel version: 5.0.15-1-pve
------------------------------------------------------------
Here is difference list of features gathered with ethtool on vmbr1 and enp3s0
I am new to Linux and Proxmox so I have no idea where do I messed up.
I have PC with two PCI Broadcom 5752 NIC installed. I was trying to create Linux Bridge in Proxmox and set bridge port to one of those devices. When I connect card to switch I keep getting Proxmox terminal flooded with tg3 dump messages :
tg3 0000:03:00.0: enp3s0: -----lots of hex values here------
tg3 0000:03:00.0: enp3s0: 0: Host status block [00000007:00000003: (0000:0000:0000)0000:0000)]
tg3 0000:03:00.0: enp3s0: 0: NAPI info [00000002:00000002: (0001:0000:01ff):000000c8:0000:0000:0000)]
tg3 0000:03:00.0: tg3_stop_block timed out, ofs=4800 enable_bit=2
------------My network configuration--------------
auto lo
iface lo inet loopback
iface enp7s0 inet manual
iface enp4s0 inet manual
iface enp3s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.100.2
netmask 24
gateway 192.168.100.1
bridge-ports enp7s0
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet manual
bridge-ports enp3s0
bridge-stp off
bridge-fd 0
------------------------------------------------------------
NIC on PCI 3: 03:00.0 Ethernet controller: Broadcom Limited NetXtreme BCM5752 Gigabit Ethernet PCI Express (rev 02)
tg3 version: 3.137
Proxmox kernel version: 5.0.15-1-pve
------------------------------------------------------------
Here is difference list of features gathered with ethtool on vmbr1 and enp3s0
Features | enp3s0 | vmbr1 |
rx-checksumming | on | off [fixed] |
tx-checksum-ipv4 | on | off [fixed] |
tx-checksum-ip-generic | off [fixed] | on |
tx-tcp-ecn-segmentation | off [fixed] | on |
tx-tcp-mangleid-segmentation | off | on |
tx-tcp6-segmentation | off [fixed] | on |
rx-vlan-offload | on [fixed] | off [fixed] |
tx-lockless | off [fixed] | on [fixed] |
netns-local | off [fixed] | on [fixed] |
tx-gre-segmentation | off [fixed] | on |
tx-gre-csum-segmentation | off [fixed] | on |
tx-ipxip4-segmentation | off [fixed] | on |
tx-ipxip6-segmentation | off [fixed] | on |
tx-udp_tnl-segmentation | off [fixed] | on |
tx-udp_tnl-csum-segmentation | off [fixed] | on |
tx-gso-partial | off [fixed] | on |
tx-esp-segmentation | off [fixed] | on |
tx-udp-segmentation | off [fixed] | on |
tx-vlan-stag-hw-insert | off [fixed] | on |
I am new to Linux and Proxmox so I have no idea where do I messed up.
Last edited: