Return-Path: Date: Thu, 2 Oct 2014 13:49:19 +0300 From: Johan Hedberg To: Jukka Rissanen Cc: linux-bluetooth@vger.kernel.org Subject: Re: [PATCH 0/2] Bluetooth: 6lowpan: Multicast fixes Message-ID: <20141002104919.GC23012@t440s.lan> References: <1412168355-27127-1-git-send-email-jukka.rissanen@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1412168355-27127-1-git-send-email-jukka.rissanen@linux.intel.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi Jukka, On Wed, Oct 01, 2014, Jukka Rissanen wrote: > I noticed some issues in 6LoWPAN multicast support and this set > should fix them. > > Patch 1 removes the restriction that we skip EAGAIN error code > for multicast packets. The extra check are actually useless as > we can treat multicast packets the same way as unicast ones. > > Patch 2 adds error checks when sending multicast packet, if > multicast packet sending fails, we return error to the user > space. > > Cheers, > Jukka > > > Jukka Rissanen (2): > Bluetooth: 6lowpan: Return EAGAIN error also for multicast packets > Bluetooth: 6lowpan: Check transmit errors for multicast packets > > net/bluetooth/6lowpan.c | 27 ++++++++++++++------------- > 1 file changed, 14 insertions(+), 13 deletions(-) Both patches have been applied to bluetooth-next. Thanks. Johan