gve: unify driver name usage
authorJunfeng Guo <junfeng.guo@intel.com>
Sat, 8 Jul 2023 03:14:51 +0000 (11:14 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 10 Jul 2023 07:29:55 +0000 (08:29 +0100)
commit9d0aba98316d00f9c0a4506fc15f5ed9241bc1fd
tree1d329023aed7d94728751988d92162055e5b91fe
parent989b52cdc84955c2a35bc18f53e3a83edfa6f404
gve: unify driver name usage

Current codebase contained the usage of two different names for this
driver (i.e., `gvnic` and `gve`), which is quite unfriendly for users
to use, especially when trying to bind or unbind the driver manually.
The corresponding kernel module is registered with the name of `gve`.
It's more reasonable to align the name of the driver with the module.

Fixes: 893ce44df565 ("gve: Add basic driver framework for Compute Engine Virtual NIC")
Cc: csully@google.com
Signed-off-by: Junfeng Guo <junfeng.guo@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/google/gve/gve.h
drivers/net/ethernet/google/gve/gve_ethtool.c
drivers/net/ethernet/google/gve/gve_main.c