Netdev List
 help / color / mirror / Atom feed
From: David Laight <david.laight.linux@gmail.com>
To: Andrew Lunn <andrew@lunn.ch>
Cc: Selvamani Rajagopal <Selvamani.Rajagopal@onsemi.com>,
	Piergiorgio Beruto <Pier.Beruto@onsemi.com>,
	"parthiban.veerasooran@microchip.com"
	<parthiban.veerasooran@microchip.com>,
	"andrew+netdev@lunn.ch" <andrew+netdev@lunn.ch>,
	"davem@davemloft.net" <davem@davemloft.net>,
	"edumazet@google.com" <edumazet@google.com>,
	"kuba@kernel.org" <kuba@kernel.org>,
	"pabeni@redhat.com" <pabeni@redhat.com>,
	"netdev@vger.kernel.org" <netdev@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH net-next v3 08/14] net: ethernet: oa_tc6: Remove FCS size in RX frame
Date: Wed, 3 Jun 2026 09:13:54 +0100	[thread overview]
Message-ID: <20260603091354.62b65ec3@pumpkin> (raw)
In-Reply-To: <f295db46-3d10-47e9-bc22-582fe3fe7851@lunn.ch>

On Tue, 2 Jun 2026 23:47:23 +0200
Andrew Lunn <andrew@lunn.ch> wrote:

> > The frames are padded to a minimum size so that collision detect works
> > on maximal length 10M coax segments.
> > (Or rather coax+link+coax+link+coax acting as a single collision domain.)
> > The same minimum frame length is used on modern networks which are all
> > physically point-to-point and all 'hubs' are store+forward where a minimum
> > packet length isn't strictly needed.  
> 
> You need to be careful here. This is automotive T1 system. They do
> actually have old school CSMA/CD. Did i remember the acronym correct,
> Carrier Sensing, Multiple Access, Collision Detection?

That's what I'm remembering it being.
Somewhere I lost (or failed to steal) the hardback (IIRC) 8802.11 book
that explained it all (I doubt it was even 100 pages).

The max length collision domain is a 1.5km coax segment linked by a 1.5km
bridge to a second coax segment and then onto a third coax one.
The minimum packet length has to be greater than the round trip time
from one end to the other.
I doubt a car has that much cable in it.
It might have a 10/100m HDX TP hub that creates a collision domain.
Under load it should retransmit rather than discard.

-- David

> 
> 	Andrew


      parent reply	other threads:[~2026-06-03  8:13 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-29 18:41 [PATCH net-next v3 08/14] net: ethernet: oa_tc6: Remove FCS size in RX frame Selvamani Rajagopal
2026-05-31 14:50 ` Andrew Lunn
2026-06-02  2:40   ` Selvamani Rajagopal
2026-06-02  3:01     ` Qingfang Deng
2026-06-02 12:00     ` Andrew Lunn
2026-06-02 14:07   ` David Laight
2026-06-02 15:37     ` Selvamani Rajagopal
2026-06-02 21:38       ` David Laight
2026-06-02 22:24         ` Selvamani Rajagopal
     [not found]         ` <f295db46-3d10-47e9-bc22-582fe3fe7851@lunn.ch>
2026-06-03  8:13           ` David Laight [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=20260603091354.62b65ec3@pumpkin \
    --to=david.laight.linux@gmail.com \
    --cc=Pier.Beruto@onsemi.com \
    --cc=Selvamani.Rajagopal@onsemi.com \
    --cc=andrew+netdev@lunn.ch \
    --cc=andrew@lunn.ch \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=parthiban.veerasooran@microchip.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