From 31fe7aa3559acae1dedddf5db1ec5ab13c0dd213 Mon Sep 17 00:00:00 2001 From: Steven Date: Tue, 15 Jan 2019 09:26:18 -0800 Subject: vmxnet3: add numa support and link speed Allocate physmem on the same numa set link speed cap vmxnet3 support version to 3 if the device supports higher version Change-Id: Id47dd83b0da53e623fd6cf3ad010e58158b1ab15 Signed-off-by: Steven --- src/plugins/vmxnet3/format.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/plugins/vmxnet3/format.c') diff --git a/src/plugins/vmxnet3/format.c b/src/plugins/vmxnet3/format.c index eb213c96885..981cda73ff6 100644 --- a/src/plugins/vmxnet3/format.c +++ b/src/plugins/vmxnet3/format.c @@ -63,7 +63,6 @@ format_vmxnet3_device (u8 * s, va_list * args) vmxnet3_txq_t *txq = vec_elt_at_index (vd->txqs, 0); s = format (s, "flags: %U", format_vmxnet3_device_flags, vd); - s = format (s, "\n%Uspeed %u", format_white_space, indent, vd->link_speed); s = format (s, "\n%Urx queues %u, rx desc %u, tx queues %u, tx desc %u", format_white_space, indent, vd->num_rx_queues, rxq->size, vd->num_tx_queues, txq->size); -- cgit 1.2.3-korg