Home
last modified time | relevance | path

Searched refs:L (Results 1 – 25 of 29) sorted by relevance

12

/dpdk/doc/guides/compressdevs/
H A Disal.rst4 ISA-L Compression Poll Mode Driver
7 The ISA-L PMD (**librte_compress_isal**) provides poll mode compression &
8 decompression driver support for utilizing Intel ISA-L library,
15 ISA-L PMD has support for:
59 The ISA-L levels have been mapped to somewhat correspond to the same ZLIB level,
60 i.e. ZLIB L1 gives a compression ratio similar to ISA-L L1.
63 The ISA-L library does not support this, therefore compressdev level 0 is not supported.
65 The compressdev API has 10 levels, 0-9. ISA-L has 4 levels of compression, 0-3.
70 .. table:: Level mapping from Compressdev to ISA-L PMD.
103 For fixed compression, regardless of API level, internally ISA-L level 0 is always used.
[all …]
/dpdk/drivers/net/tap/
H A Dtap_bpf_program.c215 #define RSS(L) \ argument
216 __section(#L) int \
217 L ## _hash(struct __sk_buff *skb) \
219 return rss_ ## L (skb); \
/dpdk/lib/bpf/
H A Dbpf_dump.c120 #define L(pc, off) ((int)(pc) + 1 + (off)) in rte_bpf_dump() macro
126 fprintf(f, "%s L%d\n", op, L(i, ins->off)); in rte_bpf_dump()
131 ins->imm, L(i, ins->off)); in rte_bpf_dump()
/dpdk/drivers/net/pcap/
H A Dpcap_osdep_windows.c49 L"\\DEVICE\\TCPIP_%S", guid); in osdep_iface_index_get()
52 L"%S", device_name); in osdep_iface_index_get()
/dpdk/doc/guides/compressdevs/features/
H A Disal.ini4 ; Supported features of 'ISA-L' compression driver.
/dpdk/lib/eal/windows/
H A Deal_hugepages.c19 static const wchar_t privilege[] = L"SeLockMemoryPrivilege"; in hugepage_claim_privilege()
H A Dgetopt.c256 errno_t err = _wgetenv_s(&len, NULL, 0, L"POSIXLY_CORRECT"); in getopt_internal()
/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_sym_engine.c951 int L; /* size of length field, in bytes */ in bcmfs_crypto_ccm_update_iv() local
959 L = CCM_ESP_L_VALUE; in bcmfs_crypto_ccm_update_iv()
961 L = ((ivbuf[0] & CCM_B0_L_PRIME) >> in bcmfs_crypto_ccm_update_iv()
965 *ivlen -= (1 + L); in bcmfs_crypto_ccm_update_iv()
/dpdk/doc/guides/linux_gsg/
H A Dcross_build_dpdk_for_arm64.rst120 -Dc_args=-I<numa_install_dir>/include -Dc_link_args=-L<numa_install_dir>/lib
129 c_link_args = ['-L<numa_install_dir>/lib']
165 c_link_args = ['-L<numa_install_dir>/lib'] # with your path
/dpdk/drivers/net/bnx2x/
H A Decore_reg.h4222 #define EMAC_MDIO_COMM_COMMAND_ADDRESS (0L << 26)
4643 #define PCI_CONFIG_2_BAR1_SIZE_DISABLED (0L<<0)
4664 #define PCI_CONFIG_2_EXP_ROM_SIZE_DISABLED (0L<<8)
4712 #define PCI_CONFIG_2_BAR2_SIZE_DISABLED (0L<<0)
4732 #define PCI_CONFIG_2_BAR3_SIZE_DISABLED (0L<<0)
/dpdk/app/test-regex/
H A Dmain.c186 if (fseek(fp, 0L, SEEK_END) == 0) { in read_file()
197 if (fseek(fp, 0L, SEEK_SET) != 0) { in read_file()
/dpdk/doc/guides/cryptodevs/
H A Daesni_gcm.rst83 17.02 - 17.05 ISA-L Crypto v2.18
/dpdk/doc/guides/freebsd_gsg/
H A Dbuild_sample_apps.rst34 -L/usr/local/lib -lrte_telemetry -lrte_bpf -lrte_flow_classify
H A Dinstall_from_ports.rst87 …config.h -march=corei7 -D__BSD_VISIBLE main.c -o build/helloworld-shared -L/usr/local/lib -lrte_…
/dpdk/doc/guides/nics/
H A De1000em.rst13 * VMware emulated Intel® 82574L Gigabit Ethernet Controller.
H A Daf_xdp.rst77 ethtool -L ens786f1 combined 1
/dpdk/doc/guides/rel_notes/
H A Drelease_19_02.rst131 * **Enabled checksum support in the ISA-L compressdev driver.**
133 Added support for both adler and crc32 checksums in the ISA-L PMD.
H A Drelease_17_02.rst191 The AES-NI GCM PMD was migrated from the Multi Buffer library to the ISA-L
439 * type-model: 8247-22L
H A Drelease_18_08.rst79 * **Updated the ISA-L PMD.**
H A Drelease_16_11.rst309 - Machine type-model: 8247-22L
H A Drelease_18_05.rst209 * **Added a new compression poll mode driver using Intels ISA-L.**
211 Added the new ``ISA-L`` compression driver, for compression and decompression
H A Drelease_17_08.rst158 The AES-NI GCM PMD was migrated from the ISA-L library to the Multi Buffer
H A Drelease_17_05.rst645 * type-model: 8247-22L
/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward.rst82 [-L]
134 * ``-L:`` Optional, enable longest prefix match,
/dpdk/drivers/net/octeontx/
H A Docteontx_ethdev.c1177 pki_qos.tag_type = 0L; in octeontx_dev_rx_queue_setup()

12