| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common.c | 693 mlx5_dev_hw_global_prepare(struct mlx5_common_device *cdev, uint32_t classes) in mlx5_dev_hw_global_prepare() argument 698 ret = mlx5_os_open_device(cdev, classes); in mlx5_dev_hw_global_prepare() 746 mlx5_common_dev_create(struct rte_device *eal_dev, uint32_t classes, in mlx5_common_dev_create() argument 771 ret = mlx5_dev_hw_global_prepare(cdev, classes); in mlx5_common_dev_create() 966 uint32_t classes = 0; in mlx5_common_dev_probe() local 985 classes = ret; in mlx5_common_dev_probe() 986 if (classes == 0) in mlx5_common_dev_probe() 988 classes = MLX5_CLASS_ETH; in mlx5_common_dev_probe() 1002 cdev = mlx5_common_dev_create(eal_dev, classes, mkvlist_p); in mlx5_common_dev_probe() 1023 ret = is_valid_class_combination(classes | cdev->classes_loaded); in mlx5_common_dev_probe() [all …]
|
| H A D | mlx5_common.h | 638 int mlx5_os_open_device(struct mlx5_common_device *cdev, uint32_t classes);
|
| /dpdk/drivers/common/mlx5/windows/ |
| H A D | mlx5_common_os.c | 223 mlx5_os_open_device(struct mlx5_common_device *cdev, uint32_t classes) in mlx5_os_open_device() argument 230 if (classes != MLX5_CLASS_ETH && classes != MLX5_CLASS_CRYPTO) { in mlx5_os_open_device()
|
| /dpdk/examples/qos_sched/ |
| H A D | profile.cfg | 8 ; - Each of the 13 traffic classes has rate set to 100% of port rate 11 ; - Each of the 13 traffic classes has rate set to 100% of pipe rate
|
| H A D | profile_red.cfg | 8 ; - Each of the 13 traffic classes has rate set to 100% of port rate 11 ; - Each of the 13 traffic classes has rate set to 100% of pipe rate
|
| H A D | profile_pie.cfg | 8 ; - Each of the 13 traffic classes has rate set to 100% of port rate 11 ; - Each of the 13 traffic classes has rate set to 100% of pipe rate
|
| /dpdk/drivers/common/mlx5/linux/ |
| H A D | mlx5_common_os.c | 779 mlx5_open_device(struct mlx5_common_device *cdev, uint32_t classes) in mlx5_open_device() argument 786 if (classes & MLX5_CLASS_VDPA) in mlx5_open_device() 804 } else if (classes == MLX5_CLASS_ETH) { in mlx5_open_device() 859 mlx5_os_open_device(struct mlx5_common_device *cdev, uint32_t classes) in mlx5_os_open_device() argument 865 ctx = mlx5_open_device(cdev, classes); in mlx5_os_open_device()
|
| /dpdk/doc/guides/nics/ |
| H A D | sfc_efx.rst | 175 SFN8xxx and X2xxx family adapters provide either inner or outer packet classes. 177 configures the hardware to report inner classes, and outer classes are
|
| H A D | nfp.rst | 336 There are two classes of metadata one for ingress and one for egress. In each
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_16_11.rst | 188 classes. This paves the way for having PCI, VDEV and other device types as 189 instantiated objects rather than classes in themselves. Hotplugging has also
|
| H A D | release_19_08.rst | 245 of pipe traffic classes and their queues size, and for runtime configuration
|
| H A D | release_17_11.rst | 188 so that different traffic classes or different packet
|
| /dpdk/doc/guides/eventdevs/ |
| H A D | dlb2.rst | 350 DLB supports provisioning the DLB bandwidth into 4 classes of service. 351 A LDB port or range of LDB ports may be configured to use one of the classes. 358 bandwidth, and the available load balanced ports are split between the classes.
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | vmdq_dcb_forwarding.rst | 106 (also referred to as traffic classes) within each pool. With Intel® 82599 NIC,
|
| H A D | qos_scheduler.rst | 145 The information is displayed in a table separating it in different traffic classes.
|
| /dpdk/doc/guides/platform/ |
| H A D | mlx5.rst | 66 several classes may be listed separated by a colon. 599 Select the classes of the drivers that should probe the device.
|
| /dpdk/doc/guides/contributing/ |
| H A D | design.rst | 93 Drivers of all classes, including both bus and device drivers,
|