mbox series

[0/2] add VXLAN inner TSO with noudpcsum support for NFP cards

Message ID 20230203070555.36199-1-chaoyong.he@corigine.com (mailing list archive)
Headers
Series add VXLAN inner TSO with noudpcsum support for NFP cards |

Message

Chaoyong He Feb. 3, 2023, 7:05 a.m. UTC
  This patch series mainly add the VXLAN inner TSO support with noudpcsum
for NFP cards, includes:
- Update related macrio definitions in Tx flagĀ 
- Add the support for VXLAN inner TSO with noudpcsum

Fei Qin (2):
  net/nfp: update macro definitions in Tx flag
  net/nfp: add support for VXLAN inner TSO with noudpcsum

 drivers/net/nfp/nfp_common.c |  8 ++++++--
 drivers/net/nfp/nfp_ethdev.c |  6 ++++--
 drivers/net/nfp/nfp_rxtx.c   | 13 +++++++++++++
 drivers/net/nfp/nfp_rxtx.h   | 19 +++++++++++++++++--
 4 files changed, 40 insertions(+), 6 deletions(-)
  

Comments

Ferruh Yigit Feb. 14, 2023, 3:23 p.m. UTC | #1
On 2/3/2023 7:05 AM, Chaoyong He wrote:
> This patch series mainly add the VXLAN inner TSO support with noudpcsum
> for NFP cards, includes:
> - Update related macrio definitions in Tx flagĀ 
> - Add the support for VXLAN inner TSO with noudpcsum
> 
> Fei Qin (2):
>   net/nfp: update macro definitions in Tx flag
>   net/nfp: add support for VXLAN inner TSO with noudpcsum

Series applied to dpdk-next-net/main, thanks.