]> git.baikalelectronics.ru Git - kernel.git/commit
gve: Move some static functions to a common file
authorBailey Forrest <bcf@google.com>
Thu, 24 Jun 2021 18:06:18 +0000 (11:06 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 24 Jun 2021 19:47:37 +0000 (12:47 -0700)
commit5bcaefd0567a23756e33acbd1b23f46570268df3
treeef07db1d47236b96ad3dcbc7ff52469eae9ac376
parentde5eb11d3bd076fb32c430c0bff01946361b20cb
gve: Move some static functions to a common file

These functions will be shared by the GQI and DQO variants of the GVNIC
driver as of follow-up patches in this series.

Signed-off-by: Bailey Forrest <bcf@google.com>
Reviewed-by: Willem de Bruijn <willemb@google.com>
Reviewed-by: Catherine Sullivan <csully@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/google/gve/Makefile
drivers/net/ethernet/google/gve/gve_rx.c
drivers/net/ethernet/google/gve/gve_tx.c
drivers/net/ethernet/google/gve/gve_utils.c [new file with mode: 0644]
drivers/net/ethernet/google/gve/gve_utils.h [new file with mode: 0644]