[U-Boot-Users] Ping issue

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

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@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

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@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@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users

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

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

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

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

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

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
participants (5)
-
Andrew Wozniak
-
ganapathi
-
Pantelis Antoniou
-
Vidya S
-
Wolfgang Denk