<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re:Latest i40e/iavf driver does not propagate carrier, preventing bond failover (X710-DA2) in Ethernet Products</title>
    <link>https://community.intel.com/t5/Ethernet-Products/Latest-i40e-iavf-driver-does-not-propagate-carrier-preventing/m-p/1746541#M44242</link>
    <description>&lt;P&gt;Hi kayson1,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for contacting Intel.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We appreciate you reaching out to us regarding the reported issue. To assist you more effectively and provide an accurate solution, we kindly request the following details:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;1- What system model are you currently using? (Brand/Model)&lt;/P&gt;&lt;P&gt;2- Does the X710-DA2 come with a system or purchased the network card separately?&lt;/P&gt;&lt;P&gt;3- Please elaborate more regarding the issue.&lt;/P&gt;&lt;P&gt;4- What troubleshooting has been done?&lt;/P&gt;&lt;P&gt;5- Have any changes been made prior to the issue happening?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Along with that, have you checked the support matrix below:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/content-details/332191/intel-ethernet-controller-x710-xxv710-xl710-feature-support-matrix.html" rel="noopener noreferrer" target="_blank"&gt;Intel® Ethernet Controller X710/XXV710/XL710 Feature Support Matrix&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Once we have this information, we will be able to guide you better and provide the appropriate support.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Looking forward to your response.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Fikri_Intel&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Sat, 02 May 2026 05:50:19 GMT</pubDate>
    <dc:creator>Fikri_Intel</dc:creator>
    <dc:date>2026-05-02T05:50:19Z</dc:date>
    <item>
      <title>Latest i40e/iavf driver does not propagate carrier, preventing bond failover (X710-DA2)</title>
      <link>https://community.intel.com/t5/Ethernet-Products/Latest-i40e-iavf-driver-does-not-propagate-carrier-preventing/m-p/1746513#M44241</link>
      <description>&lt;P&gt;I have an X710-DA2 with a relatively new firmware, the latest drivers, and Linux kernel&amp;nbsp;6.17.13 (a proxmox-compiled version). I have several VFs set up on both PFs, and Linux network bonds on top of the VFs. When the physical link goes down, the PF link is brought down, but the VFs stay up. I can see that i40e brings the carrier down, but it doesn't propagate to iavf/the VF's.&lt;/P&gt;&lt;P&gt;(The 0 here is the PF, the 1's are the VF).&lt;/P&gt;&lt;PRE&gt;&amp;gt; cat /sys/class/net/enp1s0f0*/carrier&lt;BR /&gt;0&lt;BR /&gt;1&lt;BR /&gt;1&lt;BR /&gt;1&lt;BR /&gt;1&lt;/PRE&gt;&lt;P&gt;This means that bonds won't failover, VM's with VF's won't see their link go down even though they are, etc.&lt;/P&gt;&lt;P&gt;I can see that the RTNETLINK event fires for the PF:&lt;/P&gt;&lt;PRE&gt;# ip monitor link&lt;BR /&gt;4: enp1s0f0np0: &amp;lt;NO-CARRIER,BROADCAST,MULTICAST,UP&amp;gt; mtu 1500 qdisc mq state DOWN group default &lt;BR /&gt;link/ether 68:05:ca:9e:a2:70 brd ff:ff:ff:ff:ff:ff&lt;/PRE&gt;&lt;P&gt;but there are no events for the VF's (nothing on udev either).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this expected? If so, what is the recommended way to bring VF links down when the PF is physically disconnected?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NIC Info:&lt;/P&gt;&lt;PRE&gt;&amp;gt; ethtool -i enp1s0f0np0&lt;BR /&gt;driver: i40e&lt;BR /&gt;version: 2.28.16&lt;BR /&gt;firmware-version: 9.50 0x8000f4ff 1.3682.0&lt;BR /&gt;expansion-rom-version: &lt;BR /&gt;bus-info: 0000:01:00.0&lt;BR /&gt;supports-statistics: yes&lt;BR /&gt;supports-test: yes&lt;BR /&gt;supports-eeprom-access: yes&lt;BR /&gt;supports-register-dump: yes&lt;BR /&gt;supports-priv-flags: yes&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;gt; ethtool -i enp1s0f0v0 &lt;BR /&gt;driver: iavf&lt;BR /&gt;version: 4.13.20&lt;BR /&gt;firmware-version: N/A&lt;BR /&gt;expansion-rom-version: &lt;BR /&gt;bus-info: 0000:02:02.0&lt;BR /&gt;supports-statistics: yes&lt;BR /&gt;supports-test: no&lt;BR /&gt;supports-eeprom-access: no&lt;BR /&gt;supports-register-dump: no&lt;BR /&gt;supports-priv-flags: yes&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2026 20:38:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Ethernet-Products/Latest-i40e-iavf-driver-does-not-propagate-carrier-preventing/m-p/1746513#M44241</guid>
      <dc:creator>kayson1</dc:creator>
      <dc:date>2026-05-01T20:38:41Z</dc:date>
    </item>
    <item>
      <title>Re:Latest i40e/iavf driver does not propagate carrier, preventing bond failover (X710-DA2)</title>
      <link>https://community.intel.com/t5/Ethernet-Products/Latest-i40e-iavf-driver-does-not-propagate-carrier-preventing/m-p/1746541#M44242</link>
      <description>&lt;P&gt;Hi kayson1,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for contacting Intel.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We appreciate you reaching out to us regarding the reported issue. To assist you more effectively and provide an accurate solution, we kindly request the following details:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;1- What system model are you currently using? (Brand/Model)&lt;/P&gt;&lt;P&gt;2- Does the X710-DA2 come with a system or purchased the network card separately?&lt;/P&gt;&lt;P&gt;3- Please elaborate more regarding the issue.&lt;/P&gt;&lt;P&gt;4- What troubleshooting has been done?&lt;/P&gt;&lt;P&gt;5- Have any changes been made prior to the issue happening?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Along with that, have you checked the support matrix below:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/content-details/332191/intel-ethernet-controller-x710-xxv710-xl710-feature-support-matrix.html" rel="noopener noreferrer" target="_blank"&gt;Intel® Ethernet Controller X710/XXV710/XL710 Feature Support Matrix&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Once we have this information, we will be able to guide you better and provide the appropriate support.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Looking forward to your response.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Fikri_Intel&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 02 May 2026 05:50:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Ethernet-Products/Latest-i40e-iavf-driver-does-not-propagate-carrier-preventing/m-p/1746541#M44242</guid>
      <dc:creator>Fikri_Intel</dc:creator>
      <dc:date>2026-05-02T05:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Latest i40e/iavf driver does not propagate carrier, preventing bond failover (X710-DA2)</title>
      <link>https://community.intel.com/t5/Ethernet-Products/Latest-i40e-iavf-driver-does-not-propagate-carrier-preventing/m-p/1746628#M44243</link>
      <description>&lt;P&gt;Hi Fikri_Intel,&lt;/P&gt;&lt;P&gt;1. Lenovo ThinkCentre Tiny M920Q&lt;BR /&gt;2. Purchased separately&lt;BR /&gt;3. There is an issue with the driver where if the network is physically disconnected, the interface associated with the device Physical Function (PF) goes down, but the interfaces associated with the SR-IOV Virtual Functions (VF) do not. This means that guest VMs with a VF NIC won't know their interfaces are down.&lt;/P&gt;&lt;P&gt;4. Updated driver and firmware, tried different interfaces files, udev, etc.&lt;/P&gt;&lt;P&gt;5. No this issue has always existed.&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2026 02:41:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Ethernet-Products/Latest-i40e-iavf-driver-does-not-propagate-carrier-preventing/m-p/1746628#M44243</guid>
      <dc:creator>kayson1</dc:creator>
      <dc:date>2026-05-04T02:41:35Z</dc:date>
    </item>
  </channel>
</rss>

