[v2,0/8] Fix outer UDP checksum for Intel nics

Message ID 20240405144604.906695-1-david.marchand@redhat.com (mailing list archive)
Headers
Series Fix outer UDP checksum for Intel nics |

Message

David Marchand April 5, 2024, 2:45 p.m. UTC
  This series aims at fixing outer UDP checksum for Intel nics (i40e and
ice). While reviewing the API, I found out some discrepancies in the
mbuf documentation that I tried to fix.
I also noticed that the net/hns3 is really similar in its internals and
aligned its implementation.

As I touched testpmd csumonly engine, this series may break other
vendors outer offloads, so please vendors, review and test this ASAP.

Thanks.