DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] net/ice: fix IPv6 dest mac unsupported issue
@ 2019-10-23 10:58 Yahui Cao
  2019-10-23  6:10 ` Zhang, Qi Z
  2019-10-24  5:47 ` Ye Xiaolong
  0 siblings, 2 replies; 3+ messages in thread
From: Yahui Cao @ 2019-10-23 10:58 UTC (permalink / raw)
  To: Qiming Yang, Wenzhuo Lu
  Cc: dev, Qi Zhang, Xiaolong Ye, Beilei Xing, Yahui Cao

Fixes: 2dbef0825ef7 ("net/ice: add FDIR create and destroy")

Signed-off-by: Yahui Cao <yahui.cao@intel.com>
---
 drivers/net/ice/ice_fdir_filter.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/ice/ice_fdir_filter.c b/drivers/net/ice/ice_fdir_filter.c
index 80da6ee24..a85a02cd0 100644
--- a/drivers/net/ice/ice_fdir_filter.c
+++ b/drivers/net/ice/ice_fdir_filter.c
@@ -32,6 +32,7 @@
 	ICE_INSET_SCTP_SRC_PORT | ICE_INSET_SCTP_DST_PORT)
 
 #define ICE_FDIR_INSET_ETH_IPV6 (\
+	ICE_INSET_DMAC | \
 	ICE_INSET_IPV6_SRC | ICE_INSET_IPV6_DST | ICE_INSET_IPV6_TC | \
 	ICE_INSET_IPV6_HOP_LIMIT | ICE_INSET_IPV6_NEXT_HDR)
 
-- 
2.17.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-10-24  5:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-23 10:58 [dpdk-dev] [PATCH] net/ice: fix IPv6 dest mac unsupported issue Yahui Cao
2019-10-23  6:10 ` Zhang, Qi Z
2019-10-24  5:47 ` Ye Xiaolong

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).