[dpdk-dev] [PATCH 3/3] igb_uio: remove sys files for setting pci config space

2015-12-21 Thread Stephen Hemminger
On Mon, 21 Dec 2015 10:38:06 +0800 Helin Zhang wrote: > Sys files of 'extended_tag' and 'max_read_request_size' are > useless, as nobody will use them for setting pci config space. > > Signed-off-by: Helin Zhang > --- > doc/guides/linux_gsg/enable_func.rst | 22 -- > doc/guides/rel_n

[dpdk-dev] [PATCH 3/3] igb_uio: remove sys files for setting pci config space

2015-12-21 Thread Helin Zhang
Sys files of 'extended_tag' and 'max_read_request_size' are useless, as nobody will use them for setting pci config space. Signed-off-by: Helin Zhang --- doc/guides/linux_gsg/enable_func.rst | 22 -- doc/guides/rel_notes/deprecation.rst | 3 + doc/guides/rel_notes/release_2_3.rs