mbox series

[0/2] report the outer L3 and L4 packet type

Message ID 20230605031207.3381300-1-chaoyong.he@corigine.com (mailing list archive)
Headers
Series report the outer L3 and L4 packet type |

Message

Chaoyong He June 5, 2023, 3:12 a.m. UTC
  This patch series add the support of:
1. Report the outer L3 packet type.
2. Report the L4 packet type for VXLAN and GENEVE.

Qin Ke (2):
  net/nfp: report outer L3 packet type by Rx descriptor
  net/nfp: add default process to report outer L4 packet type

 drivers/net/nfp/nfp_rxtx.c | 21 +++++++++++++++++++--
 drivers/net/nfp/nfp_rxtx.h | 21 +++++++++++++++++----
 2 files changed, 36 insertions(+), 6 deletions(-)
  

Comments

Ferruh Yigit June 6, 2023, 9:43 a.m. UTC | #1
On 6/5/2023 4:12 AM, Chaoyong He wrote:
> This patch series add the support of:
> 1. Report the outer L3 packet type.
> 2. Report the L4 packet type for VXLAN and GENEVE.
> 
> Qin Ke (2):
>   net/nfp: report outer L3 packet type by Rx descriptor
>   net/nfp: add default process to report outer L4 packet type
> 

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