numam-dpdk/drivers/net/fm10k
Didier Pallard 310e479b5f net/fm10k: fix missing Tx multi-segs capability
In former API, ETH_TXQ_FLAGS_NOMULTSEGS was merely a hint indicating
that application will never send multisegmented packets, allowing
pmd to choose different tx methods accordingly.
In new API, DEV_TX_OFFLOAD_MULTI_SEGS became an offload capability
that is advertised by pmds, some of them do not advertise it and
expect to never receive fragmented packets (octeontx, axgbe)
So an ethdev that supports multisegmented packets should properly
advertise it.

Problem was spotted and tested on e1000, should be also present in
fm10k.

Fixes: 30f3ce999e ("net/fm10k: convert to new Tx offloads API")
Cc: stable@dpdk.org

Signed-off-by: Didier Pallard <didier.pallard@6wind.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
2018-09-28 01:41:02 +02:00
..
base net/*/base: allow use of experimental APIs in base code 2018-09-28 01:41:01 +02:00
fm10k_ethdev.c net/fm10k: fix missing Tx multi-segs capability 2018-09-28 01:41:02 +02:00
fm10k_logs.h net/fm10k: implement dynamic logging 2018-01-16 18:47:49 +01:00
fm10k_rxtx_vec.c net/fm10k: convert to new Tx offloads API 2018-04-14 00:40:21 +02:00
fm10k_rxtx.c net/fm10k: support descriptor status API 2018-07-03 01:35:58 +02:00
fm10k.h net/fm10k: remove unused constant 2018-07-04 21:50:27 +02:00
Makefile drivers/net: fix icc deprecated parameter warning 2018-04-14 00:43:30 +02:00
meson.build build: replace license text with SPDX tag 2018-01-30 21:58:59 +01:00
rte_pmd_fm10k_version.map fm10k: move to drivers/net/ 2015-05-22 16:06:22 +02:00