Re: [ovs-discuss] 8021q module is not loaded when adding vlan through ovs (ovs-vsctl)

2018-11-13 Thread Jiri Pirko
w that causing ip link to load this module? >> >Why can't we do the same thing when a vlan interface is created from ovs? >> > >> >Jiri, >> >Any other idea how we can solve this issue? >> >> Could you please test following patch? I will send i

Re: [ovs-discuss] 8021q module is not loaded when adding vlan through ovs (ovs-vsctl)

2018-11-13 Thread Jiri Pirko
terface is created from ovs? > >Jiri, >Any other idea how we can solve this issue? Could you please test following patch? I will send it upstream once you confirm it helps your case. Thanks! From: Jiri Pirko Subject: [patch net-next RFC] net: 8021q: move vlan offload registrations into v

Re: [ovs-discuss] 8021q module is not loaded when adding vlan through ovs (ovs-vsctl)

2018-10-28 Thread Jiri Pirko
Sun, Oct 28, 2018 at 03:03:42PM CET, michaels...@gmail.com wrote: >Jiri, >I am not sure it would be simple to move the add_offload to vlan_Core.c as >the add_offload should happen once. Just call it from net_dev_init() >in vlan.c it's done as part of module init but in vlan_core.c we are not

Re: [ovs-discuss] 8021q module is not loaded when adding vlan through ovs (ovs-vsctl)

2018-10-25 Thread Jiri Pirko
Wed, Oct 24, 2018 at 10:12:54PM CEST, michaels...@gmail.com wrote: >Hi, >I noticed that there is a performance issue when running traffic on a vlan >interface that was created by OVS. >If we create a bridge with a vlan interface, the 8021q module is not loaded. >Then when packets with a 8021q tag