Re: [PATCH net-next 0/2] net/mlx4: Add dynamic policy changes to the SRIOV eSwitch support
From: David Miller <davem@davemloft.net>
Date: 2013-07-01 20:12:59
From: David Miller <davem@davemloft.net>
Date: 2013-07-01 20:12:59
From: Or Gerlitz <redacted> Date: Thu, 27 Jun 2013 19:05:20 +0300
This patch set from Jack and Rony uses the UPDATE_QP new firmware command to allow for dynamic policy changes of PF controlled VF vlan/qos and link-state. Done against net-next commit 8599b52e14 "bonding: add an option to fail when any of arp_ip_target is inaccessible"
Applied, but in patch #2: + /* even if the UPDATE_QP command isn't supported, we still want + * to set this VF link according to the admin directive + */ Those last two lines start with a space, then TAB(s), which I had to fix up. GIT even warns about this when I apply your patches.