diff options
author | J. German Rivera <Jose.G.Rivera@freescale.com> | 2013-09-20 19:55:45 (GMT) |
---|---|---|
committer | J. German Rivera <German.Rivera@freescale.com> | 2013-09-20 19:55:45 (GMT) |
commit | 0dbe20e7283a89005cb55c74aaf3fbbca3c4b8e1 (patch) | |
tree | 568d786c9e0ab6dd11601d74d6e51e8aec201285 /include | |
parent | ca76b6d2649931245f4ca4bf7106943f978a9d42 (diff) | |
parent | 80df9264e8f24a84b6d4876e6ffe4c8ccf9a7258 (diff) | |
download | linux-fsl-qoriq-0dbe20e7283a89005cb55c74aaf3fbbca3c4b8e1.tar.xz |
Merge branch 'b4860rev2' into sdk-v1.4.x
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fsl_dpa_ipsec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fsl_dpa_ipsec.h b/include/linux/fsl_dpa_ipsec.h index e5ac6aa..c2bf717 100644 --- a/include/linux/fsl_dpa_ipsec.h +++ b/include/linux/fsl_dpa_ipsec.h @@ -335,6 +335,7 @@ struct dpa_ipsec_sa_params { * to outer header and vice versa */ uint8_t sa_wqid; /* Work queue Id for all the queues in this SA*/ uint8_t sa_bpid; /* Buffer Pool ID to be used with this SA */ + uint16_t sa_bufsize; /* Buffer Pool buffer size */ bool enable_stats; /* Enable counting packets and bytes processed*/ struct dpa_ipsec_sa_crypto_params crypto_params;/* IPSec crypto params*/ enum dpa_ipsec_direction sa_dir; /* SA direction: Outbound/Inbound */ |