Re: [dpdk-dev] [PATCH] net/i40e: add more explanation for QoS APIs

2017-04-13 Thread Lu, Wenzhuo
Hi Yulong, > -Original Message- > From: Pei, Yulong > Sent: Friday, April 14, 2017 11:07 AM > To: Yigit, Ferruh; Lu, Wenzhuo; dev@dpdk.org > Subject: RE: [dpdk-dev] [PATCH] net/i40e: add more explanation for QoS APIs > > testpmd> set vf tx max-bandwidth (por

Re: [dpdk-dev] [PATCH] net/i40e: add more explanation for QoS APIs

2017-04-13 Thread Pei, Yulong
Lu, Wenzhuo ; dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] net/i40e: add more explanation for QoS APIs On 4/13/2017 9:21 AM, Wenzhuo Lu wrote: > According to HW implementation, the bandwidth of QoS means the L2 > bandwidth, not count the bytes added by physical layer. > > Signed-off

Re: [dpdk-dev] [PATCH] net/i40e: add more explanation for QoS APIs

2017-04-13 Thread Ferruh Yigit
On 4/13/2017 9:21 AM, Wenzhuo Lu wrote: > According to HW implementation, the bandwidth of QoS > means the L2 bandwidth, not count the bytes added by > physical layer. > > Signed-off-by: Wenzhuo Lu Applied to dpdk-next-net/master, thanks.

[dpdk-dev] [PATCH] net/i40e: add more explanation for QoS APIs

2017-04-13 Thread Wenzhuo Lu
According to HW implementation, the bandwidth of QoS means the L2 bandwidth, not count the bytes added by physical layer. Signed-off-by: Wenzhuo Lu --- drivers/net/i40e/rte_pmd_i40e.h | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/net/i40e/rte_pmd_i40e.h b/drivers/net/i40e/rte