On 6/1/2023 8:30 PM, David Marchand wrote:

<snip>

+
+struct rte_cdx_bus rte_cdx_bus = {
+       .bus = {
+               .scan = cdx_scan,
+               .probe = cdx_probe,
+               .find_device = cdx_find_device,
+               .parse = cdx_parse,

I see neither unplug, nor cleanup op which is strange because this API
provides a way to unregister drivers.

plug/unplug are part of patch 5/5.

Nipun

Reply via email to