[dpdk-dev] [RFC v2] bus/auxiliary: introduce auxiliary bus

2021-05-10 Thread Xueming Li
Auxiliary [1] provides a way to split function into child-devices representing sub-domains of functionality. Each auxiliary_device represents a part of its parent functionality. Auxiliary device is identified by unique device name, sysfs path: /sys/bus/auxiliary/devices/ [1] kernel auxiliary bu

Re: [dpdk-dev] [RFC v2] bus/auxiliary: introduce auxiliary bus

2021-06-08 Thread Thomas Monjalon
10/05/2021 15:47, Xueming Li: > Auxiliary [1] provides a way to split function into child-devices Auxiliary -> Auxiliary bus > representing sub-domains of functionality. Each auxiliary_device auxiliary_device -> auxiliary device > represents a part of its parent functionality. > > Auxiliary de

Re: [dpdk-dev] [RFC v2] bus/auxiliary: introduce auxiliary bus

2021-06-08 Thread Wang, Haiyue
Hi Andrew, > -Original Message- > From: Thomas Monjalon > Sent: Tuesday, June 8, 2021 15:53 > To: Xueming Li > Cc: dev@dpdk.org; Parav Pandit ; Ray Kinsella > ; Wang, Haiyue > ; andrew.rybche...@oktetlabs.ru > Subject: Re: [dpdk-dev] [RFC v2] bus/auxiliary:

Re: [dpdk-dev] [RFC v2] bus/auxiliary: introduce auxiliary bus

2021-06-09 Thread Xueming(Steven) Li
> -Original Message- > From: Kinsella, Ray > Sent: Tuesday, May 11, 2021 5:48 PM > To: Xueming(Steven) Li ; NBU-Contact-Thomas Monjalon > > Cc: dev@dpdk.org; Parav Pandit ; Neil Horman > ; Wang Haiyue > > Subject: Re: [RFC v2] bus/auxiliary: introduce auxiliary bus > // snip // >

Re: [dpdk-dev] [RFC v2] bus/auxiliary: introduce auxiliary bus

2021-06-09 Thread Xueming(Steven) Li
> -Original Message- > From: Wang, Haiyue > Sent: Tuesday, June 8, 2021 4:41 PM > To: NBU-Contact-Thomas Monjalon ; Xueming(Steven) Li > > Cc: dev@dpdk.org; Parav Pandit ; Ray Kinsella > ; andrew.rybche...@oktetlabs.ru > Subject: RE: [dpdk-dev] [RFC v2]

Re: [dpdk-dev] [RFC v2] bus/auxiliary: introduce auxiliary bus

2021-06-09 Thread Xueming(Steven) Li
> -Original Message- > From: Thomas Monjalon > Sent: Tuesday, June 8, 2021 3:53 PM > To: Xueming(Steven) Li > Cc: dev@dpdk.org; Parav Pandit ; Ray Kinsella > ; Wang Haiyue ; > andrew.rybche...@oktetlabs.ru > Subject: Re: [dpdk-dev] [RFC v2] bus/auxiliary:

Re: [dpdk-dev] [RFC v2] bus/auxiliary: introduce auxiliary bus

2021-06-10 Thread Wang, Haiyue
> -Original Message- > From: Xueming(Steven) Li > Sent: Thursday, June 10, 2021 14:30 > To: Wang, Haiyue ; NBU-Contact-Thomas Monjalon > > Cc: dev@dpdk.org; Parav Pandit ; Ray Kinsella > ; > andrew.rybche...@oktetlabs.ru > Subject: RE: [dpdk-dev] [RFC v

Re: [dpdk-dev] [RFC v2] bus/auxiliary: introduce auxiliary bus

2021-05-11 Thread Kinsella, Ray
On 10/05/2021 14:47, Xueming Li wrote: > Auxiliary [1] provides a way to split function into child-devices > representing sub-domains of functionality. Each auxiliary_device > represents a part of its parent functionality. > > Auxiliary device is identified by unique device name, sysfs path: >