| /f-stack/dpdk/lib/librte_eal/windows/ |
| H A D | eal_alarm.c | 179 int removed; in rte_eal_alarm_cancel() local 182 removed = 0; in rte_eal_alarm_cancel() 196 removed++; in rte_eal_alarm_cancel() 204 rte_eal_trace_alarm_cancel(cb_fn, cb_arg, removed); in rte_eal_alarm_cancel() 205 return removed; in rte_eal_alarm_cancel()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | refcount.c | 211 list_t list, removed; in zfs_refcount_transfer() local 215 list_create(&removed, sizeof (reference_t), in zfs_refcount_transfer() 224 list_move_tail(&removed, &src->rc_removed); in zfs_refcount_transfer() 231 list_move_tail(&dst->rc_removed, &removed); in zfs_refcount_transfer() 235 list_destroy(&removed); in zfs_refcount_transfer()
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | deprecation.rst | 20 removed in a future release. 57 will be removed in DPDK 20.11. 93 will be removed in 21.11. 101 This API will be fully removed in DPDK 21.11. 104 is deprecated and will be removed in DPDK 21.11. Shared counters should 117 * ethdev: Queue specific stats fields will be removed from ``struct rte_eth_stats``. 122 Also compile time flag ``RTE_ETHDEV_QUEUE_STAT_CNTRS`` will be removed. 126 Specifically the support for the following Broadcom PCI IDs will be removed
|
| H A D | release_2_2.rst | 373 faults and mac remote faults are removed as they do not count packets but 374 errors, and jabber errors were removed as they are already accounted for 376 was removed due to errata, see commit 256ff05a9cae for details. 503 * The deprecated flow director API is removed. 513 * The function ``rte_eal_pci_close_one()`` is removed. 516 * The deprecated ACL API ``ipv4vlan`` is removed. 518 * The deprecated hash function ``rte_jhash2()`` is removed. 521 * The deprecated KNI functions are removed: 524 * The deprecated ring PMD functions are removed: 561 * The dummy malloc library is removed. The content was moved into EAL in 2.1. [all …]
|
| H A D | release_17_11.rst | 83 removed. 343 required anymore, with the new hotplug implementation. It has been removed 369 remove this API as Xen dom0 support was removed. 446 ``rte_cryptodev_vdev_pmd_init()`` have been removed from librte_cryptodev 450 The ``rte_cryptodev_create_vdev()`` function was removed to avoid the 464 ``rte_set_log_type()`` and ``rte_get_log_type()`` have been removed. 473 been removed since their behavior was not properly described. 523 .. This section should contain removed items in this release. Sample format: 525 * Add a short 1-2 sentence description of the removed item in the past 532 * Xen dom0 in EAL has been removed, as well as the xenvirt PMD and vhost_xen. [all …]
|
| H A D | release_18_08.rst | 144 and is removed in 18.08. It shall be replaced by 147 * mempool: Following functions were deprecated and are removed in 18.08: 157 * ethdev: The old offload API is removed: 163 The transition bits are removed: 179 * cryptodev: The following functions were deprecated and are removed in 18.08:
|
| H A D | release_19_11.rst | 349 .. This section should contain removed items in this release. Sample format: 351 * Add a short 1-2 sentence description of the removed item 377 * The following sample applications have been removed in this release: 407 * eal: removed the ``rte_cpu_check_supported`` function, replaced by 410 * eal: removed the ``rte_malloc_virt2phy`` function, replaced by 419 * vfio: removed ``rte_vfio_dma_map`` and ``rte_vfio_dma_unmap`` that have 424 * pci: removed the following functions deprecated since dpdk v17.11: 460 * ethdev: The deprecated function ``rte_eth_dev_count`` was removed. 472 ``DEV_TX_OFFLOAD_MATCH_METADATA`` offload flag is removed, now metadata 518 * ipsec: The field ``replay_win_sz`` has been removed from the structure
|
| H A D | release_17_08.rst | 166 * The ``dev_id`` field has been removed. 167 * The ``driver_id`` field has been removed. 168 * The mempool pointer ``mp`` has been removed. 256 * The following rte_ethdev library functions were removed: 285 * The crypto device type enumeration has been removed from cryptodev library. 286 * The function ``rte_crypto_count_devtype()`` has been removed, and replaced
|
| H A D | release_20_11.rst | 436 .. This section should contain removed items in this release. Sample format: 438 * Add a short 1-2 sentence description of the removed item 445 * build: Support for the Make build system has been removed from DPDK. 449 * vhost: Dequeue zero-copy support has been removed. 478 * build macros: The macros defining ``RTE_MACHINE_CPUFLAG_*`` have been removed. 502 and are removed in this release. 511 The flag name ``MEMPOOL_F_NO_PHYS_CONTIG`` is removed, 591 are removed to avoid future ABI breakage while adding new algorithms. 639 removed as no longer needed. 656 * acl: ``RTE_ACL_CLASSIFY_NUM`` enum value has been removed. [all …]
|
| H A D | release_17_05.rst | 429 * The following vhost-pmd APIs are removed: 442 * The following macros are removed in ``rte_virtio_net.h`` 448 * The following net specific header files are removed in ``rte_virtio_net.h`` 458 * The vhost API ``rte_vhost_driver_session_start`` is removed. Instead, 491 .. This section should contain removed items in this release. Sample format: 493 * Add a short 1-2 sentence description of the removed item in the past 500 * KNI vhost support has been removed. 502 * The dpdk_qat sample application has been removed.
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-vfs-fsync.m4 | 3 dnl # Unused 'struct dentry *' removed from vfs_fsync() prototype.
|
| H A D | kernel-revalidate-disk-size.m4 | 3 dnl # revalidate_disk_size() has been removed entirely.
|
| H A D | kernel-xattr-handler.m4 | 120 dnl # attr_handler, and handler_flags argument was removed and 210 dnl # xattr_handler, and handler_flags argument was removed and 294 dnl # xattr_handler, and handler_flags argument was removed 354 dnl # removed. xattr operations will directly go through sb->s_xattr.
|
| H A D | kernel-blkdev.m4 | 81 dnl # check_disk_change() was removed in 5.10 107 dnl # 5.10 API, check_disk_change() is removed, in favor of
|
| /f-stack/dpdk/doc/guides/contributing/ |
| H A D | abi_policy.rst | 30 be changed or removed without prior notice, as they are not considered part 168 - The depreciated API should follow the notification process to be removed, 213 more details about oncoming changes. ``RTE_NEXT_ABI`` wrapper will be removed 253 removed. 263 * The Macro ``#RTE_FOO`` is deprecated and will be removed with ABI version 275 removed in release 21.11, and all applications will require updating and 323 may be changed or removed without prior notice. Since changes to APIs are most likely 350 After the experimental tag has been formally removed, a tree/sub-tree maintainer 360 All functions in such libraries may be changed or removed without prior notice.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/marvell/ |
| H A D | armada-370-xp-pmsu.txt | 11 deprecated and will be removed
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | t_list.c | 494 long removed = 0; in lremCommand() local 515 removed++; in lremCommand() 516 if (toremove && removed == toremove) break; in lremCommand() 521 if (removed) { in lremCommand() 531 addReplyLongLong(c,removed); in lremCommand()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/rtc/ |
| H A D | rtc-palmas.txt | 12 battery is removed or in very low power state. The backup battery
|
| /f-stack/dpdk/drivers/net/igc/base/ |
| H A D | README | 22 - Since some codes are not required, they have been removed from the
|
| /f-stack/freebsd/arm/ti/cpsw/ |
| H A D | if_cpsw.c | 1617 int nsegs, port, removed; in cpsw_rx_dequeue() local 1629 removed = 0; in cpsw_rx_dequeue() 1645 ++removed; in cpsw_rx_dequeue() 1728 if (removed != 0) { in cpsw_rx_dequeue() 1730 sc->rx.queue_removes += removed; in cpsw_rx_dequeue() 1731 sc->rx.avail_queue_len += removed; in cpsw_rx_dequeue() 2003 uint32_t flags, removed = 0; in cpsw_tx_dequeue() local 2036 ++removed; in cpsw_tx_dequeue() 2054 if (removed != 0) { in cpsw_tx_dequeue() 2055 sc->tx.queue_removes += removed; in cpsw_tx_dequeue() [all …]
|
| /f-stack/dpdk/drivers/event/dsw/ |
| H A D | dsw_evdev.c | 187 bool removed = queue_remove_port(q, p->id); in dsw_port_link_unlink() local 188 if (removed) in dsw_port_link_unlink()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/ |
| H A D | coresight.txt | 31 backward compatibility and will be removed) 90 compatibility and will be removed) 134 will lose register context when AMBA clock is removed which is observed
|
| /f-stack/freebsd/contrib/device-tree/Bindings/power/supply/ |
| H A D | ti,bq24735.txt | 9 adapter is either plugged in or removed.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/ |
| H A D | pinctrl-mcp23s08.txt | 18 removed. 42 removed.
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | fail_safe.rst | 15 removed from the system. 26 meant to be removed itself, unlike its sub-devices which should support it. 199 A sub-device supporting the device removal event can be removed from its bus at
|