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

* Re: [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 [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
  0 siblings, 0 replies; 2+ messages in thread
From: Luca Boccassi @ 2021-09-07 10:35 UTC (permalink / raw)
  To: Yang, Ming 1. (NSB - CN/Hangzhou), stable
  Cc: Zizka,  Jan (Nokia - CZ/Prague), Xu, Meng-Maggie (NSB - CN/Hangzhou)

On Fri, 2021-08-27 at 10:33 +0000, Yang, Ming 1. (NSB - CN/Hangzhou)
wrote:
> 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
> 

Hi,

I assume you added the patch as an attachment - that will not work,
attachments are not allowed on this mailing list. There was no patch in
your mail.

-- 
Kind regards,
Luca Boccassi

^ 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).