Re: [ovs-dev] [PATCH ovs] netdev-offload-tc: Use accurately function to check dl_type.

2020-04-11 Thread Tonghao Zhang
On Sat, Apr 11, 2020 at 11:48 PM William Tu wrote: > > On Fri, Apr 10, 2020 at 06:02:47PM +0800, xiangxia.m@gmail.com wrote: > > From: Tonghao Zhang > > > > When offloading the flows which matching the vlan feild, > > there is an error[1]. Then we can't offload them, though > > TC flower supp

Re: [ovs-dev] OvS DPDK crash when HPET timer enabled

2020-04-11 Thread 0-day Robot
Bleep bloop. Greetings Ravi Kerur, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. git-am: error: corrupt patch at line 8 error: could not build fake ancestor hint: Use 'git am --show-current-

[ovs-dev] OvS DPDK crash when HPET timer enabled

2020-04-11 Thread Ravi Kerur
Hello OvS DPDK team, I am using OvS 2.13.90 and DPDK 19.11 and wanted to use HPET timer instead of invariant TSC. Enabled CONFIG_RTE_LIBEAL_USE_HPET=y in DPDK Kernel has CONFIG_HPET_TIMER=y CONFIG_HPET_EMULATE_RTC=y CONFIG_HPET=y CONFIG_HPET_MMAP=y CONFIG_HPET_MMAP_DEFAULT=y cat /sys/devices/sy

[ovs-dev] également à distance

2020-04-11 Thread Françoise
  Reconversion professionnelle un nouveau métier pour une nouvelle vie Hypnose médicale, hypnose thérapeutique, cette nouvelle façon de soulager et rétablir l'harmonie des personnes en passant par l'inconscient, intéresse les professionnels des thérapies alterna

[ovs-dev] Plática Informativa

2020-04-11 Thread Secretaría de Trabajo y Previsión Social
Derivado del estado de emergencia decretado a partir de la intensificación de la pandemia del COVID-19, la STPS ha programado una serie de inspecciones a las empresas con el objetivo de verificar el cumplimiento de las disposiciones oficiales publicadas en el Diario Oficial de la Federación del

Re: [ovs-dev] OVS and DPI(Classifiers)

2020-04-11 Thread Ravi Kerur
On Thu, Apr 9, 2020 at 8:45 PM William Tu wrote: > On Wed, Jul 17, 2019 at 4:25 PM Ravi Kerur wrote: > > > > Hi, > > > > I am sending this email to gauge if OVS team or community using OVS would > > be interested in this effort. I read some discussions which had happened > > couple of years back

Re: [ovs-dev] OvS DPDK vector pmd drivers

2020-04-11 Thread Ravi Kerur
Hi William, On Fri, Apr 10, 2020 at 7:06 AM William Tu wrote: > On Thu, Apr 09, 2020 at 02:14:26PM -0700, Ravi Kerur wrote: > > Hi OvS DPDK team, > > > > I am looking at ixgbe_set_rx_function and ixgbe_set_tx_function and would > > like to enable vectorized packet handling. Looking at > ixgbe_se

Re: [ovs-dev] [PATCH ovs] netdev-offload-tc: Use accurately function to check dl_type.

2020-04-11 Thread William Tu
On Fri, Apr 10, 2020 at 06:02:47PM +0800, xiangxia.m@gmail.com wrote: > From: Tonghao Zhang > > When offloading the flows which matching the vlan feild, > there is an error[1]. Then we can't offload them, though > TC flower supports this. To fix it, we should use the > *dl_type_is_ip_any* ins

Re: [ovs-dev] [PATCH] ofp-actions: Add delete field action

2020-04-11 Thread William Tu
Hi Yi-Hung, I read through the patch and have some questions and comments. On Fri, Apr 10, 2020 at 01:05:24PM -0700, Yi-Hung Wei wrote: > This patch adds a new OpenFlow action, delete field, to delete a > field in packets. Currently, only the tun_metadata fields are > supported. > > One use cas

[ovs-dev] [PATCH ovs] netdev-offload-tc: Use accurately function to check dl_type.

2020-04-11 Thread xiangxia . m . yue
From: Tonghao Zhang When offloading the flows which matching the vlan feild, there is an error[1]. Then we can't offload them, though TC flower supports this. To fix it, we should use the *dl_type_is_ip_any* instead of *is_ip_any*. Use ovs-appctl command to reproduce it. $ ovs-appctl dpctl/add-f

Re: [ovs-dev] [PATCH net-next v1 1/3] net: openvswitch: expand the meters number supported

2020-04-11 Thread Pravin Shelar
Given that we already use id-pool, we can significantly reduce probability of the negative case of meter lookup. Therefore I do not see need to use hash table in the datapath. On Thu, Apr 9, 2020 at 4:29 PM Tonghao Zhang wrote: > > On Fri, Apr 10, 2020 at 5:41 AM William Tu wrote: > > > > On Wed