2
0
mirror of https://github.com/openvswitch/ovs synced 2025-09-05 00:35:33 +00:00

netdev-offload: Fix some typos.

Caught while reviewing code.

Fixes: aca2f8a8a6 ("netdev-offload-dpdk: Implement HW miss packet recover for vport.")
Fixes: 241bad15d9 ("dpif-netdev: associate flow with a mark id")
Acked-by: Eelco Chaudron <echaudro@redhat.com>
Signed-off-by: David Marchand <david.marchand@redhat.com>
Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
This commit is contained in:
David Marchand
2023-05-31 15:22:20 +02:00
committed by Ilya Maximets
parent ef1da757f0
commit 359cabbd6e
2 changed files with 2 additions and 2 deletions

View File

@@ -2672,7 +2672,7 @@ netdev_offload_dpdk_hw_miss_packet_recover(struct netdev *netdev,
if (rte_restore_info.flags & RTE_FLOW_RESTORE_INFO_ENCAPSULATED) {
if (!vport_netdev->netdev_class ||
!vport_netdev->netdev_class->pop_header) {
VLOG_ERR_RL(&rl, "vport nedtdev=%s with no pop_header method",
VLOG_ERR_RL(&rl, "vport netdev=%s with no pop_header method",
netdev_get_name(vport_netdev));
ret = EOPNOTSUPP;
goto close_vport_netdev;