diff mbox series

[ovs-dev] rhel: Revert RHEL 7.4 comp_ver change

Message ID 1567525842-16882-1-git-send-email-gvrose8192@gmail.com
State Accepted
Commit d0fa7d7f12f131db5a49ea5c61b0276784c09ca3
Headers show
Series [ovs-dev] rhel: Revert RHEL 7.4 comp_ver change | expand

Commit Message

Gregory Rose Sept. 3, 2019, 3:50 p.m. UTC
I looked at the wrong list of kernels when I changed the value for the
RHEL 7.4 comp_ver variable.  Revert that part of commit e64c2c1
("rhel: Fix ovs-kmod-manage.sh to work with RHEL 7.3").

Fixes: e64c2c1 ("rhel: Fix ovs-kmod-manage.sh to work with RHEL 7.3")
Signed-off-by: Greg Rose <gvrose8192@gmail.com>
---
 rhel/usr_share_openvswitch_scripts_ovs-kmod-manage.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Gurucharan Shetty Sept. 3, 2019, 5:02 p.m. UTC | #1
On Tue, 3 Sep 2019 at 08:50, Greg Rose <gvrose8192@gmail.com> wrote:

> I looked at the wrong list of kernels when I changed the value for the
> RHEL 7.4 comp_ver variable.  Revert that part of commit e64c2c1
> ("rhel: Fix ovs-kmod-manage.sh to work with RHEL 7.3").
>
> Fixes: e64c2c1 ("rhel: Fix ovs-kmod-manage.sh to work with RHEL 7.3")
> Signed-off-by: Greg Rose <gvrose8192@gmail.com>
>
Thanks. I pushed this to master, 2.12 and 2.11




> ---
>  rhel/usr_share_openvswitch_scripts_ovs-kmod-manage.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/rhel/usr_share_openvswitch_scripts_ovs-kmod-manage.sh
> b/rhel/usr_share_openvswitch_scripts_ovs-kmod-manage.sh
> index c5b1d2d..693fb0b 100644
> --- a/rhel/usr_share_openvswitch_scripts_ovs-kmod-manage.sh
> +++ b/rhel/usr_share_openvswitch_scripts_ovs-kmod-manage.sh
> @@ -87,7 +87,7 @@ if [ "$mainline_major" = "3" ] && [ "$mainline_minor" =
> "10" ]; then
>          installed_ver="$minor_rev"
>      elif [ "$major_rev" = "693" ]; then
>  #        echo "rhel74"
> -        comp_ver=21
> +        comp_ver=11
>          ver_offset=4
>          installed_ver="$minor_rev"
>      elif [ "$major_rev" = "862" ]; then
> --
> 1.8.3.1
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
Gregory Rose Sept. 3, 2019, 5:40 p.m. UTC | #2
On 9/3/2019 10:02 AM, Guru Shetty wrote:
>
>
> On Tue, 3 Sep 2019 at 08:50, Greg Rose <gvrose8192@gmail.com 
> <mailto:gvrose8192@gmail.com>> wrote:
>
>     I looked at the wrong list of kernels when I changed the value for the
>     RHEL 7.4 comp_ver variable.  Revert that part of commit e64c2c1
>     ("rhel: Fix ovs-kmod-manage.sh to work with RHEL 7.3").
>
>     Fixes: e64c2c1 ("rhel: Fix ovs-kmod-manage.sh to work with RHEL 7.3")
>     Signed-off-by: Greg Rose <gvrose8192@gmail.com
>     <mailto:gvrose8192@gmail.com>>
>
> Thanks. I pushed this to master, 2.12 and 2.11
>
>

Thanks Guru!

>     ---
>      rhel/usr_share_openvswitch_scripts_ovs-kmod-manage.sh | 2 +-
>      1 file changed, 1 insertion(+), 1 deletion(-)
>
>     diff --git a/rhel/usr_share_openvswitch_scripts_ovs-kmod-manage.sh
>     b/rhel/usr_share_openvswitch_scripts_ovs-kmod-manage.sh
>     index c5b1d2d..693fb0b 100644
>     --- a/rhel/usr_share_openvswitch_scripts_ovs-kmod-manage.sh
>     +++ b/rhel/usr_share_openvswitch_scripts_ovs-kmod-manage.sh
>     @@ -87,7 +87,7 @@ if [ "$mainline_major" = "3" ] && [
>     "$mainline_minor" = "10" ]; then
>              installed_ver="$minor_rev"
>          elif [ "$major_rev" = "693" ]; then
>      #        echo "rhel74"
>     -        comp_ver=21
>     +        comp_ver=11
>              ver_offset=4
>              installed_ver="$minor_rev"
>          elif [ "$major_rev" = "862" ]; then
>     -- 
>     1.8.3.1
>
>     _______________________________________________
>     dev mailing list
>     dev@openvswitch.org <mailto:dev@openvswitch.org>
>     https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
diff mbox series

Patch

diff --git a/rhel/usr_share_openvswitch_scripts_ovs-kmod-manage.sh b/rhel/usr_share_openvswitch_scripts_ovs-kmod-manage.sh
index c5b1d2d..693fb0b 100644
--- a/rhel/usr_share_openvswitch_scripts_ovs-kmod-manage.sh
+++ b/rhel/usr_share_openvswitch_scripts_ovs-kmod-manage.sh
@@ -87,7 +87,7 @@  if [ "$mainline_major" = "3" ] && [ "$mainline_minor" = "10" ]; then
         installed_ver="$minor_rev"
     elif [ "$major_rev" = "693" ]; then
 #        echo "rhel74"
-        comp_ver=21
+        comp_ver=11
         ver_offset=4
         installed_ver="$minor_rev"
     elif [ "$major_rev" = "862" ]; then