On Tue, Jun 27, 2017 at 11:51 AM, Jeff Kirsher <jeffrey.t.kirs...@intel.com> wrote: > From: Paul Greenwalt <paul.greenw...@intel.com> > > Add malicious driver detection (MDD) support for X550, X550em_a, > and X550em_x devices. > > MDD is a hardware SR-IOV security feature which the driver enables by > default, but can be controlled on|off by ethtool set-priv-flags
wait, we have the trusted vf concept, which you implement (ixgbe_ndo_set_vf_trust) so you can enable by default for all vfs and disable it for trusted ones, why create an ixgbe special config knob? IMHO we should max all possible efforts to avoid priv ethtool flags usage. Or.