OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

virtio-comment message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: RE: [EXT] [PATCH v1 6/7] virtio-net: Add flow filter requests


> From: Satananda Burla <sburla@marvell.com>
> Sent: Monday, October 16, 2023 5:10 AM

> I think virtio_net_ff_dest and virtio_net_ff_action can be combined.
Done in v2.
> In fact, dest is only valid if action is forward. So, the additional fields in
> virtio_net_ff_dest can be added to virtio_net_ff_action in a union and only
> interpreted if action type is forward.
> Also we would need support for multiple actions in future(tc flower) so we may
> need to have an array of actions. Similar to
> https://elixir.bootlin.com/linux/latest/source/include/net/flow_offload.h#L328
Also done in v2.

Thanks, this was useful addition to future proof the tc filters.


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]