Re: [dpdk-dev] [PATCH v2] net/mlx5: add support for ConnectX-5 NICs

2017-01-05 Thread Adrien Mazarguil
Hi Koh, A few remaining comments, please see below. On Thu, Jan 05, 2017 at 03:52:54AM -0800, Yongseok Koh wrote: > Add PCI device ID for ConnectX-5 and enable multi-packet send for PF and VF > along with changing documentation and release note. > > Signed-off-by: Yongseok Koh > --- > > Connec

[dpdk-dev] [PATCH v2] net/mlx5: add support for ConnectX-5 NICs

2017-01-05 Thread Yongseok Koh
Add PCI device ID for ConnectX-5 and enable multi-packet send for PF and VF along with changing documentation and release note. Signed-off-by: Yongseok Koh --- ConnectX-5 is a newly announced NIC of Mellanox. This patch includes basic enablement of ConnectX-5 as well as documentation. config/c