From 168bb1d55efeba716bd3004a1f3d19cf25c15191 Mon Sep 17 00:00:00 2001 From: Andrew Ying Date: Fri, 27 Jan 2023 17:38:18 +0000 Subject: dpdk: fix compatibility with DPDK < 21.11 Signed-off-by: Andrew Ying Type: fix Change-Id: I3c428c90146387ad9ce291c7f646d74f06952b40 --- src/plugins/dpdk/device/common.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/plugins/dpdk/device/common.c') diff --git a/src/plugins/dpdk/device/common.c b/src/plugins/dpdk/device/common.c index 0833f18700c..dc6b0c1c952 100644 --- a/src/plugins/dpdk/device/common.c +++ b/src/plugins/dpdk/device/common.c @@ -160,7 +160,6 @@ dpdk_device_setup (dpdk_device_t * xd) { conf.rxmode.max_rx_pkt_len = dev_info.max_rx_pktlen; xd->max_supported_frame_size = dev_info.max_rx_pktlen; - mtu = xd->max_supported_frame_size - xd->driver_frame_overhead; } else { -- cgit 1.2.3-korg