DPDK patches and discussions
 help / color / mirror / Atom feed
From: Ferruh Yigit <ferruh.yigit@intel.com>
To: Yong Wang <yongwang@vmware.com>,
	"sahithi.singam@oracle.com" <sahithi.singam@oracle.com>
Cc: "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [PATCH] net/vmxnet3: add spinlocks to register command access
Date: Tue, 30 Nov 2021 08:58:09 +0000	[thread overview]
Message-ID: <6ea72253-ca4d-9c1e-b419-6cf2685668b3@intel.com> (raw)
In-Reply-To: <EAB9C439-A6FD-415E-97BC-116A930CA634@vmware.com>

On 11/30/2021 7:31 AM, Yong Wang wrote:
> -----Original Message-----
> From:"sahithi.singam@oracle.com"  <sahithi.singam@oracle.com>
> Date: Monday, November 8, 2021 at 12:23 AM
> To: Yong Wang<yongwang@vmware.com>
> Cc:"dev@dpdk.org"  <dev@dpdk.org>, Sahithi Singam<sahithi.singam@oracle.com>
> Subject: [PATCH] net/vmxnet3: add spinlocks to register command access
> 
>      From: Sahithi Singam<sahithi.singam@oracle.com>
> 
>      At present, there are no spinlocks around register command access.
>      This resulted in a race condition when two threads running on
>      two different cores invoked link_update function at the same time
>      to get link status. Due to this race condition, one of the threads
>      reported false link status value.
> 
>      Signed-off-by: Sahithi Singam<sahithi.singam@oracle.com>
>      ---
> 
> Thanks Sahithi for the patch.  As we discussed offline, in DPDK, the expectation is that control level synchronization should be handled by the application.  In my knowledge, currently no PMD guarantee such synchronization at driver callback level.  It makes more sense to have the application manages the synchronization as most likely it needs to work with multiple PMDs and it's better to keep this behavior consistent across all PMDs (i.e, it does not make a lot of sense to support this behavior only in one particular PMD).

ack,
updating patch status as rejected.

      reply	other threads:[~2021-11-30  8:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-08  8:23 [dpdk-dev] " sahithi.singam
2021-11-16 17:16 ` Ferruh Yigit
2021-11-30  7:31 ` Yong Wang
2021-11-30  8:58   ` Ferruh Yigit [this message]

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=6ea72253-ca4d-9c1e-b419-6cf2685668b3@intel.com \
    --to=ferruh.yigit@intel.com \
    --cc=dev@dpdk.org \
    --cc=sahithi.singam@oracle.com \
    --cc=yongwang@vmware.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 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).