]> 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)
commitbdf0aca048d5bb419e10c3957b352efd8d74d63d
treeb2fa34d4b41a2973de77f0cb27eb90499f6cbaf3
parentcb7f01d9a9a4de5149728081acceaf10a5c814d8
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