From: Wenzhuo Lu <wenzhuo.lu@intel.com>
To: dev@dpdk.org
Cc: Wenzhuo Lu <wenzhuo.lu@intel.com>, stable@dpdk.org
Subject: [dpdk-stable] [PATCH v6 1/8] net/ice: fix Tx function setting
Date: Mon, 25 Mar 2019 14:06:28 +0800 [thread overview]
Message-ID: <1553493995-29803-2-git-send-email-wenzhuo.lu@intel.com> (raw)
In-Reply-To: <1553493995-29803-1-git-send-email-wenzhuo.lu@intel.com>
The TX setting functions is not called.
Fixes: 17c7d0f9d6a4 ("net/ice: support basic Rx/Tx")
Cc: stable@dpdk.org
Signed-off-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
---
drivers/net/ice/ice_ethdev.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/ice/ice_ethdev.c b/drivers/net/ice/ice_ethdev.c
index a23c63a..b804be1 100644
--- a/drivers/net/ice/ice_ethdev.c
+++ b/drivers/net/ice/ice_ethdev.c
@@ -1741,6 +1741,7 @@ static int ice_init_rss(struct ice_pf *pf)
}
ice_set_rx_function(dev);
+ ice_set_tx_function(dev);
mask = ETH_VLAN_STRIP_MASK | ETH_VLAN_FILTER_MASK |
ETH_VLAN_EXTEND_MASK;
--
1.9.3
next prev parent reply other threads:[~2019-03-25 6:01 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1551340136-83843-1-git-send-email-wenzhuo.lu@intel.com>
[not found] ` <1553149569-105555-1-git-send-email-wenzhuo.lu@intel.com>
2019-03-21 6:26 ` [dpdk-stable] [PATCH v4 " Wenzhuo Lu
2019-03-22 8:46 ` [dpdk-stable] [dpdk-dev] " Maxime Coquelin
2019-03-22 9:01 ` Maxime Coquelin
[not found] ` <1553223516-118453-1-git-send-email-wenzhuo.lu@intel.com>
2019-03-22 2:58 ` [dpdk-stable] [PATCH v5 " Wenzhuo Lu
[not found] ` <1553493995-29803-1-git-send-email-wenzhuo.lu@intel.com>
2019-03-25 6:06 ` Wenzhuo Lu [this message]
[not found] ` <1553581011-94181-1-git-send-email-wenzhuo.lu@intel.com>
2019-03-26 6:16 ` [dpdk-stable] [PATCH v7 " Wenzhuo Lu
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=1553493995-29803-2-git-send-email-wenzhuo.lu@intel.com \
--to=wenzhuo.lu@intel.com \
--cc=dev@dpdk.org \
--cc=stable@dpdk.org \
/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).