On 15 Jul 2026, at 1:56, Ilya Maximets wrote:

> On 7/14/26 3:39 PM, Eelco Chaudron wrote:
>> Partial offload was not working if the NIC did not support the tunnel
>> restoration API and OVS was compiled with ALLOW_EXPERIMENTAL_API.
>>
>> This is fixed by returning success instead of EOPNOTSUPP when the
>> tunnel restoration API is not supported.
>>
>> In addition to avoid a performance penalty, cache the tunnel restore
>> API support state per port and skip calling into the DPDK API on
>> subsequent packets when unsupported.
>>
>> Fixes: 7bd1867b6d6a ("dpif-offload-dpdk: Abstract rte_flow implementation 
>> from dpif-netdev.")
>> Reported-by: Ilya Maximets <[email protected]>
>> Signed-off-by: Eelco Chaudron <[email protected]>
>> ---
>
> Thanks, Eelco!  To keep the history more or less linear, I applied
> this to both main and branch-3.7.

Thanks Ilya!

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to