]> git.baikalelectronics.ru Git - kernel.git/commit
net: thunderx: remove link change polling code and info from nicpf
authorVadim Lomovtsev <vlomovtsev@marvell.com>
Wed, 20 Feb 2019 11:02:45 +0000 (11:02 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 22 Feb 2019 19:43:45 +0000 (11:43 -0800)
commit2931960a3747bca07a2c00454b6cae9bdcfd4a11
treeb2fa34d4b41a2973de77f0cb27eb90499f6cbaf3
parent7ad36a7fa3b5ac36c633b34dcee24a0f08761ea2
net: thunderx: remove link change polling code and info from nicpf

Since link change polling routine was moved to nicvf side,
we don't need anymore polling function at nicpf side along
with link status info for all enabled Vfs as at VF side
this info is already tracked.

This commit is to remove unnecessary code & fields from
nicpf structure.

Signed-off-by: Vadim Lomovtsev <vlomovtsev@marvell.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/cavium/thunder/nic_main.c