crypto/dpaa_sec: enable sequence no rollover
With this patch sequence number will be rolled over and SEC block will ignore the sequence number overflow error. Signed-off-by: Akhil Goyal <akhil.goyal@nxp.com>
This commit is contained in:
parent
551a42a993
commit
79fde9d00c
@ -2031,7 +2031,8 @@ dpaa_sec_set_ipsec_session(__rte_unused struct rte_cryptodev *dev,
|
||||
(IPVERSION << PDBNH_ESP_ENCAP_SHIFT) |
|
||||
PDBOPTS_ESP_OIHI_PDB_INL |
|
||||
PDBOPTS_ESP_IVSRC |
|
||||
PDBHMO_ESP_ENCAP_DTTL;
|
||||
PDBHMO_ESP_ENCAP_DTTL |
|
||||
PDBHMO_ESP_SNR;
|
||||
session->encap_pdb.spi = ipsec_xform->spi;
|
||||
session->encap_pdb.ip_hdr_len = sizeof(struct ip);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user