Re: [ovs-discuss] Install Openvswitch 2.17.2 on RHEL 8

2022-09-01 Thread Dave Houser
Thanks for the reply. So yes I was able to get this to install. There is a new problem which I describe here https://github.com/openvswitch/ovs-issues/issues/263 Basically I need to install 2.17.2 + dpdk. The issue is that `--with-dpdk` shows missing dependencies and the rpm install won't finish.

Re: [ovs-discuss] Install Openvswitch 2.17.2 on RHEL 8

2022-09-01 Thread Ilya Maximets
> Hi Dave, > > From my knowledge - RHEL has an FDP (Fast Data Path) repository, where those > packages reside. > Here are the src rpms: > https://ftp.redhat.com/pub/redhat/linux/enterprise/8Base/en/Fast-Datapath/SRPMS/ > >

Re: [ovs-discuss] Install Openvswitch 2.17.2 on RHEL 8

2022-08-31 Thread MichaƂ Nasiadka
Hi Dave, From my knowledge - RHEL has an FDP (Fast Data Path) repository, where those packages reside. Here are the src rpms: https://ftp.redhat.com/pub/redhat/linux/enterprise/8Base/en/Fast-Datapath/SRPMS/ Bes

Re: [ovs-discuss] Install Openvswitch 2.17.2 on RHEL 8

2022-08-31 Thread Dave Houser
I got it to work. I did the following: - I adjusted the following in ./rhel/openvswithc.spec Changed this: `Requires: logrotate, hostname, python-six` To this: `Requires: logrotate, hostname, python2 >= 2.7, python2-six` - That error message from `yum localinstall` is not accurate. When performin

[ovs-discuss] Install Openvswitch 2.17.2 on RHEL 8

2022-08-31 Thread Dave Houser
I am tyring to install openvswitch 2.17.2 on RHEL 8. I tried using yum to install but running `yum install openvswitch` or `yum install openvswitch-dpdk` do not work, nothing is found. Your site reads this: "RHEL distributes openvswitch rpm package that supports kernel datapath. DPDK accelerated