On 2/28/25 14:48, Frank Wagner wrote:
> It can happen that ovs key attributes are not in keyAttrs -- in most cases we 
> have seen this happen when the port is created. In this case the call of 
> NlAttrGetU32 will cause a BSOD in Release builds.
> 
> 
> Signed-off-by: Frank Wagner <[email protected]>
> 
> Developer's Certificate of Origin 1.1
> 
> By making a contribution to this project, I certify that:
> 
> (a) The contribution was created in whole or in part by me and I
>     have the right to submit it under the open source license
>     indicated in the file; or
> 
> (b) The contribution is based upon previous work that, to the best
>     of my knowledge, is covered under an appropriate open source
>     license and I have the right under that license to submit that
>     work with modifications, whether created in whole or in part
>     by me, under the same open source license (unless I am
>     permitted to submit under a different license), as indicated
>     in the file; or
> 
> (c) The contribution was provided directly to me by some other
>     person who certified (a), (b) or (c) and I have not modified
>     it.
> 
> (d) I understand and agree that this project and the contribution
>     are public and that a record of the contribution (including all
>     personal information I submit with it, including my sign-off) is
>     maintained indefinitely and may be redistributed consistent with
>     this project or the open source license(s) involved.
> _______________________________________________
> dev mailing list
> [email protected]
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
> 

Hi, Frank.  I see you've sent a few emails that presumably supposed
to contain some patches.  However, what arrived to the list doesn't
have them.  You can see above what was delivered.  If you sent those
patches as attachments, they were likely stripped out by the list.
You should send the patches in-line within the text of the email.
I suggest you use 'git format-patch' + 'git send-email' commands to
send patches, if possible, it will take care of the proper formatting.

Also, there is no need to provide a copy of the DCO, the Signed-off-by
tag is enough on its own.

Best regards, Ilya Maximets.
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to