mbox series

[v1,0/2] net/ice: enable GTP checksum offload

Message ID cover.1568968178.git.ting.xu@intel.com (mailing list archive)
Headers
Series net/ice: enable GTP checksum offload |

Message

Xu, Ting Sept. 20, 2019, 8:36 a.m. UTC
  In this patchset, minor modifications are made in ice pmd and
mbuf to enable GTP tx checksum offload in CVL. Add the GTP
tunnel type flag.

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

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

Comments

Qi Zhang Oct. 17, 2019, 1:37 a.m. UTC | #1
> -----Original Message-----
> From: Xu, Ting
> Sent: Friday, September 20, 2019 4:36 PM
> To: dev@dpdk.org
> Cc: Lu, Wenzhuo <wenzhuo.lu@intel.com>; Wu, Jingjing
> <jingjing.wu@intel.com>; Ye, Xiaolong <xiaolong.ye@intel.com>; Yang, Qiming
> <qiming.yang@intel.com>; Mcnamara, John <john.mcnamara@intel.com>;
> Kovacevic, Marko <marko.kovacevic@intel.com>; olivier.matz@6wind.com;
> Zhang, Qi Z <qi.z.zhang@intel.com>
> Subject: [PATCH v1 0/2] net/ice: enable GTP checksum offload
> 
> In this patchset, minor modifications are made in ice pmd and mbuf to enable
> GTP tx checksum offload in CVL. Add the GTP tunnel type flag.
> 
> Ting Xu (2):
>   lib/mbuf: add GTP tunnel type flag
>   net/ice: add GTP type in tunneling parse
> 
>  doc/guides/rel_notes/release_19_11.rst | 5 +++++
>  drivers/net/ice/ice_rxtx.c             | 1 +
>  lib/librte_mbuf/rte_mbuf.h             | 2 ++
>  3 files changed, 8 insertions(+)
> 
> --
> 2.17.1

Acked-by: Qi Zhang <qi.z.zhang@intel.com>