Re: [dpdk-dev] [PATCH] net/mlx5: fix ConnectX-4LX Tx burst routines set

2020-01-08 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Viacheslav Ovsiienko > Sent: Friday, December 20, 2019 12:48 PM > To: dev@dpdk.org > Cc: Matan Azrad ; Raslan Darawsheh > ; Ori Kam ; > sta...@dpdk.org > Subject: [PATCH] net/mlx5: fix ConnectX-4LX Tx burst routines set > > The tx_burst routine supporting

Re: [dpdk-dev] [PATCH] net/mlx5: fix ConnectX-4LX Tx burst routines set

2020-01-06 Thread Matan Azrad
From: Viacheslav Ovsiienko > The tx_burst routine supporting multi-segment packets with legacy MPW > and without inline was missed, and there was no valid selection for these > options, patch adds the missing routine. > > Fixes: 82e75f8323bf ("net/mlx5: fix legacy multi-packet Tx descriptors")

[dpdk-dev] [PATCH] net/mlx5: fix ConnectX-4LX Tx burst routines set

2019-12-20 Thread Viacheslav Ovsiienko
The tx_burst routine supporting multi-segment packets with legacy MPW and without inline was missed, and there was no valid selection for these options, patch adds the missing routine. Fixes: 82e75f8323bf ("net/mlx5: fix legacy multi-packet Tx descriptors") Cc: sta...@dpdk.org Signed-off-by: Viac