Home
last modified time | relevance | path

Searched refs:remove (Results 1 – 25 of 229) sorted by relevance

12345678910

/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_socket.c214 remove(sun.sun_path); in mlx5_pmd_socket_init()
219 goto remove; in mlx5_pmd_socket_init()
225 goto remove; in mlx5_pmd_socket_init()
230 goto remove; in mlx5_pmd_socket_init()
233 remove: in mlx5_pmd_socket_init()
234 remove(sun.sun_path); in mlx5_pmd_socket_init()
255 claim_zero(remove(path)); in mlx5_pmd_socket_uninit()
/dpdk/doc/guides/rel_notes/
H A Drelease_22_07.rst54 This section is a comment. Do not overwrite or remove it.
116 This section is a comment. Do not overwrite or remove it.
132 This section is a comment. Do not overwrite or remove it.
148 This section is a comment. Do not overwrite or remove it.
165 This section is a comment. Do not overwrite or remove it.
185 This section is a comment. Do not overwrite or remove it.
/dpdk/doc/guides/sample_app_ug/
H A Dservice_cores.rst54 the runtime functions to add, remove and remap service cores.
68 The APIs to add and remove cores use lcore IDs similar to existing DPDK
82 To remove a service core, the steps are similar to adding but in reverse order.
83 Note that it is not allowed to remove a service core if the service is running,
/dpdk/doc/guides/prog_guide/
H A Dipsec_lib.rst24 * for inbound ESP/AH packets perform decryption, authentication, integrity checking, remove ESP/AH…
71 - remove outer IP header (tunnel mode) / update IP header (transport mode)
72 - remove ESP header and trailer, padding, IV and ICV data
103 - remove outer IP header (tunnel mode) / update IP header (transport mode)
104 - remove ESP header and trailer, padding, IV and ICV data
/dpdk/lib/vhost/
H A Dfd_man.h12 typedef void (*fd_cb)(int fd, void *dat, int *remove);
H A Dsocket.c81 static void vhost_user_server_new_connection(int fd, void *data, int *remove);
82 static void vhost_user_read_cb(int fd, void *dat, int *remove);
290 vhost_user_server_new_connection(int fd, void *dat, int *remove __rte_unused) in vhost_user_server_new_connection()
304 vhost_user_read_cb(int connfd, void *dat, int *remove) in vhost_user_read_cb() argument
315 *remove = 1; in vhost_user_read_cb()
/dpdk/drivers/net/failsafe/
H A Dfailsafe_ether.c316 sdev->remove = 0; in fs_dev_remove()
393 if (!sdev->remove) in failsafe_dev_remove()
561 sdev->remove = 1; in failsafe_eth_dev_state_sync()
604 sdev->remove = 1; in failsafe_eth_rmv_event_callback()
H A Dfailsafe_private.h134 volatile unsigned int remove:1; member
501 if (sdev->remove == 1 || err == -EIO) in fs_err()
/dpdk/buildtools/
H A Dsymlink-drivers-solibs.py47 os.remove(to)
/dpdk/drivers/net/hinic/base/
H A Dmeson.build19 # The driver runs only on arch64 machine, remove 32bit warnings
/dpdk/app/test/
H A Dtest_resource.c54 remove("test_resource.c"); in test_resource_c()
/dpdk/drivers/bus/auxiliary/
H A Drte_bus_auxiliary.h131 rte_auxiliary_remove_t *remove; /**< Device remove function. */ member
H A Dauxiliary_common.c166 if (drv->remove != NULL) { in rte_auxiliary_driver_remove_dev()
167 ret = drv->remove(dev); in rte_auxiliary_driver_remove_dev()
/dpdk/examples/vhost/
H A Dmain.h49 volatile uint8_t remove; member
H A Dmain.c1069 if (unlikely(vdev->remove == 1)) in drain_vhost_table()
1114 if (unlikely(dst_vdev->remove)) { in virtio_tx_local()
1406 if (vdev->remove || link_vmdq(vdev, pkts[0]) == -1) in drain_virtio_tx()
1464 if (unlikely(vdev->remove)) { in switch_worker()
1473 if (likely(!vdev->remove)) in switch_worker()
1501 vdev->remove = 1; in destroy_device()
1600 vdev->remove = 0; in new_device()
/dpdk/drivers/bus/ifpga/
H A Drte_bus_ifpga.h111 afu_remove_t *remove; /**< Device Remove function. */ member
/dpdk/drivers/crypto/octeontx/
H A Dotx_cryptodev.c112 .remove = otx_cpt_pci_remove,
/dpdk/drivers/crypto/nitrox/
H A Dnitrox_device.c120 .remove = nitrox_pci_remove,
/dpdk/drivers/bus/vdev/
H A Drte_bus_vdev.h112 rte_vdev_remove_t *remove; /**< Virtual device remove function. */ member
/dpdk/drivers/bus/fslmc/
H A Drte_fslmc.h152 rte_dpaa2_remove_t remove; member
/dpdk/drivers/event/skeleton/
H A Dskeleton_eventdev.c421 .remove = event_skeleton_pci_remove,
477 .remove = skeleton_eventdev_remove
/dpdk/drivers/crypto/cnxk/
H A Dcn9k_cryptodev.c154 .remove = cn9k_cpt_pci_remove,
H A Dcn10k_cryptodev.c154 .remove = cn10k_cpt_pci_remove,
/dpdk/devtools/cocci/
H A Dmtod-offset.cocci58 // Cleanup rules. Fold in double casts, remove unnecessary parenthesis, etc.
/dpdk/doc/guides/howto/
H A Dlm_bond_virtio_sriov.rst166 testpmd> remove bonding slave 1 2
183 Port close should remove VF MAC address, it does not remove perm_addr.
189 testpmd> mac_addr remove 1 AA:BB:CC:DD:EE:FF
358 testpmd> remove bonding slave 0 2

12345678910