| 1822 | |
| 1823 | |
| 1824 | void |
| 1825 | reconfig(portid_t new_port_id, unsigned socket_id) |
| 1826 | { |
| 1827 | /* Reconfiguration of Ethernet ports. */ |
| 1828 | init_config_port_offloads(new_port_id, socket_id); |
| 1829 | init_port_config(); |
| 1830 | } |
| 1831 | |
| 1832 | int |
| 1833 | init_fwd_streams(void) |
no test coverage detected