mbox series

[v5,0/2] add new UDP tunnel port configure for eCPRI

Message ID 20210115051542.98748-1-jia.guo@intel.com (mailing list archive)
Headers
Series add new UDP tunnel port configure for eCPRI |

Message

Guo, Jia Jan. 15, 2021, 5:15 a.m. UTC
  Add new UDP tunnel port configure for eCPRI protocol features

v5:
fix a coding style issue.

v4:
add doc in release note for all related eCPRI features.

v3:
seperate the patch set and add some document

Jeff Guo (2):
  ethdev: add new tunnel type for eCPRI
  app/testpmd: add new UDP tunnel port for eCPRI

 app/test-pmd/cmdline.c                      |  9 ++++++---
 doc/guides/rel_notes/release_21_02.rst      | 15 ++++++++++++++-
 doc/guides/testpmd_app_ug/testpmd_funcs.rst |  2 +-
 lib/librte_ethdev/rte_ethdev.h              |  1 +
 4 files changed, 22 insertions(+), 5 deletions(-)
  

Comments

Ferruh Yigit Jan. 15, 2021, 12:28 p.m. UTC | #1
On 1/15/2021 5:15 AM, Jeff Guo wrote:
> Add new UDP tunnel port configure for eCPRI protocol features
> 
> v5:
> fix a coding style issue.
> 
> v4:
> add doc in release note for all related eCPRI features.
> 
> v3:
> seperate the patch set and add some document
> 
> Jeff Guo (2):
>    ethdev: add new tunnel type for eCPRI
>    app/testpmd: add new UDP tunnel port for eCPRI
> 

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