Re: [PATCH net-next 2/7] net: aquantia: add documentation for the atlantic driver

2019-06-24 Thread Igor Russkikh
>> + increase the MTU size. For example: >> + >> +ifconfig mtu 16000 up > > ifconfig has been deprecated for many years. Please document the > iproute2 command. Thanks for review, Andrew, yep, will update that. >> + supports-priv-flags: no > > Shouldn't there be 5.2-rc5 in here some

Re: [PATCH net-next 2/7] net: aquantia: add documentation for the atlantic driver

2019-06-22 Thread Andrew Lunn
> + Jumbo Frames > + > + The driver supports Jumbo Frames for all adapters. Jumbo Frames support is > + enabled by changing the MTU to a value larger than the default of 1500. > + The maximum value for the MTU is 16000. Use the ifconfig command to > + increase the MTU size. For

[PATCH net-next 2/7] net: aquantia: add documentation for the atlantic driver

2019-06-22 Thread Igor Russkikh
Document contains configuration options description, details and examples of driver various settings. Signed-off-by: Igor Russkikh --- .../device_drivers/aquantia/atlantic.txt | 451 ++ 1 file changed, 451 insertions(+) create mode 100644 Documentation/networking/device_dr