| /dpdk/.github/workflows/ |
| H A D | build.yml | 168 - 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 D | pmdinfogen.py | 23 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 D | coff.py | 77 def __init__(self, image, symbol: CoffSymbol): argument 78 self._image = image
|
| /dpdk/drivers/raw/ifpga/base/ |
| H A D | ifpga_fme_rsu.c | 111 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 D | ifpga_sec_mgr.h | 87 int fpga_update_flash(struct ifpga_fme_hw *fme, const char *image,
|
| H A D | opae_hw_api.h | 59 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 D | ifpga_api.c | 239 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 D | opae_hw_api.c | 996 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 D | openwrt.rst | 19 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 D | lm_virtio_vhost_user.rst | 287 # Guest Disk image 363 # Guest Disk image
|
| H A D | virtio_user_for_container_networking.rst | 70 #. Build a Docker image.
|
| H A D | lm_bond_virtio_sriov.rst | 409 # Guest Disk image 512 # Guest Disk image
|
| /dpdk/doc/guides/nics/ |
| H A D | avp.rst | 81 nova boot --flavor small --image my-image \
|
| H A D | ipn3ke.rst | 71 Packet TX/RX with FPGA Pass-through image
|
| H A D | e1000em.rst | 117 — -hda = virtual disk image
|
| H A D | nfp.rst | 81 1) First try to find a firmware image specific for this device using the
|
| H A D | cxgbe.rst | 384 #. Use cxgbtool to load the firmware image onto the card: 634 #. Use cxgbetool to load the firmware image onto the card:
|
| H A D | pcap_ring.rst | 251 .. image:: img/forward_stats.*
|
| H A D | thunderx.rst | 130 -kernel <kernel image> \
|
| H A D | i40e.rst | 752 of firmware image, the firmware update might be needed for getting high performance.
|
| /dpdk/drivers/raw/ifpga/ |
| H A D | rte_pmd_ifpga.h | 192 rte_pmd_ifpga_update_flash(uint16_t dev_id, const char *image,
|
| H A D | rte_pmd_ifpga.c | 343 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 D | octeontx.rst | 45 OCTEON TX SDK includes kernel image which provides OCTEON TX ZIP PF
|
| /dpdk/doc/guides/contributing/ |
| H A D | documentation.rst | 473 …* 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 D | qos_framework.rst | 1332 .. 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.*
|