On 20.11.2019 16:28, Eli Britstein wrote:
> Fixes: e8a2b5bf92bb ("netdev-dpdk: implement flow offload with rte flow")
> Signed-off-by: Eli Britstein <[email protected]>
> Reviewed-by: Oz Shlomo <[email protected]>
> ---
> lib/netdev-offload-dpdk.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lib/netdev-offload-dpdk.c b/lib/netdev-offload-dpdk.c
> index 9882e1d23..6e1ca8a0d 100644
> --- a/lib/netdev-offload-dpdk.c
> +++ b/lib/netdev-offload-dpdk.c
> @@ -150,7 +150,7 @@ netdev_offload_dpdk_add_flow(struct netdev *netdev,
> actions.actions, &error);
>
> if (!flow) {
> - VLOG_ERR("%s: rte flow creat error: %u : message : %s\n",
> + VLOG_ERR("%s: rte flow create error: %u : message : %s\n",
I think it was a subtle humorous allusion to O_CREAT. :)
BTW, if you're fixing this log message, you could make it more
human-readable, e.g. "%s: Failed to create flow: %s (%u)".
Best regards, Ilya Maximets.
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev