From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from kuber.nabble.com (kuber.nabble.com [216.139.236.158]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id C32E7DDE1E for ; Mon, 24 Sep 2007 21:53:59 +1000 (EST) Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1IZmVf-00059p-BU for linuxppc-embedded@ozlabs.org; Mon, 24 Sep 2007 04:53:55 -0700 Message-ID: <12858422.post@talk.nabble.com> Date: Mon, 24 Sep 2007 04:53:55 -0700 (PDT) From: Nethra To: linuxppc-embedded@ozlabs.org Subject: multicast in MPC8272ADS MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , hi, I have written a multicast test application in which there is a multicast sender and receiver. The multicast sender sends multicast packets on a specified interface and the multicast receiver receives multicast packets. I have tested this application on my network with x86 machines. But when I run a multicast receiver (which has been cross compiled for MPC8272ADS) on my MPC board, it is unable to receive multicast packets (the recvfrom call is waiting for ever for packets to arrive). The MPC board is able to send multicast packets to without any problems. The /proc/net/dev_mcast shows the appropriate entries for the multicast address being enabled for the interface of interest(esentially group joining appear to work). My configuration is a MPC8272ADS board rp_filter =0 for all interfaces (ie no source filtering).I am wondering where the problem could be, configurations or the ethernet driver itself? Are there some known issues ? By the way with loopback enabled the reception of packets works in case the sender and receiver are on the same machine waiting for ur comments.. thnks -- View this message in context: http://www.nabble.com/multicast-in-MPC8272ADS-tf4508713.html#a12858422 Sent from the linuxppc-embedded mailing list archive at Nabble.com.