K 10 svn:author V 7 git2svn K 8 svn:date V 27 2021-09-04T07:47:02.982976Z K 7 svn:log V 780 pxeboot: improve and simplify rx handling This pushes the bulk of the rx servicing into a single loop that's only slightly convoluted, and it addresses a problem with rx handling in the process. If we hit a tx interrupt while we're processing, we'd previously drop the frame on the floor completely and ultimately timeout, increasing boot time on particularly busy hosts as we keep having to backoff and resend. After this patch, we don't seem to hit timeouts at all on zoo anymore though loading a 27M kernel is still relatively slow (~1m20s). Sponsored By: National Bureau of Economic Research Sponsored by: Klara, Inc. (cherry picked from commit 3daa8e165c661c1b45e759f4997f447384c15446) Git Hash: c0674b71720bb333cbc2da823e2f67412dc00e78 Git Author: kevans@FreeBSD.org END