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

2021-04-10 Thread Joe Xue
com ; patrick.delau...@foss.st.com ; peng@nxp.com ; philippe.rey...@softathome.com ; rfried@gmail.com ; s...@chromium.org Subject: Re: [PATCH v2] cmd: net: Add the "arp" command On 4/9/21 11:46 PM, lg...@hotmail.com wrote: > From: Joe Xue > > The command is

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

2021-04-10 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 | 36 doc/usage/arp.rst | 31 +++ include/net.h | 5 + net/

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

2021-04-09 Thread Heinrich Schuchardt
On 4/9/21 11:46 PM, lg...@hotmail.com wrote: 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 | 36 doc/usage/arp.rst | 31 +