| /dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_socket.c | 214 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 D | release_22_07.rst | 54 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 D | service_cores.rst | 54 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 D | ipsec_lib.rst | 24 * 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 D | fd_man.h | 12 typedef void (*fd_cb)(int fd, void *dat, int *remove);
|
| H A D | socket.c | 81 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 D | failsafe_ether.c | 316 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 D | failsafe_private.h | 134 volatile unsigned int remove:1; member 501 if (sdev->remove == 1 || err == -EIO) in fs_err()
|
| /dpdk/buildtools/ |
| H A D | symlink-drivers-solibs.py | 47 os.remove(to)
|
| /dpdk/drivers/net/hinic/base/ |
| H A D | meson.build | 19 # The driver runs only on arch64 machine, remove 32bit warnings
|
| /dpdk/app/test/ |
| H A D | test_resource.c | 54 remove("test_resource.c"); in test_resource_c()
|
| /dpdk/drivers/bus/auxiliary/ |
| H A D | rte_bus_auxiliary.h | 131 rte_auxiliary_remove_t *remove; /**< Device remove function. */ member
|
| H A D | auxiliary_common.c | 166 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 D | main.h | 49 volatile uint8_t remove; member
|
| H A D | main.c | 1069 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 D | rte_bus_ifpga.h | 111 afu_remove_t *remove; /**< Device Remove function. */ member
|
| /dpdk/drivers/crypto/octeontx/ |
| H A D | otx_cryptodev.c | 112 .remove = otx_cpt_pci_remove,
|
| /dpdk/drivers/crypto/nitrox/ |
| H A D | nitrox_device.c | 120 .remove = nitrox_pci_remove,
|
| /dpdk/drivers/bus/vdev/ |
| H A D | rte_bus_vdev.h | 112 rte_vdev_remove_t *remove; /**< Virtual device remove function. */ member
|
| /dpdk/drivers/bus/fslmc/ |
| H A D | rte_fslmc.h | 152 rte_dpaa2_remove_t remove; member
|
| /dpdk/drivers/event/skeleton/ |
| H A D | skeleton_eventdev.c | 421 .remove = event_skeleton_pci_remove, 477 .remove = skeleton_eventdev_remove
|
| /dpdk/drivers/crypto/cnxk/ |
| H A D | cn9k_cryptodev.c | 154 .remove = cn9k_cpt_pci_remove,
|
| H A D | cn10k_cryptodev.c | 154 .remove = cn10k_cpt_pci_remove,
|
| /dpdk/devtools/cocci/ |
| H A D | mtod-offset.cocci | 58 // Cleanup rules. Fold in double casts, remove unnecessary parenthesis, etc.
|
| /dpdk/doc/guides/howto/ |
| H A D | lm_bond_virtio_sriov.rst | 166 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
|