From: "Russell King (Oracle)" <linux@armlinux.org.uk>
To: Diogo Ivo <diogo.ivo@siemens.com>
Cc: danishanwar@ti.com, rogerq@kernel.org, davem@davemloft.net,
edumazet@google.com, kuba@kernel.org, pabeni@redhat.com,
andrew@lunn.ch, linux-arm-kernel@lists.infradead.org,
netdev@vger.kernel.org, jan.kiszka@siemens.com
Subject: Re: [PATCH net-next v4 05/10] net: ti: icssg-prueth: Add SR1.0-specific description bits
Date: Tue, 5 Mar 2024 14:41:46 +0000 [thread overview]
Message-ID: <ZecvKo1HDAXD0n7Q@shell.armlinux.org.uk> (raw)
In-Reply-To: <20240305114045.388893-6-diogo.ivo@siemens.com>
On Tue, Mar 05, 2024 at 11:40:25AM +0000, Diogo Ivo wrote:
> +struct emac_tx_ts_response_sr1 {
> + u32 lo_ts;
> + u32 hi_ts;
> + u32 reserved;
> + u32 cookie;
> +};
In patch 10, this comes from skb->data, so seems to be a packet. Is the
data dependent on the host endian, or is it always little endian?
--
RMK's Patch system: https://www.armlinux.org.uk/developer/patches/
FTTP is here! 80Mbps down 10Mbps up. Decent connectivity at last!
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: "Russell King (Oracle)" <linux@armlinux.org.uk>
To: Diogo Ivo <diogo.ivo@siemens.com>
Cc: danishanwar@ti.com, rogerq@kernel.org, davem@davemloft.net,
edumazet@google.com, kuba@kernel.org, pabeni@redhat.com,
andrew@lunn.ch, linux-arm-kernel@lists.infradead.org,
netdev@vger.kernel.org, jan.kiszka@siemens.com
Subject: Re: [PATCH net-next v4 05/10] net: ti: icssg-prueth: Add SR1.0-specific description bits
Date: Tue, 5 Mar 2024 14:41:46 +0000 [thread overview]
Message-ID: <ZecvKo1HDAXD0n7Q@shell.armlinux.org.uk> (raw)
In-Reply-To: <20240305114045.388893-6-diogo.ivo@siemens.com>
On Tue, Mar 05, 2024 at 11:40:25AM +0000, Diogo Ivo wrote:
> +struct emac_tx_ts_response_sr1 {
> + u32 lo_ts;
> + u32 hi_ts;
> + u32 reserved;
> + u32 cookie;
> +};
In patch 10, this comes from skb->data, so seems to be a packet. Is the
data dependent on the host endian, or is it always little endian?
--
RMK's Patch system: https://www.armlinux.org.uk/developer/patches/
FTTP is here! 80Mbps down 10Mbps up. Decent connectivity at last!
next prev parent reply other threads:[~2024-03-05 14:42 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-05 11:40 [PATCH net-next v4 00/10] Support ICSSG-based Ethernet on AM65x SR1.0 devices Diogo Ivo
2024-03-05 11:40 ` Diogo Ivo
2024-03-05 11:40 ` [PATCH net-next v4 01/10] dt-bindings: net: Add support for AM65x SR1.0 in ICSSG Diogo Ivo
2024-03-05 11:40 ` Diogo Ivo
2024-03-05 11:40 ` [PATCH net-next v4 02/10] eth: Move IPv4/IPv6 multicast address bases to their own symbols Diogo Ivo
2024-03-05 11:40 ` [PATCH net-next v4 03/10] net: ti: icssg-prueth: Move common functions into a separate file Diogo Ivo
2024-03-05 11:40 ` Diogo Ivo
2024-03-05 11:40 ` [PATCH net-next v4 04/10] net: ti: icssg-prueth: Add SR1.0-specific configuration bits Diogo Ivo
2024-03-05 11:40 ` Diogo Ivo
2024-03-07 12:48 ` Roger Quadros
2024-03-07 12:48 ` Roger Quadros
2024-03-05 11:40 ` [PATCH net-next v4 05/10] net: ti: icssg-prueth: Add SR1.0-specific description bits Diogo Ivo
2024-03-05 11:40 ` Diogo Ivo
2024-03-05 14:41 ` Russell King (Oracle) [this message]
2024-03-05 14:41 ` Russell King (Oracle)
2024-03-06 11:26 ` Diogo Ivo
2024-03-06 11:26 ` Diogo Ivo
2024-03-05 11:40 ` [PATCH net-next v4 06/10] net: ti: icssg-prueth: Adjust IPG configuration for SR1.0 Diogo Ivo
2024-03-05 11:40 ` Diogo Ivo
2024-03-05 11:40 ` [PATCH net-next v4 07/10] net: ti: icssg-prueth: Adjust the number of TX channels " Diogo Ivo
2024-03-05 11:40 ` Diogo Ivo
2024-03-05 11:40 ` [PATCH net-next v4 08/10] net: ti: icssg-prueth: Add functions to configure SR1.0 packet classifier Diogo Ivo
2024-03-05 11:40 ` Diogo Ivo
2024-03-07 13:13 ` Roger Quadros
2024-03-07 13:13 ` Roger Quadros
2024-03-05 11:40 ` [PATCH net-next v4 09/10] net: ti: icssg-prueth: Modify common functions for SR1.0 Diogo Ivo
2024-03-05 11:40 ` Diogo Ivo
2024-03-07 13:15 ` Roger Quadros
2024-03-07 13:15 ` Roger Quadros
2024-03-05 11:40 ` [PATCH net-next v4 10/10] net: ti: icssg-prueth: Add ICSSG Ethernet driver for AM65x SR1.0 platforms Diogo Ivo
2024-03-05 11:40 ` Diogo Ivo
2024-03-12 11:36 ` [PATCH net-next v4 00/10] Support ICSSG-based Ethernet on AM65x SR1.0 devices MD Danish Anwar
2024-03-12 11:36 ` MD Danish Anwar
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=ZecvKo1HDAXD0n7Q@shell.armlinux.org.uk \
--to=linux@armlinux.org.uk \
--cc=andrew@lunn.ch \
--cc=danishanwar@ti.com \
--cc=davem@davemloft.net \
--cc=diogo.ivo@siemens.com \
--cc=edumazet@google.com \
--cc=jan.kiszka@siemens.com \
--cc=kuba@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=rogerq@kernel.org \
/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.