> -----Original Message-----
> From: Markus Armbruster <[email protected]>
> Sent: Wednesday, November 10, 2021 1:07 PM
> To: Zhang, Chen <[email protected]>
> Cc: Jason Wang <[email protected]>; qemu-dev <qemu-
> [email protected]>; Li Zhijian <[email protected]>
> Subject: Re: [PATCH] net/filter: Enable the vnet_hdr_support by default
>
> Zhang Chen <[email protected]> writes:
>
> > This patch make filters and colo-compare module support vnet_hdr by
> > default. And also support -device non-virtio-net(like e1000.).
> > But it can't avoid user manual configuration error between different
> > filters when enable/disable virtio-net-pci.
> >
> > Signed-off-by: Zhang Chen <[email protected]>
>
> Have you considered backward compatibility? Can it break usage that now
> works?
Yes, this patch fully guarantees the compatibility as Jason's comments.
Original usage still works.
Thanks
Chen