]> git.baikalelectronics.ru Git - kernel.git/commit
selftests: mptcp: Remove the deprecated config NFT_COUNTER
authorMa Xinjian <xinjianx.ma@intel.com>
Fri, 24 Dec 2021 09:59:28 +0000 (17:59 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 25 Dec 2021 17:15:49 +0000 (17:15 +0000)
commitdff720c2b6d530d33cd189f4e2a713ff69a6b49e
treefb3f4f610750825f428b2359fec02bcd3ce142ad
parent2ab2940504bc2567fc7bc2cd0559bba99c0cff5d
selftests: mptcp: Remove the deprecated config NFT_COUNTER

NFT_COUNTER was removed since
390ad4295aa ("netfilter: nf_tables: make counter support built-in")
LKP/0Day will check if all configs listing under selftests are able to
be enabled properly.

For the missing configs, it will report something like:
LKP WARN miss config CONFIG_NFT_COUNTER= of net/mptcp/config

- it's not reasonable to keep the deprecated configs.
- configs under kselftests are recommended by corresponding tests.
So if some configs are missing, it will impact the testing results

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Ma Xinjian <xinjianx.ma@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/net/mptcp/config