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]
Message-ID: <20241219072858.3e704135@kernel.org>
Date: Thu, 19 Dec 2024 07:28:58 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: Taehee Yoo <ap420073@...il.com>
Cc: davem@...emloft.net, pabeni@...hat.com, edumazet@...gle.com,
 almasrymina@...gle.com, donald.hunter@...il.com, corbet@....net,
 michael.chan@...adcom.com, andrew+netdev@...n.ch, hawk@...nel.org,
 ilias.apalodimas@...aro.org, ast@...nel.org, daniel@...earbox.net,
 john.fastabend@...il.com, dw@...idwei.uk, sdf@...ichev.me,
 asml.silence@...il.com, brett.creeley@....com, linux-doc@...r.kernel.org,
 netdev@...r.kernel.org, kory.maincent@...tlin.com,
 maxime.chevallier@...tlin.com, danieller@...dia.com,
 hengqi@...ux.alibaba.com, ecree.xilinx@...il.com,
 przemyslaw.kitszel@...el.com, hkallweit1@...il.com, ahmed.zaki@...el.com,
 rrameshbabu@...dia.com, idosch@...dia.com, jiri@...nulli.us,
 bigeasy@...utronix.de, lorenzo@...nel.org, jdamato@...tly.com,
 aleksander.lobakin@...el.com, kaiyuanz@...gle.com, willemb@...gle.com,
 daniel.zahka@...il.com
Subject: Re: [PATCH net-next v6 9/9] netdevsim: add HDS feature

On Fri, 20 Dec 2024 00:19:38 +0900 Taehee Yoo wrote:
> > On Thu, 19 Dec 2024 23:37:45 +0900 Taehee Yoo wrote:  
> > > The example would be very helpful to me.  
> >
> > Just to make sure nothing gets lost in translation, are you saying that:
> >  - the examples of tests I listed are useful; or
> >  - you'd appreciate examples of how to code up HDS in netdevsim; or
> >  - you'd appreciate more suitable examples of the tests?
> >
> > :)  
> 
> Ah, I appreciate example of tests you listed are useful, Thanks!

Okay :) 

FWIW I don't expect that you'd do anything too complicated to support
HDS in netdevsim. The packets generated by the networking stack are
"split", already. What I was thinking is basically check if HDS is
enabled, compare skb->len to threshold, and if we shouldn't HDS call
skb_linearize().

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ