| /dpdk/lib/vhost/ |
| H A D | rte_vdpa.h | 77 * @param queue_num 83 rte_vdpa_get_queue_num(struct rte_vdpa_device *dev, uint32_t *queue_num);
|
| H A D | vdpa_driver.h | 26 int (*get_queue_num)(struct rte_vdpa_device *dev, uint32_t *queue_num);
|
| H A D | vdpa.c | 261 rte_vdpa_get_queue_num(struct rte_vdpa_device *dev, uint32_t *queue_num) in rte_vdpa_get_queue_num() 266 return dev->ops->get_queue_num(dev, queue_num); in rte_vdpa_get_queue_num() 260 rte_vdpa_get_queue_num(struct rte_vdpa_device * dev,uint32_t * queue_num) rte_vdpa_get_queue_num() argument
|
| H A D | socket.c | 802 rte_vhost_driver_get_queue_num(const char *path, uint32_t *queue_num) in rte_vhost_driver_get_protocol_features() 819 *queue_num = vsocket->max_queue_pairs; in rte_vhost_driver_get_queue_num() 829 *queue_num = RTE_MIN(vsocket->max_queue_pairs, vdpa_queue_num); in rte_vhost_driver_get_queue_num() 807 rte_vhost_driver_get_queue_num(const char * path,uint32_t * queue_num) rte_vhost_driver_get_queue_num() argument
|
| H A D | rte_vhost.h | 604 * @param queue_num 610 rte_vhost_driver_get_queue_num(const char *path, uint32_t *queue_num);
|
| H A D | vhost_user.c | 376 uint32_t queue_num = 0; in vhost_user_get_queue_num() local 378 rte_vhost_driver_get_queue_num(dev->ifname, &queue_num); in vhost_user_get_queue_num() 380 ctx->msg.payload.u64 = (uint64_t)queue_num; in vhost_user_get_queue_num()
|
| /dpdk/examples/vdpa/ |
| H A D | main.c | 325 uint32_t queue_num; in cmd_list_parsed() local 336 if (rte_vdpa_get_queue_num(vdev, &queue_num) < 0) { in cmd_list_parsed() 349 rte_dev_name(dev), queue_num, features); in cmd_list_parsed()
|
| /dpdk/drivers/net/cnxk/ |
| H A D | cn10k_flow.c | 56 rss_conf->queue_num, in cn10k_mtr_configure() 107 if (!rss || !rss->queue_num) { in cn10k_rss_action_validate()
|
| H A D | cnxk_ethdev_mtr.c | 1140 nix_mtr_rq_update(struct rte_eth_dev *eth_dev, uint32_t id, uint32_t queue_num, in nix_mtr_rq_update() argument 1151 mtr->rq_id = plt_zmalloc(queue_num * sizeof(uint32_t), ROC_ALIGN); in nix_mtr_rq_update() 1155 mtr->rq_num = queue_num; in nix_mtr_rq_update() 1156 for (i = 0; i < queue_num; i++) in nix_mtr_rq_update()
|
| H A D | cnxk_rep_flow.c | 153 sz = conf->queue_num * sizeof(conf->queue); in populate_rss_action_conf()
|
| /dpdk/doc/guides/tools/ |
| H A D | proc_info.rst | 25 --show-tx-descriptor queue_id:offset:num | --show-edev-queue-xstats=queue_num:evdev_id | 106 **--show-edev-queue-xstats queue_num:evdev_id** 108 queue_num: The queue number to get queue xstats for this specified queue or * for all queues.
|
| /dpdk/drivers/vdpa/sfc/ |
| H A D | sfc_vdpa_ops.c | 515 sfc_vdpa_get_queue_num(struct rte_vdpa_device *vdpa_dev, uint32_t *queue_num) in sfc_vdpa_get_queue_num() argument 525 *queue_num = sfc_vdpa_adapter_by_dev_handle(dev)->max_queue_count; in sfc_vdpa_get_queue_num() 528 *queue_num); in sfc_vdpa_get_queue_num()
|
| /dpdk/drivers/vdpa/mlx5/ |
| H A D | mlx5_vdpa.c | 81 mlx5_vdpa_get_queue_num(struct rte_vdpa_device *vdev, uint32_t *queue_num) in mlx5_vdpa_get_queue_num() argument 90 *queue_num = priv->caps.max_num_virtio_queues / 2; in mlx5_vdpa_get_queue_num()
|
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_rss.c | 1060 uint16_t queue_num = hw->alloc_rss_size; in hns3_rss_set_default_args() local 1072 rss_cfg->rss_indirection_tbl[i] = i % queue_num; in hns3_rss_set_default_args()
|
| /dpdk/lib/ethdev/ |
| H A D | rte_flow.c | 748 .queue_num = src.rss->queue_num, in rte_flow_conv_action_conf() 761 if (src.rss->queue_num) { in rte_flow_conv_action_conf() 763 tmp = sizeof(*src.rss->queue) * src.rss->queue_num; in rte_flow_conv_action_conf()
|
| H A D | rte_flow.h | 3514 uint32_t queue_num; /**< Number of entries in @p queue. */ 3513 uint32_t queue_num; /**< Number of entries in @p queue. */ global() member
|
| /dpdk/drivers/net/enic/ |
| H A D | enic_fm_flow.c | 1769 rss->queue_num <= enic->rq_count && in enic_fm_copy_action() 1770 rss->queue[rss->queue_num - 1] < enic->rq_count; in enic_fm_copy_action() 1774 for (i = 1; i < rss->queue_num; i++) in enic_fm_copy_action() 1784 fm_op.rq_steer.rq_count = rss->queue_num; in enic_fm_copy_action()
|
| /dpdk/examples/ipsec-secgw/ |
| H A D | ipsec.c | 611 .queue_num = j, in create_inline_session()
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_18_05.rst | 412 ``num`` => ``queue_num``), and the addition of missing RSS parameters
|