Re: [PATCH net-next] cxgb4: when max_tx_rate is 0 disable tx rate limiting
From: Ganesh Goudar Date: Mon, 3 Sep 2018 16:21:46 +0530 > in ndo_set_vf_rate() when max_tx_rate is 0 disable tx > rate limiting for that vf. > > Signed-off-by: Casey Leedom > Signed-off-by: Ganesh Goudar Applied, thanks.
[PATCH net-next] cxgb4: when max_tx_rate is 0 disable tx rate limiting
in ndo_set_vf_rate() when max_tx_rate is 0 disable tx rate limiting for that vf. Signed-off-by: Casey Leedom Signed-off-by: Ganesh Goudar --- drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 25 +++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/drivers/ne