Bug#830212: ifupdown: Please add InfiniBand partition key support

2016-08-01 Thread Guus Sliepen
tags 830212 + pending thanks > > ifupdown converts the VLAN ID to a decimal number before passing it > > in %vlan_id%. So I believe the "0x" prefix is in error here. Can you > > check this? I don't have any InfiniBand devices myself, > > unfortunately. > > Checked again. We want to use

Bug#830212: ifupdown: Please add InfiniBand partition key support

2016-08-01 Thread Benjamin Drung
Am Donnerstag, den 07.07.2016, 15:46 +0200 schrieb Guus Sliepen: > The patch looks fine except for one thing: > > > > > -ip link set up dev %link%; \ > > -ip link add link %link% name %iface0% type vlan id > > %vlan_id%; \ > > +if test -d

Bug#830212: ifupdown: Please add InfiniBand partition key support

2016-07-07 Thread Benjamin Drung
Am Donnerstag, den 07.07.2016, 15:46 +0200 schrieb Guus Sliepen: > On Thu, Jul 07, 2016 at 02:10:46PM +0200, Benjamin Drung wrote: > > > > > We implemented a fix for jessie by patching the link.defn to check > > the > > device to be a InfiniBand devices and run the commands above > > instead > >

Bug#830212: ifupdown: Please add InfiniBand partition key support

2016-07-07 Thread Guus Sliepen
On Thu, Jul 07, 2016 at 02:10:46PM +0200, Benjamin Drung wrote: > We implemented a fix for jessie by patching the link.defn to check the > device to be a InfiniBand devices and run the commands above instead > (patch is attached).. Maybe the InfiniBand support should be placed in a > separate

Bug#830212: ifupdown: Please add InfiniBand partition key support

2016-07-07 Thread Benjamin Drung
Package: ifupdown Version: 0.7.53.1 Severity: normal Tags: patch Hi, InfiniBand supports partitions for network isolation using a 16-bit partition key. This is similar to VLANs. You can use IPoIB to run IP traffic over a InfiniBand partition. The IP devices is called $interface.$partition where