DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: deprecate KNI ethtool support
@ 2019-02-18 12:30 Ferruh Yigit
  2019-02-18 14:24 ` Neil Horman
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Ferruh Yigit @ 2019-02-18 12:30 UTC (permalink / raw)
  To: dev, Neil Horman, John McNamara, Marko Kovacevic

Remove KNI ethtool support.

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
---
RFC Patch: https://patches.dpdk.org/patch/49025/
---
 doc/guides/rel_notes/deprecation.rst | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 1b4fcb7e6..0491eeea1 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -75,3 +75,11 @@ Deprecation Notices
 
 * crypto/aesni_mb: the minimum supported intel-ipsec-mb library version will be
   changed from 0.49.0 to 0.52.0.
+
+* kni: remove KNI ethtool support. To clarify, this is not to remove the KNI,
+  but only to remove ethtool support of it that is disabled by default and
+  can be enabled via ``CONFIG_RTE_KNI_KMOD_ETHTOOL`` config option.
+  Existing KNI ethtool implementation is only supported by ``igb`` & ``ixgbe``
+  drivers, by using a copy of kernel drivers in DPDK. This model can't be extend
+  to all drivers in DPDK and it is too much effort to maintain kernel modules in DPDK.
+  As a result users won't be able to use ``ethtool`` via ``igb`` & ``ixgbe`` anymore.
-- 
2.20.1

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-03-27 13:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-18 12:30 [dpdk-dev] [PATCH] doc: deprecate KNI ethtool support Ferruh Yigit
2019-02-18 14:24 ` Neil Horman
2019-02-18 14:26 ` Igor Ryzhov
2019-02-18 14:42 ` Jerin Jacob Kollanukkaran
2019-02-18 18:56 ` Rami Rosen
2019-03-27 13:37 ` Thomas Monjalon
2019-03-27 13:37   ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).