Next in thread →
Next in month →
RE: [EXT] [PATCH v1 6/7] virtio-net: Add flow filter requests
> From: Satananda Burla <> > 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.
Next in thread →
Next in month →