ea43e99579
This patch fixes 2 typos in examples/ethtool:
There is no such thing as ethtool_ops::get_driverinfo
It should be get_drvinfo:
see include/linux/ethtool.h in the kernel tree.
rte_net_change_mtu should be ndo_change_mtu:
see include/linux/netdevice.h in the kernel tree.
Fixes:
|
||
---|---|---|
.. | ||
ethtool-app | ||
lib | ||
Makefile | ||
meson.build |