Re: [dpdk-dev] [PATCH v3 1/1] ethdev: refine doxygen comment of UDP tunnel API

2021-02-10 Thread Thomas Monjalon
10/02/2021 12:20, Ferruh Yigit: > On 2/6/2021 10:40 AM, Andrew Rybchenko wrote: > > On 2/3/21 11:02 PM, Thomas Monjalon wrote: > >> From: Qi Zhang > >> > >> Clarify what is the scope and impact of the UDP port tunnel API. > >> > >> There are still missing infos to be improved in future: > >>-

Re: [dpdk-dev] [PATCH v3 1/1] ethdev: refine doxygen comment of UDP tunnel API

2021-02-10 Thread Ferruh Yigit
On 2/6/2021 10:40 AM, Andrew Rybchenko wrote: On 2/3/21 11:02 PM, Thomas Monjalon wrote: From: Qi Zhang Clarify what is the scope and impact of the UDP port tunnel API. There are still missing infos to be improved in future: - no capability flag - dependency between ports of t

Re: [dpdk-dev] [PATCH v3 1/1] ethdev: refine doxygen comment of UDP tunnel API

2021-02-06 Thread Andrew Rybchenko
On 2/3/21 11:02 PM, Thomas Monjalon wrote: > From: Qi Zhang > > Clarify what is the scope and impact of the UDP port tunnel API. > > There are still missing infos to be improved in future: > - no capability flag > - dependency between ports of the same device > - required privi

[dpdk-dev] [PATCH v3 1/1] ethdev: refine doxygen comment of UDP tunnel API

2021-02-03 Thread Thomas Monjalon
From: Qi Zhang Clarify what is the scope and impact of the UDP port tunnel API. There are still missing infos to be improved in future: - no capability flag - dependency between ports of the same device - required privilege Signed-off-by: Qi Zhang Signed-off-by: Thomas