Netdev Archive mirror
 help / color / mirror / Atom feed
From: "Niklas Söderlund" <niklas.soderlund+renesas@ragnatech.se>
To: Andrew Lunn <andrew@lunn.ch>
Cc: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>,
	"David S. Miller" <davem@davemloft.net>,
	Eric Dumazet <edumazet@google.com>,
	Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
	netdev@vger.kernel.org, linux-renesas-soc@vger.kernel.org
Subject: Re: [net-next,v4] net: ethernet: rtsn: Add support for Renesas Ethernet-TSN
Date: Fri, 10 May 2024 00:07:20 +0200	[thread overview]
Message-ID: <20240509220720.GN1385281@ragnatech.se> (raw)
In-Reply-To: <62ab3417-0f2d-40e7-a816-b43788c448e2@lunn.ch>

On 2024-05-09 23:12:43 +0200, Andrew Lunn wrote:
> > +	/* Link verification */
> > +	rtsn_modify(priv, MLVC, MLVC_PLV, MLVC_PLV);
> > +	ret = rtsn_reg_wait(priv, MLVC, MLVC_PLV, 0);
> > +	if (ret)
> > +		return ret;
> 
> What is link verification?

It's a part of the TSN capabilities, it verifies if the link is capable 
of preemption. AFIK it's described in IEEE802.1Qbu Frame Preemption 
Protocol.

For this device in particular, this register writes enables the Link 
Verification process. Which in turn allows the IP to transmitting Verify 
frames, which if replied too with a valid Reply frame by the other node 
lets the IP know the link supports preemption.

-- 
Kind Regards,
Niklas Söderlund

  reply	other threads:[~2024-05-09 22:07 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-09  9:52 [net-next,v4] net: ethernet: rtsn: Add support for Renesas Ethernet-TSN Niklas Söderlund
2024-05-09 20:25 ` Andrew Lunn
2024-05-09 21:03   ` Niklas Söderlund
2024-05-09 21:12 ` Andrew Lunn
2024-05-09 22:07   ` Niklas Söderlund [this message]
2024-05-10 12:38     ` Andrew Lunn

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=20240509220720.GN1385281@ragnatech.se \
    --to=niklas.soderlund+renesas@ragnatech.se \
    --cc=andrew@lunn.ch \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=yoshihiro.shimoda.uh@renesas.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 read-only IMAP folder(s) and NNTP newsgroup(s).