From: Ye Xiaolong <xiaolong.ye@intel.com>
To: "Zhu, TaoX" <taox.zhu@intel.com>
Cc: "Xing, Beilei" <beilei.xing@intel.com>,
"Zhang, Qi Z" <qi.z.zhang@intel.com>,
"dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH] net/i40e: fix request queue fail in VF
Date: Thu, 18 Jul 2019 22:05:06 +0800 [thread overview]
Message-ID: <20190718140506.GC88943@intel.com> (raw)
In-Reply-To: <60652C6914E08D41B9AA1580751B3CA9BC5D42@SHSMSX106.ccr.corp.intel.com>
On 07/18, Zhu, TaoX wrote:
>Hi, Xiaolong
> I'm sorry, this is my first time submitting a patch.
> Attachment picture is my patch content and I try to generate fixes with git fixline. But I modified the code location to 'Not Committed Yet'. Should I use nearby id cebe3d7b3d?
>
Nope, the commit in the fixline should be the one that introduced the issue this
patch tries to solve.
Thanks,
Xiaolong
>Thanks,
>Zhutao
>
>
>
>-----Original Message-----
>From: Ye, Xiaolong
>Sent: Thursday, July 18, 2019 9:09 PM
>To: Zhu, TaoX <taox.zhu@intel.com>
>Cc: Xing, Beilei <beilei.xing@intel.com>; Zhang, Qi Z <qi.z.zhang@intel.com>; dev@dpdk.org
>Subject: Re: [dpdk-dev] [PATCH] net/i40e: fix request queue fail in VF
>
>On 07/18, taox.zhu@intel.com wrote:
>>From: Zhu Tao <taox.zhu@intel.com>
>>
>>When the VF configuration is larger than the number of queues reserved
>>by PF, VF sends the request queue command through admin queue. When PF
>>received this command, it may reset the VF and send a notification
>>before resetting. If this notification is read by the timed task alarm,
>>Task request queue will lost notification. This patch Mark vf_reset,
>>pend_msg flag just as task request queue has received notification in
>>task alarm.
>
>Please add fixes tag and cc stable.
>
>
>Thanks,
>Xiaolong
>
>>
>>Signed-off-by: Zhu Tao <taox.zhu@intel.com>
>>---
>> drivers/net/i40e/i40e_ethdev_vf.c | 4 ++++
>> 1 file changed, 4 insertions(+)
>>
>>diff --git a/drivers/net/i40e/i40e_ethdev_vf.c
>>b/drivers/net/i40e/i40e_ethdev_vf.c
>>index 5be32b069..86dfda1c0 100644
>>--- a/drivers/net/i40e/i40e_ethdev_vf.c
>>+++ b/drivers/net/i40e/i40e_ethdev_vf.c
>>@@ -1332,6 +1332,10 @@ i40evf_handle_pf_event(struct rte_eth_dev *dev, uint8_t *msg,
>> PMD_DRV_LOG(DEBUG, "VIRTCHNL_EVENT_RESET_IMPENDING event");
>> _rte_eth_dev_callback_process(dev, RTE_ETH_EVENT_INTR_RESET,
>> NULL);
>>+ if (vf->vf_reset == false) {
>>+ vf->vf_reset = true;
>>+ vf->pend_msg |= PFMSG_RESET_IMPENDING;
>>+ }
>> break;
>> case VIRTCHNL_EVENT_LINK_CHANGE:
>> PMD_DRV_LOG(DEBUG, "VIRTCHNL_EVENT_LINK_CHANGE event");
>>--
>>2.17.1
>>
next prev parent reply other threads:[~2019-07-18 7:23 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-18 14:53 [dpdk-dev] [PATCH] net/i40e: fix request queue fail in VF taox.zhu
2019-07-18 13:09 ` Ye Xiaolong
2019-07-18 7:05 ` Zhu, TaoX
2019-07-18 14:05 ` Ye Xiaolong [this message]
2019-07-19 3:18 ` [dpdk-dev] [PATCH v2] " taox.zhu
2019-07-23 6:52 ` Zhang, Qi Z
2019-07-24 8:32 ` [dpdk-dev] [PATCH v3] " taox.zhu
2019-07-24 12:54 ` Zhang, Qi Z
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190718140506.GC88943@intel.com \
--to=xiaolong.ye@intel.com \
--cc=beilei.xing@intel.com \
--cc=dev@dpdk.org \
--cc=qi.z.zhang@intel.com \
--cc=taox.zhu@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.