On 29 July 2017 at 21:58, Roi Dayan <[email protected]> wrote: > Since it's an error but also will always occur in older kernels > log the message with level warning instead of info. > > Signed-off-by: Roi Dayan <[email protected]> > ---
When I run this patch on a fedora system with kernel 4.8 and out-of-tree modules, when running the "make check-kmod" tests, every vxlan test now fails because the last step of the test checks the logs for any log message with WARN or higher level, and this message shows up. Looking at the other platforms affected, it seems like this will always triggers on newer kernels in my test environment. Here's the log: 2017-08-01T20:43:59.387Z|00053|dpif_netlink|WARN|Failed to create at_vxlan0 with rtnetlink: Invalid argument I wonder if the new rtnetlink infrastructure is not always working for VXLAN, and this error message is just highlighting that? Eric, could this be related to VXLAN-GPE? _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
