numam-dpdk/drivers/common
Harman Kalra ce8628c66a net/octeontx2: fix jumbo frame crash
Issue has been observed in case of multi segments where mbuf
data gets corrupted due to missing barriers. Changes made to
mbuf just before LMTST by one core gets updatded when the
same mbuf is in use by another core, leading to corruption.
It should be ensured that all changes made to mbuf should be
written before LMTST.

Fixes: cbd5710db4 ("net/octeontx2: add Tx multi segment version")
Cc: stable@dpdk.org

Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
Signed-off-by: Nithin Dabilpuram <ndabilpuram@marvell.com>
Signed-off-by: Harman Kalra <hkalra@marvell.com>
2020-10-15 22:54:21 +02:00
..
cpt event/octeontx2: add crypto adapter datapath 2020-10-15 22:27:49 +02:00
dpaax common/dpaax/caamflib: support PDCP-SDAP 2020-10-14 22:24:41 +02:00
iavf common/iavf: add IPv6 prefix protocol header fields 2020-09-18 18:55:09 +02:00
mlx5 common/mlx5: fix PCI address lookup 2020-10-09 13:17:43 +02:00
mvep drivers/common: mark all symbols as internal 2020-10-06 01:16:14 +02:00
octeontx drivers/common: mark all symbols as internal 2020-10-06 01:16:14 +02:00
octeontx2 net/octeontx2: fix jumbo frame crash 2020-10-15 22:54:21 +02:00
qat common/qat: use write combining store for tail updates 2020-10-13 14:41:42 +02:00
sfc_efx net/sfc: create virtual switch to enable VFs 2020-09-30 19:19:15 +02:00
meson.build net/sfc: introduce common driver library 2020-09-30 19:19:08 +02:00