mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
sync a comment with our internal repo
This commit is contained in:
parent
62fc63abfb
commit
db5cb21105
1 changed files with 1 additions and 1 deletions
|
|
@ -821,7 +821,7 @@ generic_netmap_attach(struct ifnet *ifp)
|
|||
|
||||
num_tx_desc = num_rx_desc = netmap_generic_ringsize; /* starting point */
|
||||
|
||||
generic_find_num_desc(ifp, &num_tx_desc, &num_rx_desc);
|
||||
generic_find_num_desc(ifp, &num_tx_desc, &num_rx_desc); /* ignore errors */
|
||||
ND("Netmap ring size: TX = %d, RX = %d", num_tx_desc, num_rx_desc);
|
||||
if (num_tx_desc == 0 || num_rx_desc == 0) {
|
||||
D("Device has no hw slots (tx %u, rx %u)", num_tx_desc, num_rx_desc);
|
||||
|
|
|
|||
Loading…
Reference in a new issue