Re: [ovs-dev] [PATCH] rhel: Support RHEL 7.8 kernel module rpm build.

2020-06-17 Thread William Tu
On Wed, Jun 17, 2020 at 10:05 AM Yi-Hung Wei wrote: > > Hi William, > > Thanks for the patch. Should we update > rhel/openvswitch-kmod-fedora.spec.in so that the ovs-kmod-manage.sh > will be invoked in the post installation stage? I.e. 391b52f3c33a > ("rhel: Support RHEL 7.8 kernel module rpm

Re: [ovs-dev] [PATCH] rhel: Support RHEL 7.8 kernel module rpm build.

2020-06-17 Thread Yi-Hung Wei
Hi William, Thanks for the patch. Should we update rhel/openvswitch-kmod-fedora.spec.in so that the ovs-kmod-manage.sh will be invoked in the post installation stage? I.e. 391b52f3c33a ("rhel: Support RHEL 7.8 kernel module rpm build") Thanks, -Yi-Hung On Wed, Jun 17, 2020 at 8:43 AM William

[ovs-dev] [PATCH] rhel: Support RHEL 7.8 kernel module rpm build.

2020-06-17 Thread William Tu
Add support for RHEL7.8 GA release with kernel 3.10.0-1127. VMware-BZ: #2582834 Signed-off-by: William Tu --- rhel/usr_share_openvswitch_scripts_ovs-kmod-manage.sh | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/rhel/usr_share_openvswitch_scripts_ovs-kmod-manage.sh

Re: [ovs-dev] [PATCH] rhel: Support RHEL 7.8 kernel module rpm build

2019-12-13 Thread William Tu
On Fri, Dec 06, 2019 at 03:15:01PM -0800, Yifeng Sun wrote: > Looks good to me, thanks YiHung. > > Reviewed-by: Yifeng Sun > Thank you. Applied to master and branch-2.12 William ___ dev mailing list d...@openvswitch.org

Re: [ovs-dev] [PATCH] rhel: Support RHEL 7.8 kernel module rpm build

2019-12-06 Thread Yifeng Sun
Looks good to me, thanks YiHung. Reviewed-by: Yifeng Sun On Wed, Dec 4, 2019 at 5:22 PM Yi-Hung Wei wrote: > > This patch supports RHEL 7.8 kernel module rpm package building. > > $ make rpm-fedora-kmod \ > RPMBUILD_OPT='-D "kversion 3.10.0-1101.el7.x86_64"' > > Signed-off-by: Yi-Hung Wei >

[ovs-dev] [PATCH] rhel: Support RHEL 7.8 kernel module rpm build

2019-12-04 Thread Yi-Hung Wei
This patch supports RHEL 7.8 kernel module rpm package building. $ make rpm-fedora-kmod \ RPMBUILD_OPT='-D "kversion 3.10.0-1101.el7.x86_64"' Signed-off-by: Yi-Hung Wei --- rhel/openvswitch-kmod-fedora.spec.in | 14 +-