Searched refs:xf (Results 1 – 16 of 16) sorted by relevance
| /dpdk/examples/ipsec-secgw/ |
| H A D | sa.c | 1292 sa_ctx->xf[idx].a.next = NULL; in sa_add_rules() 1300 sa->xforms = &sa_ctx->xf[idx].a; in sa_add_rules() 1326 sa_ctx->xf[idx].b.cipher.op = in sa_add_rules() 1328 sa_ctx->xf[idx].b.next = NULL; in sa_add_rules() 1339 sa_ctx->xf[idx].a.auth.op = in sa_add_rules() 1350 sa_ctx->xf[idx].a.cipher.op = in sa_add_rules() 1352 sa_ctx->xf[idx].a.next = NULL; in sa_add_rules() 1363 sa_ctx->xf[idx].b.auth.op = in sa_add_rules() 1372 &sa_ctx->xf[idx].a : &sa_ctx->xf[idx].b; in sa_add_rules() 1376 sa_ctx->xf[idx].a.next = &sa_ctx->xf[idx].b; in sa_add_rules() [all …]
|
| H A D | ipsec.h | 178 struct ipsec_xf *xf; member
|
| /dpdk/lib/ipsec/ |
| H A D | sa.c | 33 struct rte_crypto_sym_xform *xf, *xfn; in fill_crypto_xform() local 37 xf = prm->crypto_xform; in fill_crypto_xform() 38 if (xf == NULL) in fill_crypto_xform() 41 xfn = xf->next; in fill_crypto_xform() 44 if (xf->type == RTE_CRYPTO_SYM_XFORM_AEAD) { in fill_crypto_xform() 47 xform->aead = &xf->aead; in fill_crypto_xform() 50 } else if (xf->type == RTE_CRYPTO_SYM_XFORM_AUTH && in fill_crypto_xform() 51 xf->auth.algo == RTE_CRYPTO_AUTH_AES_GMAC) { in fill_crypto_xform() 54 xform->auth = &xf->auth; in fill_crypto_xform() 70 xform->auth = &xf->auth; in fill_crypto_xform() [all …]
|
| /dpdk/doc/guides/mempool/ |
| H A D | octeontx.rst | 63 ./<build_dir>/app/test/dpdk-test -c 0xf --base-virtaddr=0x100000000000 \
|
| /dpdk/doc/guides/tools/ |
| H A D | testeventdev.rst | 449 sudo <build_dir>/app/dpdk-test-eventdev -c 0xf -s 0x1 --vdev=event_sw0 -- \ 456 sudo <build_dir>/app/dpdk-test-eventdev -c 0xf -s 0x1 --vdev=event_sw0 -- \ 683 sudo <build_dir>/app/dpdk-test-eventdev -c 0xf -s 0x8 --vdev=event_sw0 -- \ 690 sudo <build_dir>/app/dpdk-test-eventdev -c 0xf -s 0x8 --vdev=event_sw0 -- \ 787 sudo <build_dir>/app/dpdk-test-eventdev -c 0xf -s 0x8 --vdev=event_sw0 -- \ 794 sudo <build_dir>/app/dpdk-test-eventdev -c 0xf -s 0x8 --vdev=event_sw0 -- \
|
| /dpdk/.ci/ |
| H A D | linux-build.sh | 30 tar -xf ${version}.tar.gz
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | ntb.rst | 35 ./<build_dir>/examples/dpdk-ntb -c 0xf -n 6 -- -i
|
| H A D | dist_app.rst | 19 (port mask 0xf), ports 0 and 1 RX/TX into each other, and ports 2 and 3 RX/TX
|
| H A D | ipv4_multicast.rst | 29 The max port mask supported in the given hash table is 0xf, so only first
|
| H A D | l2_forward_crypto.rst | 20 if the first four ports are enabled (portmask 0xf),
|
| H A D | l2_forward_real_virtual.rst | 24 if the first four ports are enabled (portmask 0xf),
|
| H A D | l2_forward_job_stats.rst | 23 if the first four ports are enabled (portmask 0xf),
|
| H A D | ipsec_secgw.rst | 265 --vdev "crypto_null" -- -p 0xf -P -u 0x3 \ 366 -p 0xf -P -u 0x3 --config="(0,0,20),(1,0,20),(2,0,21),(3,0,21)" \
|
| /dpdk/doc/guides/platform/ |
| H A D | bluefield.rst | 115 tar xf aarch64-linux-gnu-mlx.tar
|
| /dpdk/doc/guides/nics/ |
| H A D | qede.rst | 275 dpdk-testpmd -l 0,4-11 -n 4 -- -i --nb-cores=8 --portmask=0xf --rxd=4096 \
|
| H A D | dpaa2.rst | 609 ./dpdk-testpmd -c 0xf -n 1 -- -i --portmask 0x3 --nb-cores=1 --txq=4 --rxq=4
|