Rocky 9 ixgbe driver with X550 NIC VLAN issues

I am having an issue with the latest Rocky 9 release and an Intel X550 NIC using the ixgbe driver. The base NIC device is functioning as expected, however, I have created a VLAN interface on a specific port and that the VLAN “device” seems to consistently lose and regain connectivity. dmesg reports the device “unregistering” and then seemingly reconnecting shortly after over and over again.

[241639.740822] enp130s0f1.200 (unregistering): left promiscuous mode
[241639.788905] enp130s0f1.200: entered promiscuous mode
[241639.789265] ixgbe 0000:82:00.1 enp130s0f1: entered promiscuous mode
[241684.717637] ixgbe 0000:82:00.1 enp130s0f1: left promiscuous mode
[241684.719288] enp130s0f1.200 (unregistering): left promiscuous mode
[241684.753036] enp130s0f1.200: entered promiscuous mode
[241684.754650] ixgbe 0000:82:00.1 enp130s0f1: entered promiscuous mode
[241729.718007] ixgbe 0000:82:00.1 enp130s0f1: left promiscuous mode
[241729.720284] enp130s0f1.200 (unregistering): left promiscuous mode
[241729.755082] enp130s0f1.200: entered promiscuous mode
[241729.757132] ixgbe 0000:82:00.1 enp130s0f1: entered promiscuous mode
[241774.712978] ixgbe 0000:82:00.1 enp130s0f1: left promiscuous mode
[241774.716344] enp130s0f1.200 (unregistering): left promiscuous mode
[241939.706254] enp130s0f1.200: entered promiscuous mode
[241939.707614] ixgbe 0000:82:00.1 enp130s0f1: entered promiscuous mode

Connectivity on the native vlan / untagged vlan of the port that this occurs on, never loses connectivity which to me rules out a hardware issue. Further there is errors or logs that mention anything other than the VLAN device.

Driver details in use:

filename: /lib/modules/5.14.0-570.52.1.el9_6.x86_64/kernel/drivers/net/ethernet/intel/ixgbe/ixgbe.ko.xz
license: GPL v2
description: Intel(R) 10 Gigabit PCI Express Network Driver
rhelversion: 9.6
srcversion: 00735D9539AF6E470DCF041

Any thoughts or suggestions on what to try?