igb: disable virtualization features on 82580
authorCorinna Vinschen <vinschen@redhat.com>
Thu, 31 Aug 2023 12:19:13 +0000 (14:19 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 3 Sep 2023 13:07:40 +0000 (14:07 +0100)
commitfa09bc40b21a33937872c4c4cf0f266ec9fa4869
tree8a9757aec495e97743305a0b820efe5ccaa04ef8
parentae074e2b2fd410bf54d56509a7e48fb83873af3b
igb: disable virtualization features on 82580

Disable virtualization features on 82580 just as on i210/i211.
This avoids that virt functions are acidentally called on 82850.

Fixes: 55cac248caa4 ("igb: Add full support for 82580 devices")
Signed-off-by: Corinna Vinschen <vinschen@redhat.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/intel/igb/igb_main.c