Re: [dpdk-dev] [PATCH] net/mlx5: fix max number of queues for NEON Tx

2019-04-30 Thread Shahaf Shuler
Wednesday, May 1, 2019 4:37 AM, Yongseok Koh: > Subject: [dpdk-dev] [PATCH] net/mlx5: fix max number of queues for NEON > Tx > > BlueField SmartNIC has 0xa2d2 as PCI device ID on both ARM and x86 host. > On ARM side, Tx inlining need not be used as PCI bandwidth is not > bottle

[dpdk-dev] [PATCH] net/mlx5: fix max number of queues for NEON Tx

2019-04-30 Thread Yongseok Koh
BlueField SmartNIC has 0xa2d2 as PCI device ID on both ARM and x86 host. On ARM side, Tx inlining need not be used as PCI bandwidth is not bottleneck. Vectorized Tx can still be used up to 16 queues. For other archs (e.g., x86), keep using the default value. Fixes: 09d8b41699bb ("net/mlx5: make ve