diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2023-01-23 19:42:19 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2023-01-23 19:42:19 +0000 |
| commit | 854b2f302dcc73dfef2e4458d382f8149ce9167c (patch) | |
| tree | 195784a9eb8e01af99fe733f39bd27b3fa1b4de1 /sys/dev/netmap | |
| parent | 539437c8281d24450bacded3734276acd9983e90 (diff) | |
Diffstat (limited to 'sys/dev/netmap')
| -rw-r--r-- | sys/dev/netmap/netmap_kern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/netmap/netmap_kern.h b/sys/dev/netmap/netmap_kern.h index 6e6561ef7be4..eb708f5a5cc7 100644 --- a/sys/dev/netmap/netmap_kern.h +++ b/sys/dev/netmap/netmap_kern.h @@ -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 */ }; |
