On 6/5/2018 9:07 AM, William Tu wrote:
On Mon, Jun 4, 2018 at 1:14 PM, Greg Rose <[email protected]> wrote:
The ERSPAN feature depends on the gre kernel module so on systems where
the ERSPAN feature isn't supported the openvswitch kernel module would
attempt to grab the ipv4 GRE protocol entry point and would fail to load
if it could not.
This patch modifies openvswitch to not fail to load when the gre kernel
module is loaded and instead it will print a warning message to the
kernel system log indicating that the ERSPAN feature may not be
available.
We need this patch because users are experiencing failures due to the
conflicts and high priority bugs are resulting.
Signed-off-by: Greg Rose <[email protected]>
---
I read through the patch and look good to me.
Acked-by: William Tu <[email protected]>
Thanks William.
After loading the ip_gre and gre kernel modules you can run a 'make
check-kmod' test with those modules
loaded and the results look good as well.
## ------------- ##
## Test results. ##
## ------------- ##
101 tests were successful.
7 tests were skipped.
make[1]: Leaving directory '/home/roseg/prj/ovs-experimental/_build'
roseg@ubuntu-b2515:~/prj/ovs-experimental/_build$ lsmod | grep ip_gre
ip_gre 20480 0
gre 16384 1 ip_gre
ip_tunnel 28672 1 ip_gre
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev