Re: [PATCH 21/29] ixgbe/base: smplify add/remove VLANs
From: Ferruh Yigit <hidden>
Date: 2016-06-13 16:26:57
From: Ferruh Yigit <hidden>
Date: 2016-06-13 16:26:57
On 5/6/2016 7:07 AM, Beilei Xing wrote:
This patch simplifies the adding and removing VLANs from VFTA/VLVF/VLVFB registers. The logic to determine registers has been simplified to (vid / 32) and (1 - vid / 32). Many conditional paths and checks are no longer needed with this patch. Signed-off-by: Beilei Xing <redacted> ---
typo on patch subject: smplify ...