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

2016-08-30 Thread Or Gerlitz
On Tue, Aug 30, 2016 at 2:29 PM, Saeed Mahameed wrote: > From: Huy Nguyen > > Current implementation does not read the setting > directly from FW when ieee_getets is called. what's wrong with that? explain

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

2016-08-30 Thread Saeed Mahameed
From: Huy Nguyen Current implementation does not read the setting directly from FW when ieee_getets is called. Solution: 1. Read the ETS settings directly from firmware. 2. For tc_tsa: a. Initialize tc_tsa to vendor IEEE_8021QAZ_TSA_VENDOR at netdev creation. b.