Re: [ovs-dev] [PATCH] ofproto/ofproto-dpif: Fix dpif_type for userspace tunnels

2022-04-04 Thread Ilya Maximets
On 2/23/22 20:20, Mike Pattrick wrote: > On Tue, Feb 15, 2022 at 4:54 AM Wan Junjie wrote: >> >> When we create two or more tunnels with the same type, only the first >> tunnel will be added by dpif since they share the same datapath port. >> Set the dpif_type here will clear the ioctl error

Re: [ovs-dev] [PATCH] ofproto/ofproto-dpif: Fix dpif_type for userspace tunnels

2022-02-23 Thread Mike Pattrick
On Tue, Feb 15, 2022 at 4:54 AM Wan Junjie wrote: > > When we create two or more tunnels with the same type, only the first > tunnel will be added by dpif since they share the same datapath port. > Set the dpif_type here will clear the ioctl error logs. > > Fixes: 4f19a78 ("netdev-vport: Fix

Re: [ovs-dev] [PATCH] ofproto/ofproto-dpif: Fix dpif_type for userspace tunnels

2022-02-20 Thread Wan Junjie
Kindly reminder here. Not sure if I have put the right reviewer in the Cc list. On Tue, Feb 15, 2022 at 5:53 PM Wan Junjie wrote: > > When we create two or more tunnels with the same type, only the first > tunnel will be added by dpif since they share the same datapath port. > Set the dpif_type

[ovs-dev] [PATCH] ofproto/ofproto-dpif: Fix dpif_type for userspace tunnels

2022-02-15 Thread Wan Junjie
When we create two or more tunnels with the same type, only the first tunnel will be added by dpif since they share the same datapath port. Set the dpif_type here will clear the ioctl error logs. Fixes: 4f19a78 ("netdev-vport: Fix userspace tunnel ioctl(SIOCGIFINDEX) info logs.") Signed-off-by: