net/cnxk: unify file names
Except for the cn*_rte_flow* files, none of the other file has rte in the file name, remove the rte to unify the file name across the directory. Signed-off-by: Jerin Jacob <jerinj@marvell.com> Acked-by: Kiran Kumar K <kirankumark@marvell.com>
This commit is contained in:
parent
fbc0fa7499
commit
795ac23891
@ -2,7 +2,7 @@
|
||||
* Copyright(C) 2021 Marvell.
|
||||
*/
|
||||
#include "cn10k_ethdev.h"
|
||||
#include "cn10k_rte_flow.h"
|
||||
#include "cn10k_flow.h"
|
||||
#include "cn10k_rx.h"
|
||||
#include "cn10k_tx.h"
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
/* SPDX-License-Identifier: BSD-3-Clause
|
||||
* Copyright(C) 2020 Marvell.
|
||||
*/
|
||||
#include <cnxk_rte_flow.h>
|
||||
#include "cn10k_rte_flow.h"
|
||||
#include <cnxk_flow.h>
|
||||
#include "cn10k_flow.h"
|
||||
#include "cn10k_ethdev.h"
|
||||
#include "cn10k_rx.h"
|
||||
|
@ -2,7 +2,7 @@
|
||||
* Copyright(C) 2021 Marvell.
|
||||
*/
|
||||
#include "cn9k_ethdev.h"
|
||||
#include "cn9k_rte_flow.h"
|
||||
#include "cn9k_flow.h"
|
||||
#include "cn9k_rx.h"
|
||||
#include "cn9k_tx.h"
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
/* SPDX-License-Identifier: BSD-3-Clause
|
||||
* Copyright(C) 2020 Marvell.
|
||||
*/
|
||||
#include <cnxk_rte_flow.h>
|
||||
#include <cnxk_flow.h>
|
||||
#include "cn9k_ethdev.h"
|
||||
#include "cn9k_rte_flow.h"
|
||||
#include "cn9k_flow.h"
|
||||
#include "cn9k_rx.h"
|
||||
|
||||
struct rte_flow *
|
@ -1,7 +1,7 @@
|
||||
/* SPDX-License-Identifier: BSD-3-Clause
|
||||
* Copyright(C) 2021 Marvell.
|
||||
*/
|
||||
#include <cnxk_rte_flow.h>
|
||||
#include <cnxk_flow.h>
|
||||
|
||||
const struct cnxk_rte_flow_term_info term[] = {
|
||||
[RTE_FLOW_ITEM_TYPE_ETH] = {ROC_NPC_ITEM_TYPE_ETH,
|
@ -19,7 +19,7 @@ sources = files(
|
||||
'cnxk_link.c',
|
||||
'cnxk_lookup.c',
|
||||
'cnxk_ptp.c',
|
||||
'cnxk_rte_flow.c',
|
||||
'cnxk_flow.c',
|
||||
'cnxk_stats.c',
|
||||
'cnxk_tm.c',
|
||||
)
|
||||
@ -28,7 +28,7 @@ sources = files(
|
||||
sources += files(
|
||||
'cn9k_ethdev.c',
|
||||
'cn9k_ethdev_sec.c',
|
||||
'cn9k_rte_flow.c',
|
||||
'cn9k_flow.c',
|
||||
'cn9k_rx_select.c',
|
||||
'cn9k_tx_select.c',
|
||||
)
|
||||
@ -107,7 +107,7 @@ sources += files(
|
||||
sources += files(
|
||||
'cn10k_ethdev.c',
|
||||
'cn10k_ethdev_sec.c',
|
||||
'cn10k_rte_flow.c',
|
||||
'cn10k_flow.c',
|
||||
'cn10k_rx_select.c',
|
||||
'cn10k_tx_select.c',
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user