net/nfp: rename files for consistency
authorHeinrich Kuhn <heinrich.kuhn@netronome.com>
Thu, 29 Jul 2021 13:47:11 +0000 (15:47 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 17 Aug 2021 16:26:57 +0000 (18:26 +0200)
commit8d7a59f171a2bb765ad45cee3f67df45e7e71f7e
treeac84203d0b3ed457e264e8ef0a57b3e8cae2b319
parent646ea79ce481fb7d442969cc00e33954f15d6447
net/nfp: rename files for consistency

Rename the nfp_net.c file to nfp_common as it now contains functions
common to VF and PF functionality. Rename the header file too to be
consistent. Also remove the "net" naming from the _ctrl and _logs files
for consistency across the PMD.

Signed-off-by: Heinrich Kuhn <heinrich.kuhn@netronome.com>
Signed-off-by: Simon Horman <simon.horman@corigine.com>
13 files changed:
drivers/net/nfp/meson.build
drivers/net/nfp/nfp_common.c [new file with mode: 0644]
drivers/net/nfp/nfp_common.h [new file with mode: 0644]
drivers/net/nfp/nfp_cpp_bridge.c
drivers/net/nfp/nfp_ctrl.h [new file with mode: 0644]
drivers/net/nfp/nfp_ethdev.c
drivers/net/nfp/nfp_ethdev_vf.c
drivers/net/nfp/nfp_logs.h [new file with mode: 0644]
drivers/net/nfp/nfp_net.c [deleted file]
drivers/net/nfp/nfp_net_ctrl.h [deleted file]
drivers/net/nfp/nfp_net_logs.h [deleted file]
drivers/net/nfp/nfp_net_pmd.h [deleted file]
drivers/net/nfp/nfp_rxtx.c