Re: [ovs-discuss] which kernel module patch could repair the support of meter

2019-01-28 Thread Justin Pettit
I don't know off the top of my head. I'd recommend running "git blame" on the tip of Linus's tree and figuring out which patches are necessary to add support. My recollection is that they mostly went in as a single patch, so it should be pretty easy to find the appropriate patches. --Justin

Re: [ovs-discuss] which kernel module patch could repair the support of meter

2019-01-28 Thread taoyunupt
The distribution version of OS of mime is CentOS Linux release 7.5.1804 (Core),and the kernel version is 3.10.0-862.14.4.el7.x86_64. I plan to merge the meters patch to the 3.10.0-862 kernel of CentOS7.5. Where is the function patch address? Do you have some suggestions? Regards, yunxiang

Re: [ovs-discuss] which kernel module patch could repair the support of meter

2019-01-28 Thread taoyunupt
yep, I want to backport meter support for an older kernel. But I need to know which patch of the support for meters. So ,I hope you could give me the address of this patch.Regards, yunxiang At 2019-01-29 09:32:31, "Justin Pettit" wrote: >I'm afraid that I don't understand the question.

Re: [ovs-discuss] which kernel module patch could repair the support of meter

2019-01-28 Thread Justin Pettit
I'm afraid that I don't understand the question. Are you asking how you'd backport meter support for an older kernel? If so, you'd need to talk to the Centos/Red Hat maintainers. --Justin > On Jan 28, 2019, at 5:29 PM, taoyunupt wrote: > > The distribution version of OS of mime is CentOS L

Re: [ovs-discuss] [HELP] Question about linux kernel version supported by OVS 2.10.1

2019-01-28 Thread Justin Pettit
Red Hat backports a number of features to their kernels. The references there are for the upstream kernel, which I suspect are correct. --Justin > On Jan 28, 2019, at 5:06 PM, txfh2007 via discuss > wrote: > > Hi everyone: >I have found the table of ovs feature && Linux upstream in rele

[ovs-discuss] [HELP] Question about linux kernel version supported by OVS 2.10.1

2019-01-28 Thread txfh2007 via discuss
Hi everyone: I have found the table of ovs feature && Linux upstream in release.rst. From this chart we could found some ovs feature need higher linux kernel version. But my linux kernel is redhat 3.10, and I have found some feature in the list also worked well, such as connection tracking &

Re: [ovs-discuss] [ovirt-users] Open_vSwitch no key error after upgrading to 4.2.8

2019-01-28 Thread Dominik Holler
On Mon, 28 Jan 2019 10:46:37 -0800 Ben Pfaff wrote: > On Mon, Jan 28, 2019 at 05:37:36PM +0100, Dominik Holler wrote: > > Is there a way to disable the error message > > > > ovs|1|db_ctl_base|ERR|no key "xxx" in Open_vSwitch record "." > > column external_ids > > > > in syslog? > > ovs-appc

Re: [ovs-discuss] which kernel module patch could repair the support of meter

2019-01-28 Thread Justin Pettit
I'd have to look at the history, but the feature wouldn't have been added to OVN unless it was supported by OVS. Currently, we expect OVN to work with the same version number of OVS. (Although, I expect you could use a newer version of OVS and an older OVN.) We plan to break that requirement

Re: [ovs-discuss] [ovirt-users] Open_vSwitch no key error after upgrading to 4.2.8

2019-01-28 Thread Ben Pfaff
On Mon, Jan 28, 2019 at 05:37:36PM +0100, Dominik Holler wrote: > Is there a way to disable the error message > > ovs|1|db_ctl_base|ERR|no key "xxx" in Open_vSwitch record "." column > external_ids > > in syslog? > ovs-appctl vlog/set seems not to know about db_ctl_base. This message doesn'

Re: [ovs-discuss] The local port and link of s1 of ovs are down.

2019-01-28 Thread blp
On Mon, Jan 28, 2019 at 10:45:07PM +0900, 장예훈 wrote: > Hello. > > I'm using version 2.5.5. > Also, I configured topology using mininet and using version 2.3.0 > > And checked using the sudo ovs-offctl show s1 command. > But the port and link to LOCAL(s1) are down. > > I have to use this LOCAL(s1

[ovs-discuss] The local port and link of s1 of ovs are down.

2019-01-28 Thread 장예훈
Hello. I'm using version 2.5.5. Also, I configured topology using mininet and using version 2.3.0 And checked using the sudo ovs-offctl show s1 command. But the port and link to LOCAL(s1) are down. I have to use this LOCAL(s1). How do I activate ports and links on LOCAL(s1)? Thank you. ___

Re: [ovs-discuss] [ovirt-users] Open_vSwitch no key error after upgrading to 4.2.8

2019-01-28 Thread Dominik Holler
Is there a way to disable the error message ovs|1|db_ctl_base|ERR|no key "xxx" in Open_vSwitch record "." column external_ids in syslog? ovs-appctl vlog/set seems not to know about db_ctl_base. ___ discuss mailing list disc...@openvswitch.org h

[ovs-discuss] 答复: How does OVS gre packet flow

2019-01-28 Thread pei Jikui
more information, the experiment I did is, 1) at HostA, ping 1.2.3.5 it succeeded. tcpdump -n -e -i ens33 proto gre at hostB could capture the GRE packet. at HostB, ping 1.2.3.4 it succeeded. tcpdump -n -e -i ens33 proto gre at hostA could capture the GRE packet. While I still want to und

[ovs-discuss] How does OVS gre packet flow

2019-01-28 Thread pei Jikui
hi, 1) I am experimenting the OVS GRE tunnel with the following configurations with two hosts, HOSTA and HOSTB. The experiment succeeded while I still could not understand how the packet flows between the two hosts. There are two bridges created by ovs-vsct at each host (br1 and br2). These

Re: [ovs-discuss] which kernel module patch could repair the support of meter

2019-01-28 Thread taoyunupt
Hello,justin Forgive me! I have another question. As OVN use meters to implement QoS and meters was added from ovs2.10, how the ovn(<2.10) support QoS? Regards, Yunxiang At 2019-01-28 15:43:24, "Justin Pettit" wrote: >Sorry, I was thinking of another system that used OVS'