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 > 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 vectorized Tx threshold > configurable") > Cc: sta...@dpdk.org > > Signed-off-by: Yongseok Koh <ys...@mellanox.com>
Applied to next-net-mlx, thanks.