Re: [dpdk-dev] [PATCH 1/3] net/virtio: keep device and frontend features separated

2021-06-16 Thread Xia, Chenbo
> -Original Message- > From: Maxime Coquelin > Sent: Tuesday, June 8, 2021 10:14 PM > To: dev@dpdk.org; Xia, Chenbo ; amore...@redhat.com; > david.march...@redhat.com > Cc: Maxime Coquelin > Subject: [PATCH 1/3] net/virtio: keep device and frontend features separated > > This patch is pr

[dpdk-dev] [PATCH 1/3] net/virtio: keep device and frontend features separated

2021-06-08 Thread Maxime Coquelin
This patch is preliminary rework to add support for getting and setting device's config space. In order to get or set a device config such as its MAC address, we need to know whether the device itself support the feature, or if it is emulated by the frontend. Signed-off-by: Maxime Coquelin ---