RE: [PATCH v8 2/3] ixgbe: Add new ndo to trust VF

2015-10-13 Thread Singh, Krishneil K
-...@lists.osuosl.org; nhor...@redhat.com; jogre...@redhat.com; Linux Netdev List ; Choi, Sy Jong ; Rony Efraim ; Edward Cree ; David Miller ; sassm...@redhat.com Subject: [Intel-wired-lan] [PATCH v8 2/3] ixgbe: Add new ndo to trust VF From: Hiroshi Shimamoto Implements the new netdev op to trust VF in ixgbe

[PATCH v8 2/3] ixgbe: Add new ndo to trust VF

2015-08-28 Thread Hiroshi Shimamoto
From: Hiroshi Shimamoto 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