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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Wed, 15 Jan 2020 16:36:23 +0800 From: Yunsheng Lin <linyunsheng@...wei.com> To: Jacob Keller <jacob.e.keller@...el.com>, Jiri Pirko <jiri@...nulli.us> CC: <netdev@...r.kernel.org>, <valex@...lanox.com> Subject: Re: [PATCH v2 0/3] devlink region trigger support On 2020/1/15 4:04, Jacob Keller wrote: > On 1/14/2020 12:33 AM, Yunsheng Lin wrote: >> On 2020/1/14 2:22, Jacob Keller wrote: >>> >>> >>> On 1/13/2020 8:58 AM, Jiri Pirko wrote: >>>> Why? That is the purpose of the dpipe, but make the hw >>>> pipeline visible and show you the content of individual nodes. >>>> >>> >>> I agree. dpipe seems to be focused specifically on dumping nodes of the >>> tables that represent the hardware's pipeline. I think it's unrelated to >>> this discussion about regions vs health API. >> >> Sorry for bringing up a not really unrelated question in the thread, >> > > No problem here :) I've been investigating devlink for our products, and > am working towards implementations for several features. Further > discussion is definitely welcome! > >> For the hns3 hw mac table, it seems the hns3 hw is pretty simple, it mainly >> contain the port bitmaps of a mac address, then the hw can forward the packet >> based on the dst mac' port bitamp. >> > > Right. > >> It seems a litte hard to match to the dpipe API the last time I tried to >> use dpipe API to dump that. > > dpipe is primarily targeted towards dumping complex hardware pipelines. > >> >> So maybe it would be good to have the support of table dumping (both structured >> and binary table) for health API natively, so that we use it to dump some hw >> table for both driver and user triggering cases. >> > > Maybe dpipe needs additional mechanism for presenting tables? > >> I am not sure if other driver has the above requirement, and if the requirement >> makes any sense? >> > > I think there's value in the ability to express this kind of contents. > Regions could work. > > In regards to using devlink-health, I do believe the health API should > remain focused as the area you use for dumping data gathered > specifically in relation to an event such as an error condition. what if there are requirements to dump the same data for both error/event triggering and user cmd triggering case? If we implement a dump ops of region API for user cmd triggering case, and then implement a similar dump ops of health API for error/event case, does this not seems unnecessary duplication of effort? For user cmd triggering case, it is used to inspect the device' health state mostly, so maybe it makes sense to use health API to dump that too. > > Regions make sense when you want to allow access to a section of > addressable contents on demand. > > A binary table could be dumped via a region, but I'm not 100% sure it > would make sense for structured tables. > > Thanks, > Jake > > . >
Powered by blists - more mailing lists