git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
627e677
)
net/ice/base: fix outer IPv6 packet type table
author
Qi Zhang
<qi.z.zhang@intel.com>
Sun, 6 Sep 2020 13:01:45 +0000
(21:01 +0800)
committer
Ferruh Yigit
<ferruh.yigit@intel.com>
Fri, 18 Sep 2020 16:55:08 +0000
(18:55 +0200)
ptype 264, 265, 266, 267, 275 should not be set
in ice_ptypes_ipv6_ofos_all.
Fixes:
88824213be8a
("net/ice/base: enable RSS for PFCP/L2TP/ESP/AH")
Cc: stable@dpdk.org
Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
Acked-by: Jeff Guo <jia.guo@intel.com>
drivers/net/ice/base/ice_flow.c
patch
|
blob
|
history
diff --git
a/drivers/net/ice/base/ice_flow.c
b/drivers/net/ice/base/ice_flow.c
index
6035bdf
..
552e58f
100644
(file)
--- a/
drivers/net/ice/base/ice_flow.c
+++ b/
drivers/net/ice/base/ice_flow.c
@@
-278,7
+278,7
@@
static const u32 ice_ptypes_ipv6_ofos[] = {
static const u32 ice_ptypes_ipv6_ofos_all[] = {
0x00000000, 0x00000000, 0x77000000, 0x10002000,
0x00000000, 0x000002AA, 0x00000000, 0x00000000,
- 0x000
80F
00, 0x03F00000, 0x7C1F0000, 0x00000206,
+ 0x000
000
00, 0x03F00000, 0x7C1F0000, 0x00000206,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,