-----Original Message----- From: Intel-wired-lan [mailto:intel-wired-lan-boun...@lists.osuosl.org] On Behalf Of Hiroshi Shimamoto Sent: Thursday, August 27, 2015 11:59 PM To: Or Gerlitz <gerlitz...@gmail.com>; Alexander Duyck <alexander.du...@gmail.com>; Skidmore, Donald C <donald.c.skidm...@intel.com>; Rose, Gregory V <gregory.v.r...@intel.com>; Kirsher, Jeffrey T <jeffrey.t.kirs...@intel.com>; intel-wired-...@lists.osuosl.org; nhor...@redhat.com; jogre...@redhat.com; Linux Netdev List <netdev@vger.kernel.org>; Choi, Sy Jong <sy.jong.c...@intel.com>; Rony Efraim <ro...@mellanox.com>; Edward Cree <ec...@solarflare.com>; David Miller <da...@davemloft.net>; sassm...@redhat.com Subject: [Intel-wired-lan] [PATCH v8 2/3] ixgbe: Add new ndo to trust VF
From: Hiroshi Shimamoto <h-shimam...@ct.jp.nec.com> Implements the new netdev op to trust VF in ixgbe. The administrator can turn on and off VF trusted by ip command which supports trust message. # ip link set dev eth0 vf 1 trust on or # ip link set dev eth0 vf 1 trust off Send a ping to reset VF on changing the status of trusting. VF driver will reconfigure its features on reset. Signed-off-by: Hiroshi Shimamoto <h-shimam...@ct.jp.nec.com> --- Tested-by: Krishneil Singh <krishneil.k.si...@intel.com> -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html