Re: [dpdk-dev] [PATCH] ethdev: refine API description

2021-01-18 Thread Zhang, Qi Z
; Subject: Re: [dpdk-dev] [PATCH] ethdev: refine API description > > 18/01/2021 05:01, Zhang, Qi Z: > > From: Thomas Monjalon > > > 12/01/2021 12:47, Qi Zhang: > > > > + * This API is for the first case and typically it will only be > > > > + imple

Re: [dpdk-dev] [PATCH] ethdev: refine API description

2021-01-18 Thread Thomas Monjalon
18/01/2021 05:01, Zhang, Qi Z: > From: Thomas Monjalon > > 12/01/2021 12:47, Qi Zhang: > > > + * This API is for the first case and typically it will only be > > > + implemented > > > + * on a PF driver or a VF driver which have privilege right to > > > + configure for > > > > What is a privilege

Re: [dpdk-dev] [PATCH] ethdev: refine API description

2021-01-17 Thread Zhang, Qi Z
s.ru; > ajit.khapa...@broadcom.com; jer...@marvell.com > Subject: Re: [dpdk-dev] [PATCH] ethdev: refine API description > > Hi, > > It seems we need to clarify how the API for UDP tunnel works with rte_flow. > Thanks for starting this patch. > I ask some questions below for writing

Re: [dpdk-dev] [PATCH] ethdev: refine API description

2021-01-15 Thread Thomas Monjalon
Hi, It seems we need to clarify how the API for UDP tunnel works with rte_flow. Thanks for starting this patch. I ask some questions below for writing a clear and exact API definition. 12/01/2021 12:47, Qi Zhang: > Refine the description for rte_eth_dev_udp_tunnel_port_add. > Claim this is an API

[dpdk-dev] [PATCH] ethdev: refine API description

2021-01-12 Thread Qi Zhang
Refine the description for rte_eth_dev_udp_tunnel_port_add. Claim this is an API for device (or port) level configuration. Signed-off-by: Qi Zhang --- lib/librte_ethdev/rte_ethdev.h | 10 ++ 1 file changed, 10 insertions(+) diff --git a/lib/librte_ethdev/rte_ethdev.h b/lib/librte_ethdev