Skip to content

Commit

Permalink
crypto/aesni_mb: rename files
Browse files Browse the repository at this point in the history
This patch renames the rte_aesni_mb_pmd*.c to
rte_aesni_mb_pmd*_compat.c to indicate those files are for
compatible with older versoin of intel-ipsec-mb library
only.

Signed-off-by: Fan Zhang <roy.fan.zhang@intel.com>
Signed-off-by: Lukasz Krakowiak <lukaszx.krakowiak@intel.com>
Acked-by: Damian Nowak <damianx.nowak@intel.com>
  • Loading branch information
Fan Zhang authored and pablodelara committed Jan 10, 2019
1 parent 2977a13 commit e82d0df
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions drivers/crypto/aesni_mb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ LDLIBS += -lrte_cryptodev
LDLIBS += -lrte_bus_vdev

# library source files
SRCS-$(CONFIG_RTE_LIBRTE_PMD_AESNI_MB) += rte_aesni_mb_pmd.c
SRCS-$(CONFIG_RTE_LIBRTE_PMD_AESNI_MB) += rte_aesni_mb_pmd_ops.c
SRCS-$(CONFIG_RTE_LIBRTE_PMD_AESNI_MB) += rte_aesni_mb_pmd_compat.c
SRCS-$(CONFIG_RTE_LIBRTE_PMD_AESNI_MB) += rte_aesni_mb_pmd_ops_compat.c

include $(RTE_SDK)/mk/rte.lib.mk
2 changes: 1 addition & 1 deletion drivers/crypto/aesni_mb/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ else
ext_deps += lib
endif

sources = files('rte_aesni_mb_pmd.c', 'rte_aesni_mb_pmd_ops.c')
sources = files('rte_aesni_mb_pmd_compat.c', 'rte_aesni_mb_pmd_ops_compat.c')
deps += ['bus_vdev']
File renamed without changes.

0 comments on commit e82d0df

Please sign in to comment.