Home
last modified time | relevance | path

Searched refs:classes (Results 1 – 17 of 17) sorted by relevance

/dpdk/drivers/common/mlx5/
H A Dmlx5_common.c693 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 Dmlx5_common.h638 int mlx5_os_open_device(struct mlx5_common_device *cdev, uint32_t classes);
/dpdk/drivers/common/mlx5/windows/
H A Dmlx5_common_os.c223 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 Dprofile.cfg8 ; - 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 Dprofile_red.cfg8 ; - 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 Dprofile_pie.cfg8 ; - 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 Dmlx5_common_os.c779 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 Dsfc_efx.rst175 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 Dnfp.rst336 There are two classes of metadata one for ingress and one for egress. In each
/dpdk/doc/guides/rel_notes/
H A Drelease_16_11.rst188 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 Drelease_19_08.rst245 of pipe traffic classes and their queues size, and for runtime configuration
H A Drelease_17_11.rst188 so that different traffic classes or different packet
/dpdk/doc/guides/eventdevs/
H A Ddlb2.rst350 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 Dvmdq_dcb_forwarding.rst106 (also referred to as traffic classes) within each pool. With Intel® 82599 NIC,
H A Dqos_scheduler.rst145 The information is displayed in a table separating it in different traffic classes.
/dpdk/doc/guides/platform/
H A Dmlx5.rst66 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 Ddesign.rst93 Drivers of all classes, including both bus and device drivers,