mbox

[v2,0/2] support GTP Tx checksum offload

Message ID cover.1571647239.git.ting.xu@intel.com (mailing list archive)
Headers

Message

Xu, Ting Oct. 21, 2019, 9:59 a.m. UTC
  In this patchset, minor modifications are made in ice pmd and
mbuf to support GTP Tx checksum offload in CVL. Add the GTP
tunnel type flag in mbuf.

v2: modify codes according to comments. Add flag name in
rte_mbuf.c.

Ting Xu (2):
  lib/mbuf: add GTP tunnel type flag
  net/ice: add GTP tunnel type in tunneling parse

 doc/guides/rel_notes/release_19_11.rst | 1 +
 drivers/net/ice/ice_rxtx.c             | 1 +
 lib/librte_mbuf/rte_mbuf.c             | 2 ++
 lib/librte_mbuf/rte_mbuf.h             | 2 ++
 4 files changed, 6 insertions(+)