[ovs-dev] [PATCH V11 06/33] netdev: Adding a new netdev API to be used for offloading flows

Simon Horman simon.horman at netronome.com
Wed Jun 14 08:27:43 UTC 2017


On Tue, Jun 13, 2017 at 06:03:28PM +0300, Roi Dayan wrote:
> From: Paul Blakey <paulb at mellanox.com>
> 
> Add a new API interface for offloading dpif flows to netdev.
> The API consist on the following:
>   flow_put - offload a new flow
>   flow_get - query an offloaded flow
>   flow_del - delete an offloaded flow
>   flow_flush - flush all offloaded flows
>   flow_dump_* - dump all offloaded flows
> 
> In upcoming commits we will introduce an implementation of this
> API for netdev-linux.
> 
> Signed-off-by: Paul Blakey <paulb at mellanox.com>
> Reviewed-by: Roi Dayan <roid at mellanox.com>
> Reviewed-by: Simon Horman <simon.horman at netronome.com>
> Acked-by: Flavio Leitner <fbl at sysclose.org>

Thanks, applied to master.


More information about the dev mailing list