From: Rami Rosen <ramirose@gmail.com>
To: dev@dpdk.org
Cc: zhe.tao@intel.com, stable@dpdk.org, beilei.xing@intel.com,
qi.z.zhang@intel.com, Rami Rosen <ramirose@gmail.com>
Subject: [dpdk-stable] [PATCH] net/i40e: use the proper config in I40E RxTx module
Date: Wed, 19 Dec 2018 13:22:03 +0200 [thread overview]
Message-ID: <20181219112203.17903-1-ramirose@gmail.com> (raw)
This patch fixes I40E RxTx module to use the proper config setting,
CONFIG_RTE_LIBRTE_I40E_INC_VECTOR.
Fixes: 9ed94e5bb04e ("i40e: add vector Rx")
Signed-off-by: Rami Rosen <ramirose@gmail.com>
---
drivers/net/i40e/i40e_rxtx.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/i40e/i40e_rxtx.c b/drivers/net/i40e/i40e_rxtx.c
index 82a170929..8f727fae6 100644
--- a/drivers/net/i40e/i40e_rxtx.c
+++ b/drivers/net/i40e/i40e_rxtx.c
@@ -3182,7 +3182,7 @@ i40e_set_default_pctype_table(struct rte_eth_dev *dev)
}
}
-/* Stubs needed for linkage when CONFIG_RTE_I40E_INC_VECTOR is set to 'n' */
+/* Stubs needed for linkage when CONFIG_RTE_LIBRTE_I40E_INC_VECTOR is set to 'n' */
__rte_weak int
i40e_rx_vec_dev_conf_condition_check(struct rte_eth_dev __rte_unused *dev)
{
--
2.17.1
reply other threads:[~2018-12-19 11:22 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181219112203.17903-1-ramirose@gmail.com \
--to=ramirose@gmail.com \
--cc=beilei.xing@intel.com \
--cc=dev@dpdk.org \
--cc=qi.z.zhang@intel.com \
--cc=stable@dpdk.org \
--cc=zhe.tao@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).