mbox series

[v3,0/3] enable UDP ecpri configure in dcf

Message ID 20210113140518.64105-1-jia.guo@intel.com (mailing list archive)
Headers
Series enable UDP ecpri configure in dcf |

Message

Guo, Jia Jan. 13, 2021, 2:05 p.m. UTC
  Enabling ecpri UDP tunnel port configure in dcf.

v3:
seperate patch set.

v2:
refactor PTYPE parsing and add related sharecode patch separate patch set

Jeff Guo (3):
  net/ice: add PTYPE mapping for ecpri
  net/iavf: add PTYPE mapping for ecpri
  net/ice: enable ecpri tunnel port configure in dcf

 drivers/net/iavf/iavf_rxtx.c     | 44 +++++++++++++++++++++
 drivers/net/ice/ice_dcf_ethdev.c | 67 ++++++++++++++++++++++++++++++++
 drivers/net/ice/ice_rxtx.c       | 44 +++++++++++++++++++++
 3 files changed, 155 insertions(+)
  

Comments

Qi Zhang Jan. 14, 2021, 4:18 a.m. UTC | #1
> -----Original Message-----
> From: Guo, Jia <jia.guo@intel.com>
> Sent: Wednesday, January 13, 2021 10:05 PM
> To: Zhang, Qi Z <qi.z.zhang@intel.com>; Wu, Jingjing <jingjing.wu@intel.com>;
> Yang, Qiming <qiming.yang@intel.com>; Wang, Haiyue
> <haiyue.wang@intel.com>
> Cc: dev@dpdk.org; Guo, Jia <jia.guo@intel.com>; Su, Simei
> <simei.su@intel.com>
> Subject: [dpdk-dev v3 0/3] enable UDP ecpri configure in dcf
> 
> Enabling ecpri UDP tunnel port configure in dcf.
> 
> v3:
> seperate patch set.
> 
> v2:
> refactor PTYPE parsing and add related sharecode patch separate patch set
> 
> Jeff Guo (3):
>   net/ice: add PTYPE mapping for ecpri
>   net/iavf: add PTYPE mapping for ecpri

For patch, 1,2 for new PTYPE mapping.

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

Applied to dpdk-next-net-intel.

>   net/ice: enable ecpri tunnel port configure in dcf

For patch 3, it is depends on below patches
1. enable ecpri tunnel type .
http://patchwork.dpdk.org/patch/85702/
2. refine the description for rte_eth_dev_udp_tunnel_port_add
http://patchwork.dpdk.org/patch/86406/

Thomas, Ferruh:
	Please let us know if any issue for above patch merge.
Thanks
Qi
  
Ferruh Yigit Jan. 18, 2021, 9:28 a.m. UTC | #2
On 1/14/2021 4:18 AM, Zhang, Qi Z wrote:
> 
> 
>> -----Original Message-----
>> From: Guo, Jia <jia.guo@intel.com>
>> Sent: Wednesday, January 13, 2021 10:05 PM
>> To: Zhang, Qi Z <qi.z.zhang@intel.com>; Wu, Jingjing <jingjing.wu@intel.com>;
>> Yang, Qiming <qiming.yang@intel.com>; Wang, Haiyue
>> <haiyue.wang@intel.com>
>> Cc: dev@dpdk.org; Guo, Jia <jia.guo@intel.com>; Su, Simei
>> <simei.su@intel.com>
>> Subject: [dpdk-dev v3 0/3] enable UDP ecpri configure in dcf
>>
>> Enabling ecpri UDP tunnel port configure in dcf.
>>
>> v3:
>> seperate patch set.
>>
>> v2:
>> refactor PTYPE parsing and add related sharecode patch separate patch set
>>
>> Jeff Guo (3):
>>    net/ice: add PTYPE mapping for ecpri
>>    net/iavf: add PTYPE mapping for ecpri
> 
> For patch, 1,2 for new PTYPE mapping.
> 
> Acked-by: Qi Zhang <qi.z.zhang@intel.com>
> 
> Applied to dpdk-next-net-intel.
> 
>>    net/ice: enable ecpri tunnel port configure in dcf
> 
> For patch 3, it is depends on below patches
> 1. enable ecpri tunnel type .
> http://patchwork.dpdk.org/patch/85702/
> 2. refine the description for rte_eth_dev_udp_tunnel_port_add
> http://patchwork.dpdk.org/patch/86406/
> 
> Thomas, Ferruh:
> 	Please let us know if any issue for above patch merge.

First dependency already merged to the next-net and other is a documentation 
patch but still going with the merged patches and will get third patch with this 
set as separate patch.