From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Ammar Anuar Date: Fri, 16 Aug 2013 02:46:52 +0000 (UTC) Message-ID: References: <1375113404-10811-1-git-send-email-siwu@hrz.tu-chemnitz.de> <20130815122350.GA1588@pandem0nium> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [B.A.T.M.A.N.] [PATCH-next] batman-adv: set skb priority according?to content Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: b.a.t.m.a.n@lists.open-mesh.org Hi Simon, I just figure out my mistake. Before I put batman interface (bat0) under bridge interface(br0), I accidentally load the older batman module that is why I cannot see any changes after manipulating DSCP value. It was a silly mistake btw. Now DSCP value perfectly mapped with access category after I load the right batman module (with your patch). Thank you Simon.