[Bug 1893956] Re: Intel NIC LOMs do not work on Focal

2020-09-16 Thread Jeff Lane
** Description changed:

- 
  [IMPACT]
  The latest Intel based LOMs do not work fully on Focal.
  
  These devices have up to 4 ports, but only two seem to work and this has
  been seen on at least two different systems using LOMs based on this.
  
  We've discovered via testing that while the i40e driver in 5.4 fails,
  the version in 5.8 works, so that's the point to start patching.
  
  [FIX]
  This list of Patches enables the latest X710 controller fully:
  
  * 3df5b9a6a9ec i40e: enable X710 support
  * 3fd8ed563958 i40e: Add UDP segmentation offload support
  * 621650cabee5 i40e: Refactoring VF MAC filters counting to make more reliable
  * d80a476f4a12 i40e: Fix LED blinking flow for X710T*L devices
  * cdb89f15bd46 i40e: allow ethtool to report SW and FW versions in recovery 
mode
  * ff9246571a2e i40e: Fix for persistent lldp support
  * a3e09ded6a6d i40e: Extract detection of HW flags into a function
  * 0514db37dd78 i40e: Extend PHY access with page change flag
  
  These are all clean cherry picks from 5.5.
  
  My tree with these can be found here:
  
https://code.launchpad.net/~bladernr/ubuntu/+source/linux/+git/focal/+ref/1893956-update-i40e-intel-lom
  
  [TESTCASE]
+ 
+ i40e should load successfully, all ports on Carlsville x710 LOM should
+ be visible and configurable.

** Description changed:

  [IMPACT]
  The latest Intel based LOMs do not work fully on Focal.
  
  These devices have up to 4 ports, but only two seem to work and this has
  been seen on at least two different systems using LOMs based on this.
  
  We've discovered via testing that while the i40e driver in 5.4 fails,
  the version in 5.8 works, so that's the point to start patching.
  
  [FIX]
  This list of Patches enables the latest X710 controller fully:
  
  * 3df5b9a6a9ec i40e: enable X710 support
- * 3fd8ed563958 i40e: Add UDP segmentation offload support
- * 621650cabee5 i40e: Refactoring VF MAC filters counting to make more reliable
  * d80a476f4a12 i40e: Fix LED blinking flow for X710T*L devices
- * cdb89f15bd46 i40e: allow ethtool to report SW and FW versions in recovery 
mode
- * ff9246571a2e i40e: Fix for persistent lldp support
- * a3e09ded6a6d i40e: Extract detection of HW flags into a function
- * 0514db37dd78 i40e: Extend PHY access with page change flag
  
- These are all clean cherry picks from 5.5.
+ These are all clean cherry picks from 5.5 into 5.4
  
  My tree with these can be found here:
  
https://code.launchpad.net/~bladernr/ubuntu/+source/linux/+git/focal/+ref/1893956-update-i40e-intel-lom
  
  [TESTCASE]
  
  i40e should load successfully, all ports on Carlsville x710 LOM should
  be visible and configurable.
+ 
+ Test kernels have been verified by the vendor reporting the issue that
+ all network ports on the LOM are accessible and pass traffic at expected
+ speeds.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1893956

Title:
  Intel NIC LOMs do not work on Focal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1893956/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1893956] Re: Intel NIC LOMs do not work on Focal

2020-09-09 Thread Jeff Lane
** Description changed:

- The latest Intel NIC based LOMs do not work fully on Focal.
  
- These devices have 4 ports, but only two seem to work and this has been
- seen on at least two different systems using LOMs based on this.
+ Fix: 
+ Testcase: 
+ 
+ [IMPACT]
+ The latest Intel based LOMs do not work fully on Focal.
+ 
+ These devices have up to 4 ports, but only two seem to work and this has
+ been seen on at least two different systems using LOMs based on this.
  
  We've discovered via testing that while the i40e driver in 5.4 fails,
  the version in 5.8 works, so that's the point to start patching.
  
- First batch of patches to try:
- d5226fa6dbae (tag: v5.5) Linux 5.5
- | * 959b1825d9ab i40e: fix spelling mistake "to" -> "too"
- | * def9d2780727 (tag: v5.5-rc7) Linux 5.5-rc7
- | * bb37362f34d6 i40e: Set PHY Access flag on X722
- | * d9d6a9aed3f6 i40e: Fix virtchnl_queue_select bitmap validation
- | | * b3a987b0264d (tag: v5.5-rc6) Linux 5.5-rc6
- | | * c79f46a28239 (tag: v5.5-rc5) Linux 5.5-rc5
- | |/··
- | * fd6988496e79 (tag: v5.5-rc4) Linux 5.5-rc4
- | * 46cf053efec6 (tag: v5.5-rc3) Linux 5.5-rc3
- | * b3873a5be757 net/i40e: Fix concurrency issues between config flow and XSK
- |/··
- | * d1eef1c61974 (tag: v5.5-rc2) Linux 5.5-rc2
- | * c593642c8be0 treewide: Use sizeof_field() macro
- |/··
- * e42617b825f8 (tag: v5.5-rc1) Linux 5.5-rc1
- * 12299132b3d3 net: ethernet: intel: Demote MTU change prints to debug
- * dc645daef9af i40e: implement VF stats NDO
- 
- Already in kernel
- * e42b7e9cefca i40e: Wrong 'Advertised FEC modes' after set FEC to AUTO
- * 998e5166e604 i40e: initialize ITRN registers with correct values
- * 27d461333459 i40e: prevent memory leak in i40e_setup_macvlans
- 
- 
- Picked
+ [FIX]
+ This list of Patches enables the latest X710 controller fully:
  
  * 3df5b9a6a9ec i40e: enable X710 support
  * 3fd8ed563958 i40e: Add UDP segmentation offload support
  * 621650cabee5 i40e: Refactoring VF MAC filters counting to make more reliable
  * d80a476f4a12 i40e: Fix LED blinking flow for X710T*L devices
  * cdb89f15bd46 i40e: allow ethtool to report SW and FW versions in recovery 
mode
  * ff9246571a2e i40e: Fix for persistent lldp support
  * a3e09ded6a6d i40e: Extract detection of HW flags into a function
  * 0514db37dd78 i40e: Extend PHY access with page change flag
+ 
+ These are all clean cherry picks from 5.5.
+ 
+ My tree with these can be found here:
+ 
https://code.launchpad.net/~bladernr/ubuntu/+source/linux/+git/focal/+ref/1893956-update-i40e-intel-lom

** Description changed:

- 
- Fix: 
- Testcase: 
  
  [IMPACT]
  The latest Intel based LOMs do not work fully on Focal.
  
  These devices have up to 4 ports, but only two seem to work and this has
  been seen on at least two different systems using LOMs based on this.
  
  We've discovered via testing that while the i40e driver in 5.4 fails,
  the version in 5.8 works, so that's the point to start patching.
  
  [FIX]
  This list of Patches enables the latest X710 controller fully:
  
  * 3df5b9a6a9ec i40e: enable X710 support
  * 3fd8ed563958 i40e: Add UDP segmentation offload support
  * 621650cabee5 i40e: Refactoring VF MAC filters counting to make more reliable
  * d80a476f4a12 i40e: Fix LED blinking flow for X710T*L devices
  * cdb89f15bd46 i40e: allow ethtool to report SW and FW versions in recovery 
mode
  * ff9246571a2e i40e: Fix for persistent lldp support
  * a3e09ded6a6d i40e: Extract detection of HW flags into a function
  * 0514db37dd78 i40e: Extend PHY access with page change flag
  
  These are all clean cherry picks from 5.5.
  
  My tree with these can be found here:
  
https://code.launchpad.net/~bladernr/ubuntu/+source/linux/+git/focal/+ref/1893956-update-i40e-intel-lom
+ 
+ [TESTCASE]

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1893956

Title:
  Intel NIC LOMs do not work on Focal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1893956/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1893956] Re: Intel NIC LOMs do not work on Focal

2020-09-03 Thread Jeff Lane
** Tags added: blocks-hwcert-server

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1893956

Title:
  Intel NIC LOMs do not work on Focal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1893956/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1893956] Re: Intel NIC LOMs do not work on Focal

2020-09-02 Thread Jeff Lane
branch for this bug:
https://code.launchpad.net/~bladernr/ubuntu/+source/linux/+git/focal/+ref/1893956-update-i40e-intel-lom


** Description changed:

  The latest Intel NIC based LOMs do not work fully on Focal.
  
  These devices have 4 ports, but only two seem to work and this has been
  seen on at least two different systems using LOMs based on this.
  
  We've discovered via testing that while the i40e driver in 5.4 fails,
  the version in 5.8 works, so that's the point to start patching.
  
- First batch of patches:
+ First batch of patches to try:
  d5226fa6dbae (tag: v5.5) Linux 5.5
  | * 959b1825d9ab i40e: fix spelling mistake "to" -> "too"
  | * def9d2780727 (tag: v5.5-rc7) Linux 5.5-rc7
  | * bb37362f34d6 i40e: Set PHY Access flag on X722
  | * d9d6a9aed3f6 i40e: Fix virtchnl_queue_select bitmap validation
  | | * b3a987b0264d (tag: v5.5-rc6) Linux 5.5-rc6
  | | * c79f46a28239 (tag: v5.5-rc5) Linux 5.5-rc5
  | |/··
  | * fd6988496e79 (tag: v5.5-rc4) Linux 5.5-rc4
  | * 46cf053efec6 (tag: v5.5-rc3) Linux 5.5-rc3
  | * b3873a5be757 net/i40e: Fix concurrency issues between config flow and XSK
  |/··
  | * d1eef1c61974 (tag: v5.5-rc2) Linux 5.5-rc2
  | * c593642c8be0 treewide: Use sizeof_field() macro
  |/··
  * e42617b825f8 (tag: v5.5-rc1) Linux 5.5-rc1
  * 12299132b3d3 net: ethernet: intel: Demote MTU change prints to debug
  * dc645daef9af i40e: implement VF stats NDO
+ 
+ Already in kernel
+ * e42b7e9cefca i40e: Wrong 'Advertised FEC modes' after set FEC to AUTO
+ * 998e5166e604 i40e: initialize ITRN registers with correct values
+ * 27d461333459 i40e: prevent memory leak in i40e_setup_macvlans
+ 
+ 
+ Picked
+ 
  * 3df5b9a6a9ec i40e: enable X710 support
  * 3fd8ed563958 i40e: Add UDP segmentation offload support
- * 27d461333459 i40e: prevent memory leak in i40e_setup_macvlans
  * 621650cabee5 i40e: Refactoring VF MAC filters counting to make more reliable
  * d80a476f4a12 i40e: Fix LED blinking flow for X710T*L devices
  * cdb89f15bd46 i40e: allow ethtool to report SW and FW versions in recovery 
mode
- * 998e5166e604 i40e: initialize ITRN registers with correct values
+ * ff9246571a2e i40e: Fix for persistent lldp support
+ * a3e09ded6a6d i40e: Extract detection of HW flags into a function
  * 0514db37dd78 i40e: Extend PHY access with page change flag
- * a3e09ded6a6d i40e: Extract detection of HW flags into a function
- * e42b7e9cefca i40e: Wrong 'Advertised FEC modes' after set FEC to AUTO
- * ff9246571a2e i40e: Fix for persistent lldp support

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1893956

Title:
  Intel NIC LOMs do not work on Focal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1893956/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1893956] Re: Intel NIC LOMs do not work on Focal

2020-09-02 Thread Jeff Lane
** Changed in: linux (Ubuntu Focal)
   Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1893956

Title:
  Intel NIC LOMs do not work on Focal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1893956/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1893956] Re: Intel NIC LOMs do not work on Focal

2020-09-02 Thread Jeff Lane
** Description changed:

  The latest Intel NIC based LOMs do not work fully on Focal.
  
  These devices have 4 ports, but only two seem to work and this has been
  seen on at least two different systems using LOMs based on this.
  
  We've discovered via testing that while the i40e driver in 5.4 fails,
  the version in 5.8 works, so that's the point to start patching.
+ 
+ First batch of patches:
+ d5226fa6dbae (tag: v5.5) Linux 5.5
+ | * 959b1825d9ab i40e: fix spelling mistake "to" -> "too"
+ | * def9d2780727 (tag: v5.5-rc7) Linux 5.5-rc7
+ | * bb37362f34d6 i40e: Set PHY Access flag on X722
+ | * d9d6a9aed3f6 i40e: Fix virtchnl_queue_select bitmap validation
+ | | * b3a987b0264d (tag: v5.5-rc6) Linux 5.5-rc6
+ | | * c79f46a28239 (tag: v5.5-rc5) Linux 5.5-rc5
+ | |/··
+ | * fd6988496e79 (tag: v5.5-rc4) Linux 5.5-rc4
+ | * 46cf053efec6 (tag: v5.5-rc3) Linux 5.5-rc3
+ | * b3873a5be757 net/i40e: Fix concurrency issues between config flow and XSK
+ |/··
+ | * d1eef1c61974 (tag: v5.5-rc2) Linux 5.5-rc2
+ | * c593642c8be0 treewide: Use sizeof_field() macro
+ |/··
+ * e42617b825f8 (tag: v5.5-rc1) Linux 5.5-rc1
+ * 12299132b3d3 net: ethernet: intel: Demote MTU change prints to debug
+ * dc645daef9af i40e: implement VF stats NDO
+ * 3df5b9a6a9ec i40e: enable X710 support
+ * 3fd8ed563958 i40e: Add UDP segmentation offload support
+ * 27d461333459 i40e: prevent memory leak in i40e_setup_macvlans
+ * 621650cabee5 i40e: Refactoring VF MAC filters counting to make more reliable
+ * d80a476f4a12 i40e: Fix LED blinking flow for X710T*L devices
+ * cdb89f15bd46 i40e: allow ethtool to report SW and FW versions in recovery 
mode
+ * 998e5166e604 i40e: initialize ITRN registers with correct values
+ * 0514db37dd78 i40e: Extend PHY access with page change flag
+ * a3e09ded6a6d i40e: Extract detection of HW flags into a function
+ * e42b7e9cefca i40e: Wrong 'Advertised FEC modes' after set FEC to AUTO
+ * ff9246571a2e i40e: Fix for persistent lldp support

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1893956

Title:
  Intel NIC LOMs do not work on Focal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1893956/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs