Re: [RFC v4 1/5] drm/netlink: Add netlink infrastructure

2023-11-23 Thread Tomer Tayar
On 22/11/2023 16:32, Aravind Iddamsetty wrote: > On 11/10/23 17:54, Tomer Tayar wrote: >> On 20/10/2023 18:58, Aravind Iddamsetty wrote: >>> Define the netlink registration interface and commands, attributes that >>> can be commonly used across by drm drivers. This patch intends to use >>> the gene

Re: [RFC v4 1/5] drm/netlink: Add netlink infrastructure

2023-11-22 Thread Aravind Iddamsetty
On 11/10/23 17:54, Tomer Tayar wrote: > On 20/10/2023 18:58, Aravind Iddamsetty wrote: >> Define the netlink registration interface and commands, attributes that >> can be commonly used across by drm drivers. This patch intends to use >> the generic netlink family to expose various stats of devic

Re: [RFC v4 1/5] drm/netlink: Add netlink infrastructure

2023-11-10 Thread Tomer Tayar
On 20/10/2023 18:58, Aravind Iddamsetty wrote: > Define the netlink registration interface and commands, attributes that > can be commonly used across by drm drivers. This patch intends to use > the generic netlink family to expose various stats of device. At present > it defines some commands that

Re: [RFC v4 1/5] drm/netlink: Add netlink infrastructure

2023-10-20 Thread Aravind Iddamsetty
...@gmail.com; dan...@ffwll.ch; >> joonas.lahti...@linux.intel.com; ogab...@kernel.org; Tayar, Tomer (Habana) >> ; hawking.zh...@amd.com; >> harish.kasiviswanat...@amd.com; felix.kuehl...@amd.com; >> luben.tui...@amd.com; Ruhl, Michael J >> Subject: [RFC v4 1/5] drm/netlink: Add

RE: [RFC v4 1/5] drm/netlink: Add netlink infrastructure

2023-10-20 Thread Ruhl, Michael J
.org; Tayar, Tomer (Habana) >; hawking.zh...@amd.com; >harish.kasiviswanat...@amd.com; felix.kuehl...@amd.com; >luben.tui...@amd.com; Ruhl, Michael J >Subject: [RFC v4 1/5] drm/netlink: Add netlink infrastructure > >Define the netlink registration interface and commands, attributes

[RFC v4 1/5] drm/netlink: Add netlink infrastructure

2023-10-20 Thread Aravind Iddamsetty
Define the netlink registration interface and commands, attributes that can be commonly used across by drm drivers. This patch intends to use the generic netlink family to expose various stats of device. At present it defines some commands that shall be used to expose RAS error counters. v2: defin