Home
last modified time | relevance | path

Searched refs:To (Results 1 – 25 of 420) sorted by relevance

12345678910>>...17

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-compactflash.c81 int To,Tkr,Td; in cvmx_compactflash_generate_dma_tim() local
148 To = 80; in cvmx_compactflash_generate_dma_tim()
153 oe_n = MAX(To - oe_a, Tkr); // Tkr from cf spec, lengthened to meet To in cvmx_compactflash_generate_dma_tim()
163 To = 100; in cvmx_compactflash_generate_dma_tim()
168 oe_n = MAX(To - oe_a, Tkr); // Tkr from cf spec, lengthened to meet To in cvmx_compactflash_generate_dma_tim()
182 To = 120; in cvmx_compactflash_generate_dma_tim()
188 oe_n = MAX(To - oe_a, Tkr) + 10; // Tkr from cf spec, lengthened to meet To in cvmx_compactflash_generate_dma_tim()
/f-stack/dpdk/doc/guides/compressdevs/
H A Dzlib.rst37 * To build DPDK with ZLIB library, the user is required to download the ``libz`` library.
47 * To build from sources
56 To use the PMD in an application, user must:
H A Disal.rst35 To enable a checksum in the driver, the compression and/or decompression xform
114 * To build DPDK with Intel's ISA-L library, the user is required to download the library from `<htt…
126 * To build with meson, the **libisal.pc** file, must be copied into "pkgconfig",
136 To use the PMD in an application, user must:
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dcompiling.rst9 To compile all the sample applications
36 To compile a single application
77 To build the application for debugging use the ``DEBUG`` option.
H A Dip_reassembly.rst33 To compile the sample application see :doc:`compiling`.
55 * --flowttl=TTL[(s|ms)]: determines maximum Time To Live for fragmented packet.
60 To run the example in linux environment with 2 lcores (2,4) over 2 ports(0,2) with 1 RX queue per l…
91 To run the example in linux environment with 1 lcore (4) over 2 ports(0,2) with 2 RX queues per lco…
97 To test the application, flows should be set up in the flow generator that match the values in the
152 To avoid lock contention, each RX queue has its own Fragment Table,
172 To keep mempool size under reasonable limits and to avoid situation when one RX queue can starve ot…
236 To make ip_reassembly print the statistics to the standard output,
H A Dip_frag.rst38 To compile the sample application see :doc:`compiling`.
64 To run the example in linux environment with 2 lcores (2,4) over 2 ports(0,2) with 1 RX queue per l…
93 To run the example in linux environment with 1 lcore (4) over 2 ports(0,2) with 2 RX queues per lco…
99 To test the application, flows should be set up in the flow generator that match the values in the
H A Dqos_metering.rst40 To compile the sample application see :doc:`compiling`.
74 To simplify debugging (for example, by using the traffic generator RX side MAC address based packet…
120 To set up the policing scheme as desired, it is necessary to modify the main.h source file,
155 * To drop the packet, policer_table action has to be set to DROP.
H A Dfips_validation.rst37 program/block-ciphers>`_ website. To obtain the ``.req`` files you need to
73 To compile the sample application see :doc:`compiling`.
119 To run the application in linux environment to test one AES FIPS test data
128 To run the application in linux environment to test all AES-GCM FIPS test
/f-stack/tools/libxo/doc/
H A Dgetting.rst22 the "*master*" branch. To clone a developer tree, run the following
41 releases. To download the latest, look for the release witeh the
59 source code, which might be less stable than a specific release. To
83 To build libxo, you'll need to set up the build, run the "*configure*"
126 To run the configure script, change into the "*build*" directory, and
140 extension library files, in the /usr/local directories. To specify an
143 location. To install just the extension library files in a different,
164 machine. To run the regression tests::
/f-stack/dpdk/doc/guides/tools/
H A Ddevbind.rst79 To display current device status::
83 To bind eth1 from the current driver and move to use vfio-pci::
87 To unbind 0000:01:00.0 from using any driver::
91 To bind 0000:02:00.0 and 0000:02:00.1 to the ixgbe kernel driver::
95 To check status of all network ports, assign one to the vfio-pci driver and check status again::
H A Dhugepages.rst72 To display current huge page settings::
76 To a complete setup of with 2 Gigabyte of 1G huge pages::
H A Dpdump.rst91 * To receive ingress packets only, ``rx-dev`` should be passed.
93 * To receive egress packets only, ``tx-dev`` should be passed.
95 * To receive ingress and egress packets separately ``rx-dev`` and ``tx-dev``
98 * To receive ingress and egress packets together, ``rx-dev`` and ``tx-dev``
/f-stack/freebsd/contrib/device-tree/Bindings/phy/
H A Dbcm-ns-usb2-phy.txt10 To initialize USB 2.0 PHY driver needs to setup PLL correctly. To do this it
/f-stack/dpdk/doc/guides/freebsd_gsg/
H A Dbuild_dpdk.rst22 To compile the required kernel modules for memory management and working
30 To enable the telemetry library in DPDK, the jansson library also needs to
52 `/usr/local/bin`. To use these applications, it is recommended that the
72 To run a DPDK application, physically contiguous memory is required.
133 To avoid this error, reduce the number of buffers or the buffer size.
154 To load the module during boot place the following into ``/boot/loader.conf``:
202 To avoid building a custom kernel, the ``nic_uio`` module can detach a network port
233 be reset without rebooting. To do so, unload both the target kernel module and the
244 # To clear the value completely:
247 # To update the list of ports to bind:
/f-stack/dpdk/doc/guides/cryptodevs/
H A Dopenssl.rst61 To compile the OpenSSL PMD the openssl library must be installed. It will
64 To ensure that you have the latest security fixes it is recommended that you
78 To verify real traffic l2fwd-crypto example can be used with this command:
H A Dccp.rst59 To compile ccp PMD, openssl packages have to be installed in the build
86 To use the PMD in an application, user must:
103 To validate ccp pmd, l2fwd-crypto example can be used with following command:
117 To enable this feature, pass an additional argument as ccp_auth_opt=1 to --vdev parameters as
/f-stack/freebsd/kern/
H A Ddevice_if.m130 * To include this method in a device driver, use a line like this
175 * To include this method in a device driver, use a line like this
198 * To include this method in a device driver, use a line like this
230 * To include this method in a device driver, use a line like this
256 * To include this method in a device driver, use a line like this
275 * To include this method in a device driver, use a line like this in
297 * To include this method in a device driver, use a line like this
323 * To include this method in a device driver, use a line like this
346 * To include this method in a device driver, use a line like this
/f-stack/dpdk/license/
H A DREADME11 To make this easier, DPDK uses a single line reference to Unique License
28 To label a file as GPL-2.0 (e.g., for code that runs in the kernel), the
33 To label a file as dual-licensed with BSD-3-Clause and GPL-2.0 (e.g., for code
39 To label a file as dual-licensed with BSD-3-Clause and LGPL-2.1 (e.g., for code
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Daspeed-bmc-facebook-cmm.dts338 /* To Fabric Card #1 */
443 /* To Fabric Card #2 */
548 /* To Line Card #1 */
653 /* To Line Card #2 */
758 /* To LC3 SCM */
863 /* To Line Card #4 */
968 /* To Fabric Card #3 */
1073 /* To Fabric Card #4 */
1291 /* To Fan Control Board #1 */
1347 /* To Fan Control Board #2 */
[all …]
H A Daspeed-bmc-portwell-neptune.dts100 // To PCIe slot SMBUS
105 // To LAN I210
/f-stack/freebsd/contrib/device-tree/Bindings/gpio/
H A Dgpio-stp-xway.txt1 Lantiq SoC Serial To Parallel (STP) GPIO controller
3 The Serial To Parallel (STP) is found on MIPS based Lantiq socs. It is a
/f-stack/dpdk/doc/guides/nics/
H A Dipn3ke.rst27 - To get better performance on Intel platforms, please follow the "How to get best performance with…
76 To start ``testpmd``, and add I40e PF to FPGA network port:
87 To start ``testpmd``, and add I40e PF to FPGA network port, enable FPGA HQoS and Flow Acceleration:
/f-stack/freebsd/contrib/device-tree/Bindings/mmc/
H A Dsdhci-st.txt51 - sd-uhs-sdr50: To enable the SDR50 in the mmcss.
54 - sd-uhs-sdr104: To enable the SDR104 in the mmcss.
57 - sd-uhs-ddr50: To enable the DDR50 in the mmcss.
/f-stack/freebsd/contrib/device-tree/Bindings/fpga/
H A Daltera-fpga2sdram-bridge.txt1 Altera FPGA To SDRAM Bridge Driver
/f-stack/dpdk/examples/helloworld/
H A Dmeson.build6 # To build this example as a standalone application with an already-installed

12345678910>>...17