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

2021-04-14 Thread Ramon Fried
On Sat, Apr 10, 2021 at 5:17 PM 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 | 37 + > doc/usage/arp.rst | 31 +++

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

2021-04-13 Thread Sean Anderson
...@emh-metering.com ; patrick.delau...@foss.st.com ; peng@nxp.com ; philippe.rey...@softathome.com ; rfried@gmail.com ; s...@chromium.org *Subject:* Re: [PATCH v3] cmd: net: Add the "arp" command On 4/13/21 11:14 AM, lg...@hotmail.com wrote: From: Joe Xue The command is to

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

2021-04-13 Thread Joe Xue
...@gmx.de ; joe.hershber...@ni.com ; olaf.kr...@emh-metering.com ; patrick.delau...@foss.st.com ; peng@nxp.com ; philippe.rey...@softathome.com ; rfried@gmail.com ; s...@chromium.org Subject: Re: [PATCH v3] cmd: net: Add the "arp" command On 4/13/21 11:14 AM, lg...@hotmail.com wr

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

2021-04-13 Thread Sean Anderson
On 4/13/21 11:14 AM, 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 | 37 + doc/usage/arp.rst | 31

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

2021-04-13 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

[PATCH v3] 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 | 37 + doc/usage/arp.rst | 31 +++ include/net.h | 5 + net