From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f47.google.com ([74.125.82.47]:40483 "EHLO mail-wg0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750919AbaJBJyg (ORCPT ); Thu, 2 Oct 2014 05:54:36 -0400 Received: by mail-wg0-f47.google.com with SMTP id x13so2670787wgg.18 for ; Thu, 02 Oct 2014 02:54:35 -0700 (PDT) Date: Thu, 2 Oct 2014 11:54:32 +0200 From: Alexander Aring Subject: Re: [PATCH linux-wpan 0/3] Fix handling of skbs of type PACKET_OTHERHOST Message-ID: <20141002095430.GE3850@omega> References: <1412240206-6098-1-git-send-email-simon.vincent@xsilon.com> <20141002092804.GC3850@omega> <542D1C80.9050807@xsilon.com> <1412242985.13121.11.camel@jrissane-mobl.ger.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1412242985.13121.11.camel@jrissane-mobl.ger.corp.intel.com> Sender: linux-wpan-owner@vger.kernel.org List-ID: To: Jukka Rissanen Cc: Simon Vincent , linux-wpan@vger.kernel.org, varkabhadram@gmail.com Jukka, On Thu, Oct 02, 2014 at 12:43:05PM +0300, Jukka Rissanen wrote: > Hi Simon, > > On to, 2014-10-02 at 10:36 +0100, Simon Vincent wrote: > > I will add this patch when I rebase on bluetooth-next. > > and thanks for doing that. > I see now, that the bluetooth layer never sets this value. I don't know how bluetooth deal with that. But you need to set PACKET_HOST if packet belongs to you, OTHERHOST if packets belongs not to you, or PACKET_BROADCAST if packet belongs to you, but is a broadcast. Also for PACKET_MULTICAST, if bluetooth support MULTICAST frames. I think you need handling for this in bluetooth 6lowpan layer. - Alex