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

2022-09-01 Thread Dave Houser
. You may also try packages from > CentOS Stream. > > > > > Best regards, > > Michal > > > >> On 31 Aug 2022, at 20:56, Dave Houser wrote: > >> > >> I got it to work. I did the following: > >> > >> - I adjusted the following

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

2022-08-31 Thread Dave Houser
.8-45.el8.x86_64 ``` So I just installed with RPM instead `rpm -Uvh --force --nodeps ./openvswitch-2.17.2-1.el8.x86_64.rpm` This did the trick, and it installed. On Wed, Aug 31, 2022 at 12:57 PM Dave Houser wrote: > I am tyring to install openvswitch 2.17.2 on RHEL 8. > > I tried using

[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

[ovs-discuss] Is there a way to bridge two interfaces on two different trunked vlans?

2022-08-18 Thread Dave Houser
Hello: I am unable to add access interfaces, I can only add physical trunk interfaces to our server running OVS. There for I need to add interfaces like this: sudo ovs-vsctl add-port br0_sriov_asap2 eth0 trunks="3936,3937" sudo ovs-vsctl add-port br0_sriov_asap2 eth1 trunks="3936,3937" I want

Re: [ovs-discuss] Not clear how to use ovs-appctl dpctl/dump-flows based on tutorial

2022-08-02 Thread Dave Houser
192.168.0.0/24 -j DROP I would recommend updating the guide to include the user add this rule in the name spaces if they plan to follow the guide as is. - Dave On Fri, Jul 22, 2022 at 2:56 PM Dave Houser wrote: > I am trying to follow the conntrack tutorial found here: >

Re: [ovs-discuss] DPDK issues with OVS, help?

2022-08-02 Thread Dave Houser
hibit this behavior, "tag" worked fine. Also after reading through OVS documentation, it seems like OVS configures all interfaces as trunk ports. But you still need to allow specific vlans on the trunk. On Tue, Jul 26, 2022 at 10:44 AM Dave Houser wrote: > An update on this. > Was able

Re: [ovs-discuss] DPDK issues with OVS, help?

2022-07-26 Thread Dave Houser
87e]] 2022-07-26T14:38:43.651Z|00162|bridge|INFO|bridge br0_dpdk_mlx: added interface enp65s0f1.3829 on port 6 Does anyone know if there are extra settings I need to configure to get Mellanox DPDK PF interfaces to work forward through openvswitch? -Dave On Tue, Jul 19, 2022 at 10:39 AM Dave

[ovs-discuss] Not clear how to use ovs-appctl dpctl/dump-flows based on tutorial

2022-07-22 Thread Dave Houser
I am trying to follow the conntrack tutorial found here: https://docs.openvswitch.org/en/latest/tutorials/ovs-conntrack/ However I am getting undesired results based on what the tutorial is showing. Here is the commands I used to run my setup $ br="br0" $ ns1="left" $ ns2="right" $ int_host1="ve

[ovs-discuss] The OVS Conntrack Tutorial does not make sense to me

2022-07-22 Thread Dave Houser
Trying to follow instructions here: https://docs.openvswitch.org/en/latest/tutorials/ovs-conntrack/ However the instructions detail communication between two different subnets, here is an excerpt: "We will send the TCP connection setup segments namely: syn, syn-ack and ack between hosts 192.168.

Re: [ovs-discuss] DPDK issues with OVS, help?

2022-07-19 Thread Dave Houser
, and the other interface is not RX any traffic. This tells me traffic is not being forwarded. Why is OVS refusing to forward packets between interfaces? - Dave On Tue, Jul 19, 2022 at 4:32 AM David Marchand wrote: > On Mon, Jul 18, 2022 at 10:52 PM Dave Houser > wrote: > > >

Re: [ovs-discuss] DPDK issues with OVS, help?

2022-07-18 Thread Dave Houser
Forgot to include ovs-discussion with above update. On Mon, Jul 18, 2022 at 4:51 PM Dave Houser wrote: > David, > > I was able to correct the DPDK NUMA warning. I am not sure what happened > in my original compiling of DPDK but the grep lines you had above were not > showing. I

Re: [ovs-discuss] DPDK issues with OVS, help?

2022-07-18 Thread Dave Houser
2 at 6:24 AM David Marchand wrote: > Hello, > > On Fri, Jul 15, 2022 at 5:35 PM Dave Houser wrote: > > DPDK version: 21.11.1 > > OVS version: 2.17.2 > > OS: ubuntu 18.04 > > Kernel: 4.15.0-188-generic > > > > DPDK and OVS were compiled from source. &

[ovs-discuss] DPDK issues with OVS, help?

2022-07-15 Thread Dave Houser
Hello, DPDK version: 21.11.1 OVS version: 2.17.2 OS: ubuntu 18.04 Kernel: 4.15.0-188-generic DPDK and OVS were compiled from source. I am running into a number of issues trying to get OVS to work with DPDK / Mellanox ConnectX6, can someone assist with the following problems below? 1) After re