On Sun, Apr 9, 2017 at 3:05 PM, Rick Payne (Offshore) <[email protected]> wrote:
> Hi, > > Is there a good example that uses the virtio network interfaces direct? > ie. an application that uses ‘assign-net’ and talks directly to the network > interface code in OSv? > Not that I know of. It was a cool idea but most of the OSv applications are just standard, unmodified apps in Linux. If one writes a special app for OSv it's possible. In the seastar project we actually wrote a virtio backend to extract packets from the kernel but it wasn't the device itself. > > I’m looking for a sample I can learn from. > > Cheers, > Rick > > -- > You received this message because you are subscribed to the Google Groups > "OSv Development" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
