From mboxrd@z Thu Jan 1 00:00:00 1970 From: keith.busch@intel.com (Keith Busch) Date: Mon, 21 Apr 2014 19:57:48 -0600 (MDT) Subject: [PATCH 2/2] NVMe: Implement PCI-e reset notification callback In-Reply-To: References: <1397000541-1085-1-git-send-email-keith.busch@intel.com> <1397000541-1085-2-git-send-email-keith.busch@intel.com> Message-ID: On Mon, 21 Apr 2014, Learner Study wrote: > Hi Keith, > > I think NVMe Reset should apply to PF mode driver only, and not to VF > mode driver. > Is that understanding correct? Does the NVMe driver know which mode > its running in? Oh, this driver doesn't enable SR-IOV and has no PF/VF awareness. Shame on us, I'll add it to my list unless someone beats me to it. Still, I think we'd like to be able to reset a VF if only because it gets the queues back to a pristine state. A VF reset should not affect any of the other functions.