]> git.droids-corp.org - dpdk.git/blobdiff - app/test-pmd/cmdline.c
ethdev: remove jumbo offload flag
[dpdk.git] / app / test-pmd / cmdline.c
index f777cc453836a103f65049d573f45bd6f521f350..88354ccab9d410d47bcd76d51cfcfcbb0edc9a0d 100644 (file)
@@ -1911,7 +1911,7 @@ cmd_config_max_pkt_len_parsed(void *parsed_result,
                        return;
                }
 
-               update_jumbo_frame_offload(port_id, res->value);
+               update_mtu_from_frame_size(port_id, res->value);
        }
 
        init_port_config();