Skip to content
Snippets Groups Projects
  1. Aug 19, 2021
  2. Aug 18, 2021
  3. Aug 17, 2021
    • Dongseok Yi's avatar
      soc/google/cpif: Try to refill DIT dst data buffer · b263599a
      Dongseok Yi authored
      
      dit_init would get a skb alloc failure in dit_fill_rx_dst_data_buffer.
      dit_init will check the below condition on the next call and there
      will be no error.
      
      dit_fill_rx_dst_data_buffer:
      [...]
        if (initial && desc_info->dst_skb_buf[ring_num])
          return 0;
      [...]
      
      Some entries of both dst_desc and dst_skb_buf can be empty. Add a flag
      to check if dst_skb_buf is filled.
      
      Bug: 192712042
      Test: Simulate skb alloc failure, then use perftest to send UDP data.
      
      Signed-off-by: default avatarDongseok Yi <dseok.yi@samsung.com>
      Change-Id: I800971926c13fafd6a0c805844a5c443bb69c0d9
      Signed-off-by: default avatarMars Lin <marslin@google.com>
      b263599a
  4. Aug 16, 2021
  5. Aug 13, 2021
  6. Aug 12, 2021
  7. Aug 11, 2021
  8. Aug 10, 2021
  9. Aug 09, 2021
Loading