Home
last modified time | relevance | path

Searched refs:cached (Results 1 – 9 of 9) sorted by relevance

/dpdk/lib/eal/windows/include/
H A Ddirent.h82 int cached; member
175 dirp->cached = 0; in _wopendir()
323 dirp->cached = 1; in dirent_first()
328 dirp->cached = 0; in dirent_first()
342 if (dirp->cached != 0) { in dirent_next()
346 dirp->cached = 0; in dirent_next()
/dpdk/.github/workflows/
H A Dbuild.yml251 echo 'Image ${{ matrix.config.image }} is not cached.'
266 - name: Load the cached image
/dpdk/doc/guides/platform/
H A Dmlx5.rst284 The value 0 means non-cached IO mapping,
609 - As regular cached memory (usually with write combining attribute),
611 - As non-cached memory, if the variable is present and set to not "0" value.
626 cached memory, the PMD will not perform the extra write memory barrier after
/dpdk/doc/guides/nics/
H A Dbnxt.rst695 this O_DMAC and other flow fields that are cached already at the time
697 will be directly programmed and not cached.
H A Dmlx5.rst1064 - 0. It means the flow resources will be cached as usual. The resources will
1065 be cached, helpful with flow insertion rate.
1444 Flows are not cached in the driver.
/dpdk/doc/guides/prog_guide/
H A Dmember_lib.rst56 attempt to share their web caches (cached from a set of back-end web servers) to
H A Dpoll_mode_drv.rst567 /* application cached these ids previously; see above */
H A Dcryptodev_lib.rst739 - ``0``: the operation(s) is/are cached successfully in the crypto device queue
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst2459 To cleanup txq mbufs currently cached by driver::
2463 If the value of ``free_cnt`` is 0, driver should free all cached mbufs.