X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fcrypto%2Fmrvl%2Frte_mrvl_pmd_private.h;h=923faaf9e3da59ed73da4a8599f5d17c7d45c4c1;hb=6b663dae3f7d0bc0e1f3f35f1ae561ab72f276cb;hp=2da14b879c76dac8833162e421d7bffb3e271067;hpb=8a61c83af2fae1008e3519d6bb800325888a845f;p=dpdk.git diff --git a/drivers/crypto/mrvl/rte_mrvl_pmd_private.h b/drivers/crypto/mrvl/rte_mrvl_pmd_private.h index 2da14b879c..923faaf9e3 100644 --- a/drivers/crypto/mrvl/rte_mrvl_pmd_private.h +++ b/drivers/crypto/mrvl/rte_mrvl_pmd_private.h @@ -1,7 +1,9 @@ /*- * BSD LICENSE * - * Copyright (C) Semihalf 2017. All rights reserved. + * Copyright(c) 2017 Marvell International Ltd. + * Copyright(c) 2017 Semihalf. + * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -13,7 +15,7 @@ * notice, this list of conditions and the following disclaimer in * the documentation and/or other materials provided with the * distribution. - * * Neither the name of Semihalf nor the names of its + * * Neither the name of the copyright holder nor the names of its * contributors may be used to endorse or promote products derived * from this software without specific prior written permission. * @@ -40,18 +42,18 @@ #define MRVL_CRYPTO_LOG_ERR(fmt, args...) \ RTE_LOG(ERR, CRYPTODEV, "[%s] %s() line %u: " fmt "\n", \ - RTE_STR(CRYPTODEV_NAME_MRVL_CRYPTO_PMD), \ + RTE_STR(CRYPTODEV_NAME_MRVL_PMD), \ __func__, __LINE__, ## args) -#ifdef RTE_LIBRTE_MRVL_CRYPTO_DEBUG +#ifdef RTE_LIBRTE_PMD_MRVL_CRYPTO_DEBUG #define MRVL_CRYPTO_LOG_INFO(fmt, args...) \ RTE_LOG(INFO, CRYPTODEV, "[%s] %s() line %u: " fmt "\n", \ - RTE_STR(CRYPTODEV_NAME_MRVL_CRYPTO_PMD), \ + RTE_STR(CRYPTODEV_NAME_MRVL_PMD), \ __func__, __LINE__, ## args) #define MRVL_CRYPTO_LOG_DBG(fmt, args...) \ RTE_LOG(DEBUG, CRYPTODEV, "[%s] %s() line %u: " fmt "\n", \ - RTE_STR(CRYPTODEV_NAME_MRVL_CRYPTO_PMD), \ + RTE_STR(CRYPTODEV_NAME_MRVL_PMD), \ __func__, __LINE__, ## args) #else