Search results

  1. M

    br0: received packet on eth1 with own address as source address

    Hi, Can anyone please let me know why this kind of error or log occurs when the network is connected in loop. My setup is : I Have 2 devices . Eth0 of first device is connected to PC , eth1 of first device is connected to eth0 of second device . Because of this error bridge may discard the...
  2. M

    Quality Of Service in AM437x using linux

    Hi , One doubt i am having the eth0 is receiving all 100 packets but the bridge is receiving only 50 packets . why this is happening can you please let me know In First image, this is the ifconfig log of first device as you can see the bridge is receiving more than eth0 packets . It is...
  3. M

    Quality Of Service in AM437x using linux

    Thank you . Let me check with the above suggestions
  4. M

    Ethernet Ip packets are not being forwarded by the bridge

    Any reference working code which you can share to communicate between 2 boards with linux bridge.
  5. M

    Quality Of Service in AM437x using linux

    yes. I am prioritizing the traffic based on the vlan priority field. Sending the traffic through the ostinato tool where in 802.1q packets we can set the vlan priority . Based on this priority the prioritization will happen . Below is the code : tc qdisc add dev eth0 handle ffff: ingress tc...
  6. M

    Quality Of Service in AM437x using linux

    Hi GatorsFan, Currently priority and classification is happening , but packets are being discarded . Wanted to know the reason why all packets are not reaching to 4 boards equally . All 250 packets should go to all 4 boards right as i am using bridge .
  7. M

    Ethernet Ip packets are not being forwarded by the bridge

    Hi, Facing one issue . My setup is like there are 2 boards and one test PC. The pc ethernet cable is connected to eth0 port of board 1, eth1 of board1 is connected to eth0 of board 2 . On both the boards have created bridge , added both interfaces to it , assigned different ip address and...
  8. M

    Quality Of Service in AM437x using linux

    Hi , I am implementing QOS in AM437x processor using linux utility traffic control(tc) which comes with iproute/iproute2 package . Implemented at layer 2 i.e have created a bridge and added the two interfaces eth0 and eth1 to it. Setup contains of 4 boards and one test PC. Connections are this...
Top