On 14 Jan 2026, at 0:12, Ilya Maximets wrote:

> On 1/12/26 12:20 PM, Eelco Chaudron wrote:
>> This patch adds an API to retrieve the netdev by port_id from either
>> the dpif or a specific offload provider.
>>
>> Acked-by: Eli Britstein <elibr.nvidia.com>
>> Signed-off-by: Eelco Chaudron <[email protected]>
>> ---

[...]

>> +struct netdev *
>> +dpif_offload_offload_get_netdev_by_port_id(struct dpif_offload *offload,
>
> offload_offload

Was an old temp function. I removed it completely.

>> +                                           odp_port_t port_no)
>> +{
>> +    if (!dpif_offload_is_offload_enabled() || !offload) {
>> +        return NULL;
>> +    }
>> +
>> +    return offload->class->get_netdev(offload, port_no);
>> +}

[...]

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

Reply via email to