Re: [ovs-dev] [PATCH net-next] net: Add options as a flexible array to struct ip_tunnel_info

2025-02-09 Thread Ilya Maximets
On 2/9/25 20:37, Gal Pressman wrote: > Hi Ilya, thanks for the review. > > On 09/02/2025 18:21, Ilya Maximets wrote: >> On 2/9/25 11:18, Gal Pressman via dev wrote: >>> Remove the hidden assumption that options are allocated at the end of >>> the struct, and teac

Re: [ovs-dev] [PATCH net-next] net: Add options as a flexible array to struct ip_tunnel_info

2025-02-09 Thread Ilya Maximets
impact on others. Should the alignment attribute be also added to the field? Best regards, Ilya Maximets.

Re: [ovs-dev] [PATCH net-next 2/2] net: openvswitch: Annotate struct mask_array with __counted_byUse struct_size()

2023-10-02 Thread Ilya Maximets
; + struct sw_flow_mask __rcu *masks[] __counted_by(size); Did you mean 'max'? There is no 'size' in the structure. Also, the patch subject is messed up a bit. Best regards, Ilya Maximets.