[Bug 1535045] Re: [SRU] Biosdevname does not provide interface naming information for ConnecX4 Devices

2020-02-12 Thread Elias Abacioglu
I also want add that I've tested a manually compiled biosdevname v0.7.2
on our oldest hardware, HP Proliant G6 and our newest Dell PE Gen 14.
Intel, Mellanox and Broadcom cards. All works. It would be awesome if
next Ubuntu release got biosdevname v0.7.2 instead of a patched v0.4.1.

Anyways, let me know what do do in order for this bug to be solved.

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

Title:
  [SRU] Biosdevname does not provide interface naming information for
  ConnecX4 Devices

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

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

[Bug 1535045] Re: [SRU] Biosdevname does not provide interface naming information for ConnecX4 Devices

2020-02-12 Thread Elias Abacioglu
I have the hardware. What do I need to do in order for this to be
accepted and pushed to the repositories?

And a side note is that this is fixed upstream, just upgrading to v0.7.2
will fix the problem.

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

Title:
  [SRU] Biosdevname does not provide interface naming information for
  ConnecX4 Devices

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

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

[Bug 1535045] Re: [SRU] Biosdevname does not provide interface naming information for ConnecX4 Devices

2019-07-24 Thread Robie Basak
These bug tasks are still valid but cannot make progress without someone
to drive the necessary QA in Ubuntu stable releases.

** Changed in: biosdevname (Ubuntu Xenial)
   Status: In Progress => Triaged

** Changed in: biosdevname (Ubuntu Bionic)
   Status: In Progress => Triaged

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

Title:
  [SRU] Biosdevname does not provide interface naming information for
  ConnecX4 Devices

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

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

[Bug 1535045] Re: [SRU] Biosdevname does not provide interface naming information for ConnecX4 Devices

2019-07-04 Thread Gianfranco Costamagna via ubuntu-bugs
Sorry, but I don't own that hardware, so unless somebody can help, I
prefer to not accept it.

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

Title:
  [SRU] Biosdevname does not provide interface naming information for
  ConnecX4 Devices

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

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

[Bug 1535045] Re: [SRU] Biosdevname does not provide interface naming information for ConnecX4 Devices

2019-07-03 Thread Robie Basak
Any plans to fix and answer Lukasz's concerns and reupload to Bionic? If
not, then Xenial cannot have the fix either and the Xenial upload will
need to be rejected, since otherwise users will face a regression
upgrading from Xenial to Bionic.

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

Title:
  [SRU] Biosdevname does not provide interface naming information for
  ConnecX4 Devices

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

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

[Bug 1535045] Re: [SRU] Biosdevname does not provide interface naming information for ConnecX4 Devices

2019-05-30 Thread Ɓukasz Zemczak
Even biosdevname is no longer used and might be removed in devel, it can
still potentially have users in stable series. Let me take a look at the
SRU in the queue.

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

Title:
  [SRU] Biosdevname does not provide interface naming information for
  ConnecX4 Devices

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

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

[Bug 1535045] Re: [SRU] Biosdevname does not provide interface naming information for ConnecX4 Devices

2019-05-29 Thread Gianfranco Costamagna via ubuntu-bugs
** Description changed:

  [ Impact ]
  * People using ConnecX4 devices
  
  [ Regression Potential ]
  * really low, this is something that comes from upstream codebase and newer 
versions
+ * that if statement was for connectX3 devices, because they needed special 
handling. With version 4, there is a custom PCI function associtated with 
+ each port, so the hacky workaround has to be dropped.
+ * the regression potential should be none, since the name is reserved, and 
the hack is now relegated only to the old version 3 and nothing upper
  
  [Other info ]
  Biosdevname is enabled by default for ubuntu14.04.4,
  We see that the ConnectX3 interface name is pXpX and ConnectX4 interfaces is 
ethX
  when biosdevname is enabled we should see all the interfaces like pxpX
  
  As for biosdevname user manual :
  when we ran #biosdevname -i  , it should return the interface 
biosdevname
  the command exit code should return 0 for success
  see it in the link :http://linux.die.net/man/1/biosdevname.
  
  When we run biosdevname on ConnectX4 interface we get return status 2.
  
  could you please add support for ConnectX4 devices ?
  
  Exit Codes
  
  Returns 0 on success, with BIOS-suggested name printed to stdout.
  Returns 1 on provided device name lookup failure.
  Returns 2 if system BIOS does not provide naming information. biosdevname 
requires system BIOS to provide naming information, either via SMBIOS or sysfs 
files.
  Returns 3 if not run as root but requires root privileges.
  Returns 4 if running in a virtual machine.
  
  # dpkg --list |grep biosdevname
  ii  biosdevname0.4.1-0ubuntu6.3 amd64 
   apply BIOS-given names to network devices
  # uname -r
  4.2.0-24-generic
  
  lsb_release -a
  No LSB modules are available.
  Distributor ID: Ubuntu
  Description:Ubuntu 14.04.3 LTS
  Release:14.04
  Codename:   trusty

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

Title:
  [SRU] Biosdevname does not provide interface naming information for
  ConnecX4 Devices

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

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

[Bug 1535045] Re: [SRU] Biosdevname does not provide interface naming information for ConnecX4 Devices

2019-05-16 Thread Mathieu Trudel-Lapierre
** Tags added: rls-x-notfixing

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

Title:
  [SRU] Biosdevname does not provide interface naming information for
  ConnecX4 Devices

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

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

[Bug 1535045] Re: [SRU] Biosdevname does not provide interface naming information for ConnecX4 Devices

2019-05-14 Thread Gianfranco Costamagna via ubuntu-bugs
Trusty is EOL, so we can't fix it anymore.
I fixed however eoan (in case we want to SRU), but I also asked to remove the 
package from the archive.

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

Title:
  [SRU] Biosdevname does not provide interface naming information for
  ConnecX4 Devices

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

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