Home
last modified time | relevance | path

Searched refs:image (Results 1 – 25 of 26) sorted by relevance

12

/dpdk/.github/workflows/
H A Dbuild.yml168 - image: fedora:35
175 echo 'image-${{ matrix.config.image }}-'$(date -u +%Y-%m-%d)
180 path: ~/.image
202 mkdir -p ~/.image
203 docker save -o ~/.image/${{ matrix.config.image }}.tar dpdk-local
204 - name: Stop image
217 - image: fedora:35
239 echo 'image-${{ matrix.config.image }}-'$(date -u +%Y-%m-%d)
246 path: ~/.image
268 docker load -i ~/.image/${{ matrix.config.image }}.tar
[all …]
/dpdk/buildtools/
H A Dpmdinfogen.py23 def __init__(self, image, symbol): argument
24 self._image = image
78 def __init__(self, image, symbol): argument
79 self._image = image
143 def load(cls, image, symbol): argument
162 def _load_pci_ids(image, table_name_symbol): argument
164 table_symbol = image.find_by_name(table_name)
200 def load_drivers(image): argument
203 drivers.append(Driver.load(image, symbol))
268 image = load_image(args.format, path)
[all …]
H A Dcoff.py77 def __init__(self, image, symbol: CoffSymbol): argument
78 self._image = image
/dpdk/drivers/raw/ifpga/base/
H A Difpga_fme_rsu.c111 fd = open(image, O_RDONLY); in write_flash_image()
115 image, strerror(errno)); in write_flash_image()
133 image, strerror(errno)); in write_flash_image()
140 image, strerror(errno)); in write_flash_image()
284 if (!fme || !image || !status) { in fpga_update_flash()
315 fd = open(image, O_RDONLY); in fpga_update_flash()
319 image, strerror(errno)); in fpga_update_flash()
328 image, strerror(errno)); in fpga_update_flash()
332 dev_err(smgr, "Length of file \'%s\' is invalid\n", image); in fpga_update_flash()
345 image, smgr->rsu_length); in fpga_update_flash()
[all …]
H A Difpga_sec_mgr.h87 int fpga_update_flash(struct ifpga_fme_hw *fme, const char *image,
H A Dopae_hw_api.h59 int (*update_flash)(struct opae_manager *mgr, const char *image,
365 int opae_mgr_update_flash(struct opae_manager *mgr, const char *image,
H A Difpga_api.c239 static int ifpga_mgr_update_flash(struct opae_manager *mgr, const char *image, in ifpga_mgr_update_flash() argument
244 return fpga_update_flash(fme, image, status); in ifpga_mgr_update_flash()
H A Dopae_hw_api.c996 int opae_mgr_update_flash(struct opae_manager *mgr, const char *image, in opae_mgr_update_flash() argument
1003 return mgr->ops->update_flash(mgr, image, status); in opae_mgr_update_flash()
/dpdk/doc/guides/howto/
H A Dopenwrt.rst19 You can obtain OpenWrt image through https://downloads.openwrt.org/releases.
112 * Extract the boot image
140 You can use the ``dd`` tool to write the OpenWrt image to the drive you
141 want to write the image on.
H A Dlm_virtio_vhost_user.rst287 # Guest Disk image
363 # Guest Disk image
H A Dvirtio_user_for_container_networking.rst70 #. Build a Docker image.
H A Dlm_bond_virtio_sriov.rst409 # Guest Disk image
512 # Guest Disk image
/dpdk/doc/guides/nics/
H A Davp.rst81 nova boot --flavor small --image my-image \
H A Dipn3ke.rst71 Packet TX/RX with FPGA Pass-through image
H A De1000em.rst117 — -hda = virtual disk image
H A Dnfp.rst81 1) First try to find a firmware image specific for this device using the
H A Dcxgbe.rst384 #. Use cxgbtool to load the firmware image onto the card:
634 #. Use cxgbetool to load the firmware image onto the card:
H A Dpcap_ring.rst251 .. image:: img/forward_stats.*
H A Dthunderx.rst130 -kernel <kernel image> \
H A Di40e.rst752 of firmware image, the firmware update might be needed for getting high performance.
/dpdk/drivers/raw/ifpga/
H A Drte_pmd_ifpga.h192 rte_pmd_ifpga_update_flash(uint16_t dev_id, const char *image,
H A Drte_pmd_ifpga.c343 rte_pmd_ifpga_update_flash(uint16_t dev_id, const char *image, in rte_pmd_ifpga_update_flash() argument
352 return opae_mgr_update_flash(adapter->mgr, image, status); in rte_pmd_ifpga_update_flash()
/dpdk/doc/guides/compressdevs/
H A Docteontx.rst45 OCTEON TX SDK includes kernel image which provides OCTEON TX ZIP PF
/dpdk/doc/guides/contributing/
H A Ddocumentation.rst473 …* The image should be preceded by a label in the format ``.. _figure_XXXX:`` with a leading unders…
477 … This allows the format of the image to be changed if required, without updating the documentation.
500 * The caption of the image can be generated, with a link, using the ``:ref:`` directive::
/dpdk/doc/guides/prog_guide/
H A Dqos_framework.rst1332 .. image:: img/ewma_filter_eq_1.*
1356 .. image:: img/ewma_filter_eq_2.*
1364 .. image:: img/m_definition.*
1398 .. image:: img/eq2_factor.*
1403 .. image:: img/eq2_expression.*
1487 .. image:: img/drop_probability_eq3.*
1518 .. image:: img/drop_probability_eq4.*

12