dpif-netdev: Do not log error for EOPNOTSUPP return from netdev_recv().
authorBen Pfaff <blp@nicira.com>
Fri, 12 Nov 2010 20:12:03 +0000 (12:12 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 24 Nov 2010 20:35:50 +0000 (12:35 -0800)
commit7fa710e43fdf2dbf7fe41877cf73e04ccc4a7166
tree92b39ed2a8e28c37518cc1ab1c00d41ff504521f
parent462278dbfdb6f8a9f342275b915d8d496eb1c6c9
dpif-netdev: Do not log error for EOPNOTSUPP return from netdev_recv().

If a network device does not implement receiving packets, there is no point
in logging it as an error.
lib/dpif-netdev.c