Re: [PATCH net-next v2] ravb: Add ESF in RCR for enabling separation filter
From: David Miller <davem@davemloft.net>
Date: 2016-06-01 23:01:17
Also in:
linux-renesas-soc
From: David Miller <davem@davemloft.net>
Date: 2016-06-01 23:01:17
Also in:
linux-renesas-soc
From: Yoshihiro Kaneko <redacted> Date: Wed, 1 Jun 2016 03:01:28 +0900
From: Masaru Nagai <redacted> The H/W manual recommends B'10 or B'11 in a value of the separation filtering select bits in the receive configuration register (RCR.ESF). When B'10 is set, frames from non-matching streams are discarded. When B'11 is set, frames from non-matching streams are processed in reception queue 0 (best effort). This patch sets B'11 in ESF. [ykaneko0929@gmail.com: revised this commit message] Signed-off-by: Masaru Nagai <redacted> Signed-off-by: Kazuya Mizuguchi <redacted> Signed-off-by: Yoshihiro Kaneko <redacted> Acked-by: Sergei Shtylyov <redacted>
Applied.