net/mlx5: clean up multi-segment packet processing
authorYongseok Koh <yskoh@mellanox.com>
Wed, 27 Dec 2017 03:55:47 +0000 (19:55 -0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 16 Jan 2018 17:47:49 +0000 (18:47 +0100)
commit48642ec5cade871e7f46fdefa800bc02e7e7b6ba
treeb41dcb6c7d8b1f1616fc4e720c3bd71a9a6b182a
parent4b0d7b7fff7faef30bd19a9f2c33d5a85193bfac
net/mlx5: clean up multi-segment packet processing

Remove multi-segment packet handling from mlx5_tx_burst_empw() as there's
fallback to regular Tx for such packets.

Signed-off-by: Yongseok Koh <yskoh@mellanox.com>
drivers/net/mlx5/mlx5_rxtx.c