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:
0355c37
)
common/cpt: fix null auth only
author
Anoob Joseph
<anoobj@marvell.com>
Wed, 13 Feb 2019 09:22:50 +0000
(09:22 +0000)
committer
Akhil Goyal
<akhil.goyal@nxp.com>
Wed, 6 Mar 2019 16:28:35 +0000
(17:28 +0100)
Fixes:
351fbee21986
("common/cpt: support hash")
Cc: stable@dpdk.org
Signed-off-by: Anoob Joseph <anoobj@marvell.com>
Signed-off-by: Tejasree Kondoj <ktejasree@marvell.com>
drivers/common/cpt/cpt_ucode.h
patch
|
blob
|
history
diff --git
a/drivers/common/cpt/cpt_ucode.h
b/drivers/common/cpt/cpt_ucode.h
index
5933ea7
..
d408d50
100644
(file)
--- a/
drivers/common/cpt/cpt_ucode.h
+++ b/
drivers/common/cpt/cpt_ucode.h
@@
-549,7
+549,7
@@
cpt_digest_gen_prep(uint32_t flags,
/* Minor op is passthrough */
opcode.s.minor = 0x03;
/* Send out completion code only */
- vq_cmd_w0.s.param2 =
0x1
;
+ vq_cmd_w0.s.param2 =
rte_cpu_to_be_16(0x1)
;
}
vq_cmd_w0.s.opcode = rte_cpu_to_be_16(opcode.flags);