* [U-Boot-Users] Ping issue
@ 2004-06-17 12:21 Vidya S
2004-06-17 12:21 ` Pantelis Antoniou
2004-06-17 12:59 ` Wolfgang Denk
0 siblings, 2 replies; 9+ messages in thread
From: Vidya S @ 2004-06-17 12:21 UTC (permalink / raw)
To: u-boot
Hi,
I am using smc91111.c driver of u-boot. all my network functionalities are working well.
i am able to ping an other ip address and i get a message that the host is alive or not.
Only problem is, when someone pings the target ip (my network card ip), it says destination not reachable.
Is this really a problem? if so, pls help me solving it.
regards
vidya
^ permalink raw reply [flat|nested] 9+ messages in thread
* [U-Boot-Users] Ping issue
2004-06-17 12:21 [U-Boot-Users] Ping issue Vidya S
@ 2004-06-17 12:21 ` Pantelis Antoniou
2004-06-17 12:43 ` ganapathi
2004-06-17 13:01 ` Wolfgang Denk
2004-06-17 12:59 ` Wolfgang Denk
1 sibling, 2 replies; 9+ messages in thread
From: Pantelis Antoniou @ 2004-06-17 12:21 UTC (permalink / raw)
To: u-boot
Vidya S wrote:
>Hi,
>
> I am using smc91111.c driver of u-boot. all my network functionalities are working well.
>i am able to ping an other ip address and i get a message that the host is alive or not.
>
>Only problem is, when someone pings the target ip (my network card ip), it says destination not reachable.
>Is this really a problem? if so, pls help me solving it.
>
>regards
>vidya
>
>
>
>-------------------------------------------------------
>This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
>Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
>Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
>REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
>_______________________________________________
>U-Boot-Users mailing list
>U-Boot-Users at lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/u-boot-users
>
>
>
>
There is no ICMP reply support in current u-boot.
I have some custom patches that can do that
but I haven't yet submitted, and even when I will
there is no guarantee that they'll make it, since
they require pretty big changes to the networking code.
Regards
Pantelis
^ permalink raw reply [flat|nested] 9+ messages in thread
* [U-Boot-Users] Ping issue
2004-06-17 12:21 ` Pantelis Antoniou
@ 2004-06-17 12:43 ` ganapathi
2004-06-17 13:01 ` Wolfgang Denk
1 sibling, 0 replies; 9+ messages in thread
From: ganapathi @ 2004-06-17 12:43 UTC (permalink / raw)
To: u-boot
vidya,
Ping is working properly in u-boot-1.0.0 and further versions.
I didnt faced any such problem in the smc91111.
Regards
Ganapathi C
----- Original Message -----
From: "Pantelis Antoniou" <panto@intracom.gr>
To: "Vidya S" <vidya.s@lgsoftindia.com>
Cc: <u-boot-users@lists.sourceforge.net>
Sent: Thursday, June 17, 2004 5:51 PM
Subject: Re: [U-Boot-Users] Ping issue
> Vidya S wrote:
>
> >Hi,
> >
> > I am using smc91111.c driver of u-boot. all my network functionalities
are working well.
> >i am able to ping an other ip address and i get a message that the host
is alive or not.
> >
> >Only problem is, when someone pings the target ip (my network card ip),
it says destination not reachable.
> >Is this really a problem? if so, pls help me solving it.
> >
> >regards
> >vidya
> >
> >
> >
> >-------------------------------------------------------
> >This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
> >Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
> >Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
> >REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
> >_______________________________________________
> >U-Boot-Users mailing list
> >U-Boot-Users at lists.sourceforge.net
> >https://lists.sourceforge.net/lists/listinfo/u-boot-users
> >
> >
> >
> >
> There is no ICMP reply support in current u-boot.
>
> I have some custom patches that can do that
> but I haven't yet submitted, and even when I will
> there is no guarantee that they'll make it, since
> they require pretty big changes to the networking code.
>
> Regards
>
> Pantelis
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
> Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
> Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
> REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users
^ permalink raw reply [flat|nested] 9+ messages in thread
* [U-Boot-Users] Ping issue
2004-06-17 13:01 ` Wolfgang Denk
@ 2004-06-17 12:57 ` Pantelis Antoniou
2004-06-17 13:18 ` Wolfgang Denk
0 siblings, 1 reply; 9+ messages in thread
From: Pantelis Antoniou @ 2004-06-17 12:57 UTC (permalink / raw)
To: u-boot
Wolfgang Denk wrote:
>In message <40D18CDE.8080609@intracom.gr> you wrote:
>
>>There is no ICMP reply support in current u-boot.
>>
>>I have some custom patches that can do that
>>but I haven't yet submitted, and even when I will
>>there is no guarantee that they'll make it, since
>>they require pretty big changes to the networking code.
>>
>
>I can imagine the magnitude of the required changes, and I agree that
>it's very unlikely that I would accept such a big reorganization for
>such a little gain.
>
>Best regards,
>
>Wolfgang Denk
>
>
Well, obviously that the ping works is only a small
side-effect.
Anyway, since u-boot is GPL, I have to at least offer
my changes to the community.
If they are rejected is no big deal...
Regards
Pantelis
^ permalink raw reply [flat|nested] 9+ messages in thread
* [U-Boot-Users] Ping issue
2004-06-17 12:21 [U-Boot-Users] Ping issue Vidya S
2004-06-17 12:21 ` Pantelis Antoniou
@ 2004-06-17 12:59 ` Wolfgang Denk
1 sibling, 0 replies; 9+ messages in thread
From: Wolfgang Denk @ 2004-06-17 12:59 UTC (permalink / raw)
To: u-boot
In message <EC9E4C8E76FEF944B5C0711496A107286499DD@APPOLO.lgdomain.com> you wrote:
>
> Only problem is, when someone pings the target ip (my network card ip),
> it says destination not reachable.
> Is this really a problem? if so, pls help me solving it.
This is not a problem, but how it's implemented.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd at denx.de
Celestial navigation is based on the premise that the Earth is the
center of the universe. The premise is wrong, but the navigation
works. An incorrect model can be a useful tool. - Kelvin Throop III
^ permalink raw reply [flat|nested] 9+ messages in thread
* [U-Boot-Users] Ping issue
2004-06-17 12:21 ` Pantelis Antoniou
2004-06-17 12:43 ` ganapathi
@ 2004-06-17 13:01 ` Wolfgang Denk
2004-06-17 12:57 ` Pantelis Antoniou
1 sibling, 1 reply; 9+ messages in thread
From: Wolfgang Denk @ 2004-06-17 13:01 UTC (permalink / raw)
To: u-boot
In message <40D18CDE.8080609@intracom.gr> you wrote:
>
> There is no ICMP reply support in current u-boot.
>
> I have some custom patches that can do that
> but I haven't yet submitted, and even when I will
> there is no guarantee that they'll make it, since
> they require pretty big changes to the networking code.
I can imagine the magnitude of the required changes, and I agree that
it's very unlikely that I would accept such a big reorganization for
such a little gain.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd at denx.de
Power is danger.
-- The Centurion, "Balance of Terror", stardate 1709.2
^ permalink raw reply [flat|nested] 9+ messages in thread
* [U-Boot-Users] Ping issue
2004-06-17 12:57 ` Pantelis Antoniou
@ 2004-06-17 13:18 ` Wolfgang Denk
2004-12-06 23:00 ` Andrew Wozniak
0 siblings, 1 reply; 9+ messages in thread
From: Wolfgang Denk @ 2004-06-17 13:18 UTC (permalink / raw)
To: u-boot
In message <40D19553.2070503@intracom.gr> you wrote:
>
> >I can imagine the magnitude of the required changes, and I agree that
> >it's very unlikely that I would accept such a big reorganization for
> >such a little gain.
>
> Well, obviously that the ping works is only a small
> side-effect.
I see. So I better keep my mouth shut and have a look at the code
before whining. Sorry.
> Anyway, since u-boot is GPL, I have to at least offer
> my changes to the community.
> If they are rejected is no big deal...
So far your contributions were well accepted, I think.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd at denx.de
On my planet, to rest is to rest -- to cease using energy. To me, it
is quite illogical to run up and down on green grass, using energy,
instead of saving it.
-- Spock, "Shore Leave", stardate 3025.2
^ permalink raw reply [flat|nested] 9+ messages in thread
* [U-Boot-Users] Ping issue
2004-06-17 13:18 ` Wolfgang Denk
@ 2004-12-06 23:00 ` Andrew Wozniak
2004-12-06 23:33 ` Wolfgang Denk
0 siblings, 1 reply; 9+ messages in thread
From: Andrew Wozniak @ 2004-12-06 23:00 UTC (permalink / raw)
To: u-boot
Hello Wolfgang,
There hasn't been much more discussion on this possible contribution to
the U-Boot mainline. And I haven't had a chance to look at the latest
CVS source - was a patch ever submitted for ICMP reply support?
In your previous message, it looked like the patch would not be accepted
if it required a massive code overhaul.
Thank you and best regards, Andy
Wolfgang Denk wrote:
> In message <40D19553.2070503@intracom.gr> you wrote:
>
>>>I can imagine the magnitude of the required changes, and I agree that
>>>it's very unlikely that I would accept such a big reorganization for
>>>such a little gain.
>>
>>Well, obviously that the ping works is only a small
>>side-effect.
>
>
> I see. So I better keep my mouth shut and have a look at the code
> before whining. Sorry.
>
>
>>Anyway, since u-boot is GPL, I have to at least offer
>>my changes to the community.
>>If they are rejected is no big deal...
>
>
> So far your contributions were well accepted, I think.
>
> Best regards,
>
> Wolfgang Denk
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* [U-Boot-Users] Ping issue
2004-12-06 23:00 ` Andrew Wozniak
@ 2004-12-06 23:33 ` Wolfgang Denk
0 siblings, 0 replies; 9+ messages in thread
From: Wolfgang Denk @ 2004-12-06 23:33 UTC (permalink / raw)
To: u-boot
Dear Andrew,
in message <41B4E4A2.6050907@mc.com> you wrote:
>
> There hasn't been much more discussion on this possible contribution to
> the U-Boot mainline. And I haven't had a chance to look at the latest
> CVS source - was a patch ever submitted for ICMP reply support?
I haven't seen any.
> In your previous message, it looked like the patch would not be accepted
> if it required a massive code overhaul.
No, this is not exactly what I said:
> > I see. So I better keep my mouth shut and have a look at the code
> > before whining. Sorry.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
The IQ of the group is the lowest IQ of a member of the group divided
by the number of people in the group.
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2004-12-06 23:33 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-17 12:21 [U-Boot-Users] Ping issue Vidya S
2004-06-17 12:21 ` Pantelis Antoniou
2004-06-17 12:43 ` ganapathi
2004-06-17 13:01 ` Wolfgang Denk
2004-06-17 12:57 ` Pantelis Antoniou
2004-06-17 13:18 ` Wolfgang Denk
2004-12-06 23:00 ` Andrew Wozniak
2004-12-06 23:33 ` Wolfgang Denk
2004-06-17 12:59 ` Wolfgang Denk
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.