Re: [PATCH v2 3/4] vdpa: Restore vlan filtering state

2023-07-25 Thread Jason Wang
On Tue, Jul 25, 2023 at 3:48 PM Hawkins Jiawei wrote: > > On 2023/7/25 14:47, Jason Wang wrote: > > On Sun, Jul 23, 2023 at 5:28 PM Hawkins Jiawei wrote: > >> > >> This patch introduces vhost_vdpa_net_load_single_vlan() > >> and vhost_vdpa_net_load_vlan() to restore the vlan > >> filtering state

Re: [PATCH v2 3/4] vdpa: Restore vlan filtering state

2023-07-25 Thread Hawkins Jiawei
On 2023/7/25 14:47, Jason Wang wrote: > On Sun, Jul 23, 2023 at 5:28 PM Hawkins Jiawei wrote: >> >> This patch introduces vhost_vdpa_net_load_single_vlan() >> and vhost_vdpa_net_load_vlan() to restore the vlan >> filtering state at device's startup. >> >> Co-developed-by: Eugenio Pérez >> Signed-

Re: [PATCH v2 3/4] vdpa: Restore vlan filtering state

2023-07-24 Thread Jason Wang
On Sun, Jul 23, 2023 at 5:28 PM Hawkins Jiawei wrote: > > This patch introduces vhost_vdpa_net_load_single_vlan() > and vhost_vdpa_net_load_vlan() to restore the vlan > filtering state at device's startup. > > Co-developed-by: Eugenio Pérez > Signed-off-by: Eugenio Pérez > Signed-off-by: Hawkins

[PATCH v2 3/4] vdpa: Restore vlan filtering state

2023-07-23 Thread Hawkins Jiawei
This patch introduces vhost_vdpa_net_load_single_vlan() and vhost_vdpa_net_load_vlan() to restore the vlan filtering state at device's startup. Co-developed-by: Eugenio Pérez Signed-off-by: Eugenio Pérez Signed-off-by: Hawkins Jiawei --- v2: - remove the extra line pointed out by Eugenio v1: