Re: [PATCH net-next V2 3/6] net/mlx5e: Read ETS settings directly from firmware

2016-09-06 Thread Or Gerlitz
On Tue, Sep 6, 2016 at 7:04 PM, Saeed Mahameed wrote: > From: Huy Nguyen > > Issue description: > Current implementation saves the ETS settings from user in > a temporal soft copy and returns this settings when user > queries the ETS settings. > > With the new DCBX firmware, the ETS settings can

[PATCH net-next V2 3/6] net/mlx5e: Read ETS settings directly from firmware

2016-09-06 Thread Saeed Mahameed
From: Huy Nguyen Issue description: Current implementation saves the ETS settings from user in a temporal soft copy and returns this settings when user queries the ETS settings. With the new DCBX firmware, the ETS settings can be changed by firmware when the DCBX is in firmware controlled mode.