HomeFreeBSD

debugnet: Handle batches of packets from if_input

Description

debugnet: Handle batches of packets from if_input

Some drivers will collect multiple mbuf chains, linked by m_nextpkt,
before passing them to upper layers. debugnet_pkt_in() didn't handle
this and would process only the first packet, typically leading to
retransmits.

MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation

Details

Provenance
markjAuthored on Jun 16 2022, 2:02 PM
Parents
rG8cb42d6918cb: nfscl: Clean up the code by removing unused arguments
Branches
Unknown
Tags
Unknown