]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r342301
authorVincenzo Maffione <vmaffione@FreeBSD.org>
Mon, 24 Dec 2018 14:49:59 +0000 (14:49 +0000)
committerVincenzo Maffione <vmaffione@FreeBSD.org>
Mon, 24 Dec 2018 14:49:59 +0000 (14:49 +0000)
commit749673bab4fa8b0129d3ebe8ce94cf92fabedd5f
tree56634d6eab1f08c388f796a39dbadcec319cec06
parentb381819ad44ef749e4715583de94871b7d209848
MFC r342301

netmap: nmreplay: import various fixes from upstream (2704a51839906)

Changelist:
    - General reformatting
    - Fix packet duplication in cons(). Whenever cons() reached the
      burst limit it would send all pending packets without advancing
      head. This caused the last injected packet to be sent again in
      the next round.
    - Fix full-speed transmissions after first loop.
tools/tools/netmap/nmreplay.c