<div dir="ltr">Hello,<br><br>First, thank you for developing the Open vSwitch package, and for sharing it.<br><br>I am developing an Open vSwitch interface to a hardware chip-set, and I am using the wdp branch as base platform.<br>
<br>I have implemented a netdev &amp; wdp interface with a new type &quot;foo&quot;, and made sure they are being registered. When I starts ovs-openflowd with foo@dp0 datapath, I am getting an error message of unknown datapath type &quot;foo&quot;. From reviewing the ovs-openflowd code it seems to me that the ovs-openflowd tries to open the xfif datapath, and if not present, it fails and exits. i.e., it does not try to open the wdp interface (through ofproto_create) if the xfif interface does not exist.<br>
<br>When implementing a wdp interface is it mandatory to also implement the xfif interface or this is just a bug in ovs-openflowd initialization sequence?<br><br>Thank You,<br>Shlomo Shachar<br>Toroki Inc.<br>
<br></div>