numam-dpdk/drivers/net/fm10k
Michael Frasca 4a2b8700dd fm10k: fix packet type for multi-segment packets
When building a chain of mbufs for a multi-segment packet, the
packet_type field resides at the end of the chain. It should be
copied forward to the head of the list.

Also, uses RTE_LIBRTE_FM10K_RX_OLFLAGS_ENABLE to guard packet-type
computation. The mbuf fields are not copied when this define is not set.

Fixes: fe65e1e1ce ("fm10k: add vector scatter Rx")

Signed-off-by: Michael Frasca <michael.frasca@oracle.com>
Acked-by: Jing Chen <jing.d.chen@intel.com>
2016-05-06 15:51:22 +02:00
..
base fm10k/base: remove unused struct element 2016-03-16 18:51:44 +01:00
fm10k_ethdev.c ethdev: add 100G link speed 2016-04-01 21:38:34 +02:00
fm10k_logs.h drivers: allow pruning log during build 2015-07-30 20:16:04 +02:00
fm10k_rxtx_vec.c fm10k: fix packet type for multi-segment packets 2016-05-06 15:51:22 +02:00
fm10k_rxtx.c ethdev: query supported packet types 2016-03-25 18:56:43 +01:00
fm10k.h fm10k: enable FTAG based forwarding 2016-03-16 18:51:44 +01:00
Makefile fm10k: allow to disable vector driver 2015-11-24 12:35:19 +01:00
rte_pmd_fm10k_version.map fm10k: move to drivers/net/ 2015-05-22 16:06:22 +02:00