Viacheslav Ovsiienko a6bd4911ad net/mlx5: remove Tx implementation
This patch removes the existing Tx datapath code
as preparation step before introducing the new
implementation. The following entities are being
removed:

- deprecated devargs support
- tx_burst() routines
- related PRM definitions
- SQ configuration code
- Tx routine selection code
- incompatible Tx completion code

The following devargs are deprecated and ignored:
- "txq_inline" is going to be converted to "txq_inline_max"
  for compatibility issue
- "tx_vec_en"
- "txqs_max_vec"
- "txq_mpw_hdr_dseg_en"
- "txq_max_inline_len" is going to be converted
  to "txq_inline_mpw" for compatibility issue

The deprecated devarg keys are recognized by PMD
and ignored/converted to the new ones in order not
to block device probing.

Signed-off-by: Viacheslav Ovsiienko <viacheslavo@mellanox.com>
Acked-by: Yongseok Koh <yskoh@mellanox.com>
2019-07-23 14:31:36 +02:00
..
2018-09-28 01:41:03 +02:00
2019-07-23 14:31:34 +02:00
2017-10-06 02:49:47 +02:00
2017-04-04 19:02:45 +02:00
2018-10-26 22:14:05 +02:00
2019-07-05 02:15:55 +02:00
2019-06-28 20:31:49 +02:00
2019-07-23 14:31:34 +02:00
2019-01-18 09:47:26 +01:00
2018-02-08 18:42:14 +01:00
2019-04-19 14:51:54 +02:00
2019-05-24 13:34:45 +02:00
2019-07-23 14:31:36 +02:00
2019-07-23 14:31:34 +02:00
2018-11-22 10:31:52 +01:00
2018-10-26 22:14:05 +02:00