cxgbe(4): there is no need to force an "unimplemented" panic needlessly.
The calls to free_nm_txq and free_nm_rxq are made just a few lines prior to the panic.
This commit is contained in:
parent
ab5074bd87
commit
c5bb375553
@ -1249,9 +1249,6 @@ t4_teardown_port_queues(struct port_info *pi)
|
||||
free_ofld_rxq(pi, ofld_rxq);
|
||||
}
|
||||
#endif
|
||||
#ifdef DEV_NETMAP
|
||||
CXGBE_UNIMPLEMENTED(__func__);
|
||||
#endif
|
||||
|
||||
return (0);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user