Re: [PATCH v4] cmd: net: Add the "arp" command

2021-04-15 Thread Joe Xue
...@foss.st.com ; peng@nxp.com ; philippe.rey...@softathome.com ; rfried@gmail.com ; s...@chromium.org Subject: Re: [PATCH v4] cmd: net: Add the "arp" command Am 15. April 2021 15:22:30 MESZ schrieb lg...@hotmail.com: >From: Joe Xue > >The command is to query and sh

Re: [PATCH v4] cmd: net: Add the "arp" command

2021-04-15 Thread Heinrich Schuchardt
Am 15. April 2021 15:22:30 MESZ schrieb lg...@hotmail.com: >From: Joe Xue > >The command is to query and show mac address of a specific ipAddress. > >Signed-off-by: Joe Xue >--- It is unclear what changed with respect to v3. It is best practice to add this information after the 3 hyphens above

[PATCH v4] cmd: net: Add the "arp" command

2021-04-15 Thread lgxue
From: Joe Xue The command is to query and show mac address of a specific ipAddress. Signed-off-by: Joe Xue --- cmd/Kconfig | 6 ++ cmd/net.c | 37 + doc/usage/arp.rst | 31 +++ include/net.h | 5 + net