On 13 Jan 2026, at 21:43, Ilya Maximets wrote:

> On 1/12/26 12:20 PM, Eelco Chaudron wrote:
>> Start using the new dpif-offload API by avoiding direct calls to
>> netdev-offload. This is the first step towards removing netdev-offload
>> as an API layer.
>>
>> Acked-by: Eli Britstein <elibr.nvidia.com>
>> Signed-off-by: Eelco Chaudron <[email protected]>

[...]

>> +static int
>> +dpif_offload_tc_netdev_flow_flush_(struct netdev *netdev)
>> +{
>> +    return netdev_offload_tc_flow_flush(netdev);
>> +}
>
> This is only used in two functions below.  Can we instead call
> the netdev_offload_tc_flow_flush() inside them directly?

ACK, will do

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

Reply via email to