From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf0-f49.google.com ([209.85.215.49]:34060 "EHLO mail-lf0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1162549AbcE3VUD (ORCPT ); Mon, 30 May 2016 17:20:03 -0400 Received: by mail-lf0-f49.google.com with SMTP id k98so78461281lfi.1 for ; Mon, 30 May 2016 14:20:01 -0700 (PDT) Subject: Re: [PATCH net-next] ravb: Add ESF in RCR for enabling separation filter To: Yoshihiro Kaneko , netdev@vger.kernel.org References: <1464553500-19043-1-git-send-email-ykaneko0929@gmail.com> Cc: "David S. Miller" , Simon Horman , Magnus Damm , linux-renesas-soc@vger.kernel.org From: Sergei Shtylyov Message-ID: Date: Tue, 31 May 2016 00:19:58 +0300 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-renesas-soc-owner@vger.kernel.org List-ID: On 05/30/2016 05:30 PM, Sergei Shtylyov wrote: >> From: Masaru Nagai >> >> This patch adds enabling separation filter(ESF) is setting value of B'11. >> This setting filter for separating AVB stream frames from non-AVB stream >> frames is enabled. Non-matching frames from a stream are processed in >> queue 0(best effort). H/W manual recommends B'11 or B'10. >> When B'10 is setting, Non-mating frames are discarded. > > It was somewhat hard for me to parse that... Forgot about s/Non-mating/Non-matching/. >> Signed-off-by: Masaru Nagai >> Signed-off-by: Kazuya Mizuguchi >> Signed-off-by: Yoshihiro Kaneko > > Acked-by: Sergei Shtylyov MBR, Sergei