Re: Fwd: New Defects reported by Coverity Scan for Das U-Boot

2023-05-15 Thread Ehsan Mohandesi
On 5/8/2023 3:20 PM, Tom Rini wrote: Here's the latest defect report: -- Forwarded message - From: Date: Mon, May 8, 2023, 2:29 PM Subject: New Defects reported by Coverity Scan for Das U-Boot To: Hi, Please find the latest report on new defect(s) introduced to Das U-Boot

Re: [PATCH v4 1/3] net: ipv6: Add support for default gateway discovery.

2023-05-05 Thread Ehsan Mohandesi
On 5/4/2023 9:52 AM, Sergei Antonov wrote: On Sat, 22 Apr 2023 at 03:08, wrote: + if (prefix->on_link && ntohl(prefix->valid_lifetime)) { + net_prefix_length = prefix->prefix_len; + net_gateway6 = ip6->saddr; +

Should different versions of a patch be threaded to each other?

2023-04-26 Thread Ehsan Mohandesi
The following discusses the threading of patches. https://u-boot.readthedocs.io/en/latest/develop/sending_patches.html#sending-updated-patch-versions I see the following mentioned there. "Make sure that your mailer adds or keeps correct In-reply-to: and References: headers, so threading of

Re: [PATCH v2 1/4] Revert "net: ipv6: Add support for default gateway discovery."

2023-04-11 Thread Ehsan Mohandesi
Mohandesi This reverts commit 0af1035a55d9c1486b2db43ee70ff0a63affd4f4. Signed-off-by: Ehsan Mohandesi Conflicts: cmd/Kconfig include/net.h include/net6.h net/net.c --- include/net.h | 4 ++-- net/net.c | 3 +++ 2 files changed, 5 insertions(+), 2 deletions

RE: Re: How to add eth1 to test device tree?

2023-03-28 Thread Ehsan Mohandesi
Hi Simon, > -Original Message- > From: Simon Glass mailto:s...@chromium.org>> > Sent: Monday, March 27, 2023 3:15 PM > To: Ehsan Mohandesi <mailto:emohand...@linux.microsoft.com>> > Cc: u-boot@lists.denx.de <mailto:u-boot@lists.denx.de&g

How to add eth1 to test device tree?

2023-03-27 Thread Ehsan Mohandesi
Hi All, When running the sandbox tests, I want to know how to enable eth1 in order to be able to test network features. The following command is used to run sandbox tests. ./test/py/test.py -k testname.py I am specifically interested in running the network tests. ./test/py/test.py -k

RE: [PATCH] net: ipv6: Add support for default gateway discovery.

2023-03-23 Thread Ehsan Mohandesi
ried@gmail.com; > ilias.apalodi...@linaro.org; Ehsan Mohandesi ; > j...@metanate.com; s...@chromium.org; masahisa.koj...@linaro.org > Subject: [EXTERNAL] Re: [PATCH] net: ipv6: Add support for default gateway > discovery. > > On Thu, 2023-03-02 at 08:58 -0800, emohand...@linux

How to add eth1 to test device tree?

2023-03-22 Thread Ehsan Mohandesi
Hi All, When running the sandbox tests, I want to know how to enable eth1 in order to be able to test network features. The following command is used to run sandbox tests. ./test/py/test.py -k testname.py I am specifically interested in running the network tests. ./test/py/test.py -k test_net.py