2011/7/5 Sébastien Riccio <[email protected]>: > Hi, > > I'm having kernel panic when starting openvswitch with freshly compiled > 2.6.39.2 (supposed stable) xenified dom0 linux kernel. > > While compiling the modules I have this warning : > > /usr/src/openvswitch-1.1.1/datapath/linux-2.6/vport-netdev.c: In function > netdev_create: > /usr/src/openvswitch-1.1.1/datapath/linux-2.6/vport-netdev.c:140: warning: > passing argument 2 of netdev_rx_handler_register from incompatible pointer > type > include/linux/netdevice.h:2076: note: expected enum rx_handler_result_t > (*)(struct sk_buff **) but argument is of typestruct sk_buff * (*)(struct > sk_buff *) > > I wonder if this may be the cause of the panic and if it's a known issue ?
Yes, this is expected. The 1.1.x series does not support kernels after 2.6.38 because it was released before them. The master branch in git supports up through 3.0. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
