Re: [systemd-devel] Fwd: [PATCH] Add support for detecting NIC partitions on Dell Servers

2015-11-11 Thread Lennart Poettering
On Tue, 10.11.15 11:12, Jordan Hargrave (jhar...@gmail.com) wrote: > The patch will also decode SMBIOS slot number for NIC, and store in the > variable > ID_NET_NAME_SMBIOS_SLOT. Systemd does not have a method for naming > ports on a multi-port card plugged into a slot. >

Re: [systemd-devel] Fwd: [PATCH] Add support for detecting NIC partitions on Dell Servers

2015-11-10 Thread Tom Gundersen
On Tue, Nov 10, 2015 at 2:29 PM, Jordan Hargrave wrote: > On Tue, Nov 10, 2015 at 4:53 AM, Kay Sievers wrote: >> On Tue, Nov 10, 2015 at 5:49 AM, Jordan Hargrave wrote: >>> Cleaned up linux coding style >>> >>> This patch will integrate some

Re: [systemd-devel] Fwd: [PATCH] Add support for detecting NIC partitions on Dell Servers

2015-11-10 Thread Jordan Hargrave
On Tue, Nov 10, 2015 at 4:53 AM, Kay Sievers wrote: > On Tue, Nov 10, 2015 at 5:49 AM, Jordan Hargrave wrote: >> Cleaned up linux coding style >> >> This patch will integrate some of the features of biosdevname into systemd. >> The code detects the port and

Re: [systemd-devel] Fwd: [PATCH] Add support for detecting NIC partitions on Dell Servers

2015-11-09 Thread Andrei Borzenkov
10.11.2015 04:41, Jordan Hargrave пишет: The patch will also decode SMBIOS slot number for NIC, and store in the variable ID_NET_NAME_SMBIOS_SLOT. Systemd does not have a method for naming ports on a multi-port card plugged into a slot. Hmm, isn't this stuff the same as exported by the

Re: [systemd-devel] Fwd: [PATCH] Add support for detecting NIC partitions on Dell Servers

2015-11-09 Thread Jordan Hargrave
On Mon, Nov 9, 2015 at 4:43 PM, Lennart Poettering wrote: > On Mon, 09.11.15 12:42, Jordan Hargrave (jhar...@gmail.com) wrote: > >> From: Jordan Hargrave >> >> This patch will integrate some of the features of biosdevname into systemd. >> The code

Re: [systemd-devel] Fwd: [PATCH] Add support for detecting NIC partitions on Dell Servers

2015-11-09 Thread Jordan Hargrave
Cleaned up linux coding style This patch will integrate some of the features of biosdevname into systemd. The code detects the port and index for detecting NIC partitions. This creates a new environment variable, ID_NET_NAME_PARTITION of the format _ The patch will also decode SMBIOS slot number

Re: [systemd-devel] Fwd: [PATCH] Add support for detecting NIC partitions on Dell Servers

2015-11-09 Thread Lennart Poettering
On Mon, 09.11.15 12:42, Jordan Hargrave (jhar...@gmail.com) wrote: > From: Jordan Hargrave > > This patch will integrate some of the features of biosdevname into systemd. > The code detects the port and index for detecting NIC partitions. This creates > a new environment