X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fnetdev-provider.h;h=b095779cdac33b1f5e60b11d81f604b12b2d0038;hb=b1b5cd8e2162ad859d2453815c9c056aa97ad44b;hp=c6ebd2a5e1f12d5bd2407954686cb33c4536a10c;hpb=19993ef3caac9964c2bef6e31fc8699c4f4b53c8;p=openvswitch diff --git a/lib/netdev-provider.h b/lib/netdev-provider.h index c6ebd2a5..b095779c 100644 --- a/lib/netdev-provider.h +++ b/lib/netdev-provider.h @@ -210,7 +210,8 @@ struct netdev_class { * transmission through this interface. This function may be set to null * if it would always return EOPNOTSUPP anyhow. (This will prevent the * network device from being usefully used by the netdev-based "userspace - * datapath".) */ + * datapath". It will also prevent the OVS implementation of bonding from + * working properly over 'netdev'.) */ int (*send)(struct netdev *netdev, const void *buffer, size_t size); /* Registers with the poll loop to wake up from the next call to