Re: [ovs-dev] [PATCH] datapath: Resolve external module dependencies.

2013-06-28 Thread Jesse Gross
Thanks, I applied this. On Fri, Jun 28, 2013 at 1:41 AM, Rajahalme, Jarno (NSN - FI/Espoo) wrote: > Now "make modules_install" works for me too, thanks. > > Jarno > > On Jun 28, 2013, at 3:26 , ext Jesse Gross wrote: > >> The Open vSwitch kernel module now has dependencies on symbols >> exporte

Re: [ovs-dev] [PATCH] datapath: Resolve external module dependencies.

2013-06-28 Thread Rajahalme, Jarno (NSN - FI/Espoo)
Now "make modules_install" works for me too, thanks. Jarno On Jun 28, 2013, at 3:26 , ext Jesse Gross wrote: > The Open vSwitch kernel module now has dependencies on symbols > exported by other kernel modules (currently just for GRE). In > order for it to load, the dependencies must be correct

[ovs-dev] [PATCH] datapath: Resolve external module dependencies.

2013-06-27 Thread Jesse Gross
The Open vSwitch kernel module now has dependencies on symbols exported by other kernel modules (currently just for GRE). In order for it to load, the dependencies must be correctly resolved ahead of time. This runs depmod as part of the module installation process and updates the installation inst