smadaminov / ovs-dpdk-meson-issues

VMware Summer 2021
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

mlx5_net: mlx5_os_read_dev_stat: is not supported #76

Open williamtu opened 3 years ago

williamtu commented 3 years ago

mlx5_common: mlx5 list NIC_ingress_0_0_matcher_list entry 000002C0171E8700 removed. mlx5_common: mlx5 list NIC_ingress_0_0_matcher_list entry 000002C0171E8F40 removed. mlx5common: mlx5 list Mellanox ConnectX-6 Dx Adapter entry 000002BFE7271600 removed. mlx5_net: port 0 cannot enable allmulicast mode: Invalid argument mlx5_net: mlx5_os_read_dev_stat: is not supported mlx5_net: mlx5_os_read_dev_stat: is not supported

williamtu commented 3 years ago

only Linux version of mlx5 supports mlx5_os_read_dev_stat

".\drivers\net\mlx5\windows\mlx5_os.c" 1187L, 33184B 755,1 64%

int
mlx5_os_read_dev_stat(struct mlx5_priv *priv, const char *ctr_name,
                      uint64_t *stat)
{
        RTE_SET_USED(priv);
        RTE_SET_USED(ctr_name);
        RTE_SET_USED(stat);
        DRV_LOG(WARNING, "%s: is not supported", __func__);
        return -ENOTSUP;
}
williamtu commented 3 years ago

also mlx5_net: port 0 cannot enable allmulicast mode: Invalid argument