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: Mon, 24 Jun 2024 11:23:27 -0300
From: Jason Gunthorpe <jgg@...dia.com>
To: Thomas Gleixner <tglx@...utronix.de>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>,
	Tejun Heo <tj@...nel.org>, mingo@...hat.com, peterz@...radead.org,
	juri.lelli@...hat.com, vincent.guittot@...aro.org,
	dietmar.eggemann@....com, rostedt@...dmis.org, bsegall@...gle.com,
	mgorman@...e.de, bristot@...hat.com, vschneid@...hat.com,
	ast@...nel.org, daniel@...earbox.net, andrii@...nel.org,
	martin.lau@...nel.org, joshdon@...gle.com, brho@...gle.com,
	pjt@...gle.com, derkling@...gle.com, haoluo@...gle.com,
	dvernet@...a.com, dschatzberg@...a.com, dskarlat@...cmu.edu,
	riel@...riel.com, changwoo@...lia.com, himadrics@...ia.fr,
	memxor@...il.com, andrea.righi@...onical.com,
	joel@...lfernandes.org, linux-kernel@...r.kernel.org,
	bpf@...r.kernel.org, kernel-team@...a.com
Subject: Re: [PATCHSET v6] sched: Implement BPF extensible scheduler class

On Sun, Jun 23, 2024 at 12:33:33PM +0200, Thomas Gleixner wrote:
> If I want to compare another out of tree project with sched ext, then I
> surely do not pick RT but DPDK. The network people rejected the DPDK
> approach as they wanted to have things fixed and done in tree instead of
> letting everyone create their own sand pit. It worked out as it made
> people think and come up with XDP and other things which gives the
> dataplane people a proper tool while having the general stuff work
> nicely in the same context.

Not to derail this discussion, but this is not quite the case.

It never "worked out", DPDK has continued to grow in importance since
XDP was invented because XDP/etc are not a replacement for DPDK. It is
still the case that places using DPDK really don't have any
performant alternative.

DPDK growth has been significant, in fact, it is quite likely this
message traversed some DPDK in the internals of the internet on its
way to you. It is an important and necessary project for certain
applications.

DPDK is very good at what it does, best in class in fact, and fully
supported by in-tree Linux. Just not via netdev.

> In other words, that forced people to really collaborate and sort it out
> for the benefit of everyone. 

The discussion on these topics created animosity from netdev toward
DPDK and that has created some community/collaboration problems in its
wake.

IMHO forced collaboration doesn't work unless both sides can gain some
benifit - in this case it was not clear what the advantage really was
for DPDK. For instance DPDK-XDP exists, but it is not widely used
because it is slower.

I don't think there was a benefit for everyone here. People remain
split based on their use case and there is little actual
collaboration. DPDK people know not to talk to netdev :)

Part of collaboration is to be able to also know when collaboration is
not going to be valuable or feasible.

Not sure there is a learning here for sched_ext..

Regards,
Jason

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ