On Thu, 24 Sep 2026 11:53:12 +0100 David Laight wrote:
>> @@ -117,6 +119,7 @@ struct sk_buff *__skb_gso_segment(struct sk_buff *skb,
>>  
>>      SKB_GSO_CB(skb)->mac_offset = skb_headroom(skb);
>>      SKB_GSO_CB(skb)->encap_level = 0;
>> +    SKB_GSO_CB(skb)->max_segs = min_t(unsigned int, max_segs, U16_MAX);
> 
> Why min_t ??

Fair point, min() is fine.
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to