Uploaded image for project: 'vpp'
  1. vpp
  2. VPP-1978

VPP-master af-packet: Fixed data sending not successful in VNET_DEVICE_CLASS_TX_FN (af_packet_device_class)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Open
    • Icon: Medium Medium
    • None
    • None
    • None
    • None

      af-packet: Fixed data sending not successful in VNET_DEVICE_CLASS_TX_FN (af_packet_device_class)
      modified: vnet/devices/af_packet/device.c

      Indexes(tx_frame) should not be moved when the tph->tp_status status is detected to be incorrect.

       

      tx_frame = (tx_frame + 1) % frame_num;  

            Unassigned Unassigned
            hongl hong liu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: