patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] [PATCH 20.11] Coverity issue: When IAVF driver used, some operation such as setting mtu will cause coredump if there is secondary process. Bugzilla ID: NA Fixes: Because secondary process wrongly modify shared data of rte_eth_dev. After iavf_dev_stop exec
@ 2021-08-27 10:33 Yang, Ming 1. (NSB - CN/Hangzhou)
  2021-09-07 10:35 ` Luca Boccassi
  0 siblings, 1 reply; 2+ messages in thread
From: Yang, Ming 1. (NSB - CN/Hangzhou) @ 2021-08-27 10:33 UTC (permalink / raw)
  To: stable
  Cc: Yang, Ming 1. (NSB - CN/Hangzhou),
	Zizka,  Jan (Nokia - CZ/Prague),
	Xu, Meng-Maggie (NSB - CN/Hangzhou)

Hi DPDK maintainer,

We want to upstream our dpdk patch for fixing bug. But it seems that "git send-email" still can't be work. Can you review and apply this patch to branch 20.11 of git repository dpdk_stable.

------------------------------------------------------------------------------------------------------------------------------
Coverity issue: When IAVF driver used, some operation such as setting mtu will cause coredump if there is secondary process.
Bugzilla ID: NA
Fixes: Because secondary process wrongly modify shared data of rte_eth_dev. After iavf_dev_stop execute in primary process, rxq->ops->release_mbufs may be NULL point. Fix prevent secondary process to modify these shared data.
Cc: stable@dpdk.org<mailto:stable@dpdk.org>

Brs,
Yang Ming


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-07 10:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-27 10:33 [dpdk-stable] [PATCH 20.11] Coverity issue: When IAVF driver used, some operation such as setting mtu will cause coredump if there is secondary process. Bugzilla ID: NA Fixes: Because secondary process wrongly modify shared data of rte_eth_dev. After iavf_dev_stop exec Yang, Ming 1. (NSB - CN/Hangzhou)
2021-09-07 10:35 ` Luca Boccassi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).