mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
netmap: Correct a comment
Reviewed by: vmaffione MFC after: 1 week Sponsored by: Zenarmor Sponsored by: OPNsense Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D38063
This commit is contained in:
parent
539437c828
commit
854b2f302d
1 changed files with 1 additions and 1 deletions
|
|
@ -2145,7 +2145,7 @@ struct nm_os_gen_arg {
|
|||
void *head, *tail; /* tailq, if the OS-specific routine needs to build one */
|
||||
void *addr; /* payload of current packet */
|
||||
u_int len; /* packet length */
|
||||
u_int ring_nr; /* packet length */
|
||||
u_int ring_nr; /* transmit ring index */
|
||||
u_int qevent; /* in txqdisc mode, place an event on this mbuf */
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue