Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6353e187 authored by Eric Engestrom's avatar Eric Engestrom Committed by David S. Miller
Browse files

net/rtnetlink: remove dead code



3b766cd8 ("net/core: Add reading VF
statistics through the PF netdevice") added that variable but it's never
been used.

Signed-off-by: default avatarEric Engestrom <eric.engestrom@imgtec.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 3ebeac1d
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -1391,15 +1391,6 @@ static const struct nla_policy ifla_vf_policy[IFLA_VF_MAX+1] = {
	[IFLA_VF_TRUST]		= { .len = sizeof(struct ifla_vf_trust) },
};

static const struct nla_policy ifla_vf_stats_policy[IFLA_VF_STATS_MAX + 1] = {
	[IFLA_VF_STATS_RX_PACKETS]	= { .type = NLA_U64 },
	[IFLA_VF_STATS_TX_PACKETS]	= { .type = NLA_U64 },
	[IFLA_VF_STATS_RX_BYTES]	= { .type = NLA_U64 },
	[IFLA_VF_STATS_TX_BYTES]	= { .type = NLA_U64 },
	[IFLA_VF_STATS_BROADCAST]	= { .type = NLA_U64 },
	[IFLA_VF_STATS_MULTICAST]	= { .type = NLA_U64 },
};

static const struct nla_policy ifla_port_policy[IFLA_PORT_MAX+1] = {
	[IFLA_PORT_VF]		= { .type = NLA_U32 },
	[IFLA_PORT_PROFILE]	= { .type = NLA_STRING,