| 497025da | 06-May-2021 |
Huisong Li <[email protected]> |
examples/ethtool: close port before exit
Currently, ethtool directly ends the process after 'quit' cmd. In this case, software resources are not released and hardware resources of the device are not
examples/ethtool: close port before exit
Currently, ethtool directly ends the process after 'quit' cmd. In this case, software resources are not released and hardware resources of the device are not uninstalled.
This patch adds closing port operation to release resources.
Signed-off-by: Huisong Li <[email protected]> Signed-off-by: Min Hu (Connor) <[email protected]>
show more ...
|
| 5be35057 | 21-Apr-2021 |
Chengwen Feng <[email protected]> |
examples/ethtool: remove unused parsing
The new_mtu was assigned twice, the first assignment could be removed.
Fixes: bda68ab9d1e7 ("examples/ethtool: add user-space ethtool sample application") Cc
examples/ethtool: remove unused parsing
The new_mtu was assigned twice, the first assignment could be removed.
Fixes: bda68ab9d1e7 ("examples/ethtool: add user-space ethtool sample application") Cc: [email protected]
Signed-off-by: Chengwen Feng <[email protected]> Signed-off-by: Min Hu (Connor) <[email protected]>
show more ...
|