Re: [PATCH v2 11/15] blktrace: add block trace commands for zone operations
Johannes Thumshirn <[email protected]> Wed, 8 Oct 2025 06:16:11 +0000
| Newsgroups | org.kernel.vger.linux-btrace,org.kernel.vger.linux-block,org.kernel.vger.linux-kernel,org.kernel.vger.linux-trace-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 10/8/25 8:14 AM, hch wrote: > On Tue, Oct 07, 2025 at 01:08:00PM +0000, Johannes Thumshirn wrote: >> Sure for the old commands everything is still in the lower 32bits, this >> has the nice property that we don't need to duplicate all the code for >> v1 and v2. > I don't think you need to duplicate anything, just have a little > function that maps from the free-form v2 commands and flags to the > v1 field. Preferably including a mapping of all unsupported ones to > a catchall unsupported command and flag each to indicate that the > trace includes something only visible with v2. I see your point, let me cook something.