[dpdk-dev] [PATCH] i40e: support of link flow control

2014-11-13 Thread Thomas Monjalon
Hi Zhida, > Add support of link flow control. > > Signed-off-by: Zhida Zang > Acked-by: Helin Zhang I think you are reworking this patch, right? I won't review it myself because I don't i40e enough. I just have some minor comments: > +static int i40e_10g_fc_enable(struct i40e_hw *hw, uint16_

[dpdk-dev] [PATCH] i40e: support of link flow control

2014-09-28 Thread zzang
From: Zhida Zang Add support of link flow control. Signed-off-by: Zhida Zang Acked-by: Helin Zhang --- lib/librte_pmd_i40e/i40e_ethdev.c | 216 +- lib/librte_pmd_i40e/i40e_ethdev.h | 1 + 2 files changed, 214 insertions(+), 3 deletions(-) diff --git a/li