On Mon, 13 May 2024 08:26:35 +0200, A. Sverdlin wrote: > Contrary to doc/develop/driver-model/ethernet.rst contract, eth_ops > .free_pkt can be called after .stop, there are several error paths in TFTP, > for instance: > > eth_halt() <= tftp_handler() <= net_process_received_packet() <= eth_rx() > ... > am65_cpsw_free_pkt() <= eth_rx() > > [...]
Applied to u-boot/next, thanks! [1/1] net: tftp: don't call stop callback from UDP handler commit: 44340456475da953a30c5cc4fbe8a9bc013c8c0f -- Tom