Message ID | 20200505171549.3887403-1-ferruh.yigit@intel.com |
---|---|
State | Rejected |
Delegated to: | Ferruh Yigit |
Headers | show |
Series |
|
Related | show |
Context | Check | Description |
---|---|---|
ci/iol-testing | success | Testing PASS |
ci/Intel-compilation | fail | Compilation issues |
ci/iol-mellanox-Performance | success | Performance Testing PASS |
ci/travis-robot | success | Travis build: passed |
ci/iol-nxp-Performance | success | Performance Testing PASS |
ci/iol-intel-Performance | success | Performance Testing PASS |
ci/checkpatch | success | coding style OK |
diff --git a/MAINTAINERS b/MAINTAINERS index 9b11c6f32a..0b1b7b2751 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -546,7 +546,6 @@ F: doc/guides/sample_app_ug/kernel_nic_interface.rst Linux AF_PACKET M: John W. Linville <linville@tuxdriver.com> F: drivers/net/af_packet/ -F: doc/guides/nics/features/afpacket.ini Linux AF_XDP M: Xiaolong Ye <xiaolong.ye@intel.com> diff --git a/doc/guides/nics/features/afpacket.ini b/doc/guides/nics/features/afpacket.ini deleted file mode 100644 index 99f87ab6ed..0000000000 --- a/doc/guides/nics/features/afpacket.ini +++ /dev/null @@ -1,6 +0,0 @@ -; -; Supported features of the 'afpacket' network poll mode driver. -; -; Refer to default.ini for the full list of available PMD features. -; -[Features]
To increase the feature table readability, removing empty column, the file can be added back when the content is available. Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> --- MAINTAINERS | 1 - doc/guides/nics/features/afpacket.ini | 6 ------ 2 files changed, 7 deletions(-) delete mode 100644 doc/guides/nics/features/afpacket.ini