On 10/15/2024 4:19 PM, Stephen Hemminger wrote: > On Tue, 15 Oct 2024 12:57:29 +0300 > Gur Stavi <[email protected]> wrote: > >> For net_af_packet PMD, eth_link_update was an empty function. >> Application may be interested in link up/down status. >> This patch adds implementation that updates dev_link->link_status based >> on socket IFF_RUNNING flag. >> >> Signed-off-by: Gur Stavi <[email protected]> >> --- >> v2: >> * return error on ioctl error > > Acked-by: Stephen Hemminger <[email protected]> >
Applied to dpdk-next-net/main, thanks.

