lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Fri, 31 May 2024 23:03:19 +0000
From: "Keller, Jacob E" <jacob.e.keller@...el.com>
To: "Anwar, Md Danish" <a0501179@...com>, MD Danish Anwar
	<danishanwar@...com>, "Kiszka, Jan" <jan.kiszka@...mens.com>, Dan Carpenter
	<dan.carpenter@...aro.org>, Andrew Lunn <andrew@...n.ch>, Simon Horman
	<horms@...nel.org>, Diogo Ivo <diogo.ivo@...mens.com>, Wolfram Sang
	<wsa+renesas@...g-engineering.com>, Randy Dunlap <rdunlap@...radead.org>,
	Niklas Schnelle <schnelle@...ux.ibm.com>, Vladimir Oltean
	<vladimir.oltean@....com>, Vignesh Raghavendra <vigneshr@...com>, "Richard
 Cochran" <richardcochran@...il.com>, Roger Quadros <rogerq@...nel.org>, Paolo
 Abeni <pabeni@...hat.com>, Jakub Kicinski <kuba@...nel.org>, "Eric Dumazet"
	<edumazet@...gle.com>, "David S. Miller" <davem@...emloft.net>
CC: "linux-arm-kernel@...ts.infradead.org"
	<linux-arm-kernel@...ts.infradead.org>, "netdev@...r.kernel.org"
	<netdev@...r.kernel.org>, "linux-kernel@...r.kernel.org"
	<linux-kernel@...r.kernel.org>, "srk@...com" <srk@...com>, Roger Quadros
	<rogerq@...com>
Subject: RE: [PATCH net-next v8 2/2] net: ti: icssg_prueth: add TAPRIO offload
 support



> -----Original Message-----
> From: Anwar, Md Danish <a0501179@...com>
> Sent: Thursday, May 30, 2024 9:25 PM
> To: Keller, Jacob E <jacob.e.keller@...el.com>; MD Danish Anwar
> <danishanwar@...com>; Kiszka, Jan <jan.kiszka@...mens.com>; Dan Carpenter
> <dan.carpenter@...aro.org>; Andrew Lunn <andrew@...n.ch>; Simon Horman
> <horms@...nel.org>; Diogo Ivo <diogo.ivo@...mens.com>; Wolfram Sang
> <wsa+renesas@...g-engineering.com>; Randy Dunlap
> <rdunlap@...radead.org>; Niklas Schnelle <schnelle@...ux.ibm.com>; Vladimir
> Oltean <vladimir.oltean@....com>; Vignesh Raghavendra <vigneshr@...com>;
> Richard Cochran <richardcochran@...il.com>; Roger Quadros
> <rogerq@...nel.org>; Paolo Abeni <pabeni@...hat.com>; Jakub Kicinski
> <kuba@...nel.org>; Eric Dumazet <edumazet@...gle.com>; David S. Miller
> <davem@...emloft.net>
> Cc: linux-arm-kernel@...ts.infradead.org; netdev@...r.kernel.org; linux-
> kernel@...r.kernel.org; srk@...com; Roger Quadros <rogerq@...com>
> Subject: Re: [PATCH net-next v8 2/2] net: ti: icssg_prueth: add TAPRIO offload
> support
> 
> Hi Jacob,
> 
> On 5/30/2024 11:45 PM, Jacob Keller wrote:
> >
> >
> > On 5/29/2024 4:05 AM, MD Danish Anwar wrote:
> >> From: Roger Quadros <rogerq@...com>
> >>
> >> The ICSSG dual-emac / switch firmware supports Enhanced Scheduled Traffic
> >> (EST – defined in P802.1Qbv/D2.2 that later got included in IEEE
> >> 802.1Q-2018) configuration. EST allows express queue traffic to be
> >> scheduled (placed) on the wire at specific repeatable time intervals. In
> >> Linux kernel, EST configuration is done through tc command and the taprio
> >> scheduler in the net core implements a software only scheduler
> >> (SCH_TAPRIO). If the NIC is capable of EST configuration,user indicate
> >> "flag 2" in the command which is then parsed by taprio scheduler in net
> >> core and indicate that the command is to be offloaded to h/w. taprio then
> >> offloads the command to the driver by calling ndo_setup_tc() ndo ops. This
> >> patch implements ndo_setup_tc() to offload EST configuration to ICSSG.
> >>
> >> Signed-off-by: Roger Quadros <rogerq@...com>
> >> Signed-off-by: Vignesh Raghavendra <vigneshr@...com>
> >> Reviewed-by: Simon Horman <horms@...nel.org>
> >> Signed-off-by: MD Danish Anwar <danishanwar@...com>
> >> ---
> >
> > I tried to apply this series to review it. Unfortunately It no longer
> > applies cleanly since it has textual conflicts with 972383aecf43 ("net:
> > ti: icssg-switch: Add switchdev based driver for ethernet switch
> > support"), which was part of:
> >
> > https://lore.kernel.org/netdev/20240528113734.379422-1-
> danishanwar@...com/
> >
> > The conflict seemed easy enough to resolve, but I'm not sure if the
> > prueth_qos structure would be placed optimally. I tried to build the
> > driver to check what the placement should be and was unable to get
> > things to compile.
> 
> When I had posted this series (v8) the ICSSG switch series was not
> merged yet and I had rebased this series on net-next/main. When you
> tested it, the ICSSG Series was merged and as it resulted in conflict.
> 
> I will rebase it on the latest net-next and make sure that their is no
> conflict and post next revision.
> 
> Thanks for your feedback.
> 
> --
> Thanks and Regards,
> Md Danish Anwar

I assumed as much 😊 I just wanted to point out that the conflict is non-trivial because its hard to tell whether the new structure would fit best before or after the other data added by the switch series, or if it would be even better to arrange it somewhere else in the structure entirely.

Thanks,
Jake

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ