Re: [casper] [ROACH2] tap-start invalid

2017-06-08 Thread Marc Welz
Unrelated to the age of tcpborphserver. If you can't find /proct/net/igmp then you would be running a kernel build quite a bit older that what is available ... regards marc On Thu, Jun 8, 2017 at 2:06 PM, Amit Bansod wrote: > Hi Marc, > > On "netstat -ng", it says

Re: [casper] [ROACH2] tap-start invalid

2017-06-08 Thread Amit Bansod
Hi Marc, On "netstat -ng", it says "netstat: no support for 'AF INET (igmp)' on this system. Can this be due to old version of tcpborphserver ? Regards, Amit On 08-Jun-17 3:54 PM, Marc Welz wrote: > You might be looking in /proc/sys/net, you want to be in /proc/net > > regards > > marc > > > On

Re: [casper] [ROACH2] tap-start invalid

2017-06-08 Thread Marc Welz
You might be looking in /proc/sys/net, you want to be in /proc/net regards marc On Thu, Jun 8, 2017 at 1:51 PM, Amit Bansod wrote: > Hi Marc, > > Thanks, I changed the force_igmp_version to 2 however I do not see any > "igmp" entry in /proc/net directory. > >

Re: [casper] [ROACH2] tap-start invalid

2017-06-08 Thread Amit Bansod
Hi Marc, Thanks, I changed the force_igmp_version to 2 however I do not see any "igmp" entry in /proc/net directory. Regards, Amit On 08-Jun-17 3:38 PM, Marc Welz wrote: > Not 100% sure, but I think you might have to downgrade the linux igmp > messages to version 2 to work with mellanox ? There

Re: [casper] [ROACH2] tap-start invalid

2017-06-08 Thread Marc Welz
Also: cat /proc/net/igmp on the roach will tell you what groups the kernel thinks it should be subscribed to ... regards marc On Thu, Jun 8, 2017 at 12:15 PM, Amit Bansod wrote: > Hi Marc, > > I gave this a try: > >

Re: [casper] [ROACH2] tap-start invalid

2017-06-08 Thread Marc Welz
Not 100% sure, but I think you might have to downgrade the linux igmp messages to version 2 to work with mellanox ? There is a force_igmp_version entry in /proc/sys/net ... regards marc On Thu, Jun 8, 2017 at 12:15 PM, Amit Bansod wrote: > Hi Marc, > > I gave this a

Re: [casper] [ROACH2] tap-start invalid

2017-06-08 Thread Amit Bansod
Hi Marc, I gave this a try: fpga.tap_start('tap0',gbe_core_name,mac_id,unicast_source_ip,fabric_port) fpga.tap_multicast_add_recv('tap0',multicast_ip) I do see the log shows "multicast add" successful but we do not see any membership reports from ROACH2. Is there a way to monitor IGMP requests