Home
last modified time | relevance | path

Searched refs:SPI (Results 1 – 10 of 10) sorted by relevance

/dpdk/app/test/
H A Dtest_ipsec_sad.c41 #define SPI 0xdead /* spi to install */ macro
273 struct rte_ipsec_sadv4_key tuple_v4 = {SPI, DIP, SIP}; in test_delete_invalid()
274 struct rte_ipsec_sadv6_key tuple_v6 = {SPI, {0xbe, 0xef, }, in test_delete_invalid()
406 struct rte_ipsec_sadv4_key tuple_v4 = {SPI, DIP, SIP}; in test_lookup_basic()
407 struct rte_ipsec_sadv4_key tuple_v4_1 = {SPI, BAD, BAD}; in test_lookup_basic()
651 struct rte_ipsec_sadv4_key tuple_v4 = {SPI, DIP, SIP}; in test_lookup_adv()
652 struct rte_ipsec_sadv4_key tuple_v4_1 = {SPI, DIP, BAD}; in test_lookup_adv()
653 struct rte_ipsec_sadv4_key tuple_v4_2 = {SPI, BAD, SIP}; in test_lookup_adv()
851 struct rte_ipsec_sadv4_key tuple_v4 = {SPI, DIP, SIP}; in test_lookup_order()
852 struct rte_ipsec_sadv4_key tuple_v4_1 = {SPI, DIP, BAD}; in test_lookup_order()
[all …]
/dpdk/doc/guides/nics/
H A Dcnxk.rst218 - ``Min SPI for inbound inline IPsec`` (default ``0``)
220 Min SPI supported for inbound inline IPsec processing can be specified by
228 for inbound SA with min SPI of 6.
230 - ``Max SPI for inbound inline IPsec`` (default ``255``)
232 Max SPI supported for inbound inline IPsec processing can be specified by
240 with max SPI of 128.
268 later original SPI value can be updated using session update.
270 and later can update the original SPI value (for example 0x10000001) using
456 - ``Min SPI for inbound inline IPsec`` (default ``0``)
458 Min SPI supported for inbound inline IPsec processing can be specified by
[all …]
H A Dmlx5.rst84 - Matching on ESP header SPI field.
/dpdk/doc/guides/prog_guide/
H A Dipsec_lib.rst164 - security parameter index(SPI)
165 - or SPI and destination IP(DIP)
166 - or SPI, DIP and source IP(SIP)
250 Library provides lookup by the given {SPI,DIP,SIP} tuple of
H A Dtoeplitz_hash_lib.rst89 can be used with the allocation of IPSec SPI, VXLan VNI, etc., to bind the
H A Drte_flow.rst1205 - Default ``mask`` matches SPI only.
/dpdk/drivers/raw/ifpga/base/
H A DREADME42 3. Add altera SPI master driver and Intel MAX10 device driver.
/dpdk/drivers/net/iavf/
H A Diavf_fdir.c1275 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, ESP, SPI); in iavf_fdir_parse_pattern()
1296 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, AH, SPI); in iavf_fdir_parse_pattern()
/dpdk/doc/guides/sample_app_ug/
H A Dipsec_secgw.rst48 * Perform Inbound SA lookup for ESP packets based on their SPI.
186 lcore cache. Cache represents flat array containing SA's indexed by SPI.
549 * The SPI number
/dpdk/doc/guides/rel_notes/
H A Drelease_19_05.rst72 N3000 with SPI interface access, I2C Read/Write, and Ethernet PHY configuration.