> -----邮件原件-----
> 发件人: Pravin Shelar [mailto:[email protected]]
> 发送时间: 2019年9月26日 5:03
> 收件人: Li,Rongqing <[email protected]>
> 抄送: Linux Kernel Network Developers <[email protected]>
> 主题: Re: [PATCH] openvswitch: change type of UPCALL_PID attribute to
> NLA_UNSPEC
>
> On Tue, Sep 24, 2019 at 4:11 AM Li RongQing <[email protected]> wrote:
> >
> > userspace openvswitch patch "(dpif-linux: Implement the API functions
> > to allow multiple handler threads read upcall)"
> > changes its type from U32 to UNSPEC, but leave the kernel unchanged
> >
> > and after kernel 6e237d099fac "(netlink: Relax attr validation for
> > fixed length types)", this bug is exposed by the below warning
> >
> > [ 57.215841] netlink: 'ovs-vswitchd': attribute type 5 has an
> invalid length.
> >
> > Signed-off-by: Li RongQing <[email protected]>
>
> Acked-by: Pravin B Shelar <[email protected]>
>
Add a fixes:
Fixes: 5cd667b0a456 ("openvswitch: Allow each vport to have an array of
'port_id's")
-LI
> Thanks,
> Pravin.