Xiaoyun Li f1514bcb27 net/ice: fix Tx when TSO is enabled
Hardware limits that max buffer size per Tx descriptor should be
(16K-1)B. So when TSO enabled, the mbuf data size may exceed the
limit and cause malicious behavior to the NIC. This patch fixes
this issue by using more Tx descs for this kind of large buffer.

Fixes: 17c7d0f9d6a4 ("net/ice: support basic Rx/Tx")
Cc: stable@dpdk.org

Signed-off-by: Xiaoyun Li <xiaoyun.li@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
2020-01-17 19:59:18 +01:00
..
2020-01-17 19:46:01 +01:00
2020-01-17 19:46:26 +01:00
2019-11-20 17:36:06 +01:00
2020-01-17 19:59:18 +01:00
2020-01-17 19:46:26 +01:00
2019-10-23 16:43:10 +02:00
2019-11-11 14:23:02 +01:00