Re: [dpdk-dev] [PATCH v4 0/8] net/mlx5: consolidate Tx datapath

2019-07-22 Thread Raslan Darawsheh
Hi, > -Original Message- > From: dev On Behalf Of Viacheslav Ovsiienko > Sent: Sunday, July 21, 2019 5:25 PM > To: dev@dpdk.org > Cc: Yongseok Koh > Subject: [dpdk-dev] [PATCH v4 0/8] net/mlx5: consolidate Tx datapath > > This patchset introduces the new im

[dpdk-dev] [PATCH v4 0/8] net/mlx5: consolidate Tx datapath

2019-07-21 Thread Viacheslav Ovsiienko
This patchset introduces the new implementation of tx_burst routine of mlx5 PMD. The existing implementation is based on the several branches of tx_burst routines optimizied for most common sets of Tx hardware offload, supported by Mellanox NICs. It was not very easy to update, support and develop