On Mon, Nov 03, 2014 at 04:29:20PM +0800, Gang U Xu wrote: > Hi, > > I followed your way and can build kernal succ. > > Seemed that important step is we need run boot.sh again.
Indeed, that's what I meant by bootstrap the tree again (./boot.sh). The ./configure script creates a cache file so that in the next time you run, it doesn't need to go checking everything on the system again. However, in this case that patch changes the things checked by the script but it doesn't trigger any refresh. So you need to do it by running ./boot.sh script. > I found after run this step, all errors changed to warning so build > passed. Cool. [...] > Do you mean rhel 7.0 already provide ovs module? > I checked 7.0 yum repo from rhn, seemed no ovs found now. The kernel module (the one you're building) is part of the standard RHEL kernel. $ rpm -qpl kernel-3.10.0-123.2.1.el7.x86_64.rpm | grep openvswitch /lib/modules/3.10.0-123.2.1.el7.x86_64/kernel/net/openvswitch /lib/modules/3.10.0-123.2.1.el7.x86_64/kernel/net/openvswitch/openvswitch.ko fbl _______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss