numam-dpdk/examples/ethtool
Rami Rosen ea43e99579 examples/ethtool: fix two typos
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: bda68ab9d1 ("examples/ethtool: add user-space ethtool sample application")
Cc: stable@dpdk.org

Signed-off-by: Rami Rosen <ramirose@gmail.com>
Acked-by: Remy Horton <remy.horton@intel.com>
2019-03-05 10:49:16 +00:00
..
ethtool-app mk: build with _GNU_SOURCE defined by default 2018-10-22 11:28:27 +02:00
lib examples/ethtool: fix two typos 2019-03-05 10:49:16 +00:00
Makefile examples: make Linux environment check consistent 2018-07-12 09:48:12 +02:00
meson.build examples: add empty meson files for unsupported ones 2018-04-17 16:09:43 +02:00