[dpdk-dev] [PATCH v2 0/2] support GTP Tx checksum offload

Ting Xu ting.xu at intel.com
Mon Oct 21 11:59:59 CEST 2019


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(+)

-- 
2.17.1



More information about the dev mailing list