net/nfp: move PF functions into its own file
authorHeinrich Kuhn <heinrich.kuhn@netronome.com>
Thu, 29 Jul 2021 13:47:10 +0000 (15:47 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 17 Aug 2021 16:26:57 +0000 (18:26 +0200)
commit646ea79ce481fb7d442969cc00e33954f15d6447
tree625ea824667962b0c77f90e4aee5892dfc95fa15
parent7f8e73201dae6e605df6a9cdc24d9004b2590424
net/nfp: move PF functions into its own file

Similar to the last commit, this changeset moves all the PF specific
functions to a new file called nfp_ethdev.c.

Signed-off-by: Heinrich Kuhn <heinrich.kuhn@netronome.com>
Signed-off-by: Simon Horman <simon.horman@corigine.com>
drivers/net/nfp/meson.build
drivers/net/nfp/nfp_ethdev.c [new file with mode: 0644]
drivers/net/nfp/nfp_net.c