Re: [PATCH v9 04/12] eal: remove loop over drivers in device detach
From: Shreyansh Jain <hidden>
Date: 2017-01-18 12:16:11
From: Shreyansh Jain <hidden>
Date: 2017-01-18 12:16:11
-----Original Message----- From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] Sent: Wednesday, January 18, 2017 4:43 PM To: Shreyansh Jain <redacted> Cc: dev@dpdk.org Subject: Re: [PATCH v9 04/12] eal: remove loop over drivers in device detach 2017-01-18 16:07, Shreyansh Jain:quoted
+ dr = dev->driver; + ret = rte_pci_match(dr, dev);I think you don't need to match driver anymore.
:( I really need to have a strong shot of caffeine. Will send out in v10.