From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [RFC 00/12] 6lowpan: introduce 6lowpan-nd To: Alexander Aring , linux-wpan@vger.kernel.org References: <1464031328-17524-1-git-send-email-aar@pengutronix.de> Cc: hideaki.yoshifuji@miraclelinux.com, kernel@pengutronix.de, marcel@holtmann.org, jukka.rissanen@linux.intel.com, hannes@stressinduktion.org, stefan@osg.samsung.com, mcr@sandelman.ca, werner@almesberger.net, linux-bluetooth@vger.kernel.org, netdev@vger.kernel.org, "David S . Miller" , Alexey Kuznetsov , James Morris , Hideaki YOSHIFUJI , Patrick McHardy From: YOSHIFUJI Hideaki Message-ID: <57453479.9080603@miraclelinux.com> Date: Wed, 25 May 2016 14:13:29 +0900 MIME-Version: 1.0 In-Reply-To: <1464031328-17524-1-git-send-email-aar@pengutronix.de> Content-Type: text/plain; charset=iso-2022-jp List-ID: Hi. Alexander Aring wrote: > Hi, > > this patch series introduces the ndisc ops callback structure to add different > handling for IPv6 neighbour discovery cache functionality. It implements at first > the two following use-cases: > > - 6CO handling as userspace option (For all 6LoWPAN layers, BTLE/802.15.4) [0] > - short address handling for 802.15.4 6LoWPAN only [1] > > Since my last patch series, I completely changed the whole ndisc_ops callback > structure to not replace the whole ndisc functionality at recv/send level of > NS/NA/RS/RA which I send in my previous patch-series "6lowpan: introduce basic > 6lowpan-nd". I changed it now to add different handling in a very low-level way > of ndisc functionality. Thank you for your work! It looks much better now. Some comments will follow. -- Hideaki Yoshifuji Technical Division, MIRACLE LINUX CORPORATION From mboxrd@z Thu Jan 1 00:00:00 1970 From: YOSHIFUJI Hideaki Subject: Re: [RFC 00/12] 6lowpan: introduce 6lowpan-nd Date: Wed, 25 May 2016 14:13:29 +0900 Message-ID: <57453479.9080603@miraclelinux.com> References: <1464031328-17524-1-git-send-email-aar@pengutronix.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Cc: hideaki.yoshifuji-GmhWrQMWH5w7YuNMryXyOw@public.gmane.org, kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org, marcel-kz+m5ild9QBg9hUCZPvPmw@public.gmane.org, jukka.rissanen-VuQAYsv1563Yd54FQh9/CA@public.gmane.org, hannes-tFNcAqjVMyqKXQKiL6tip0B+6BGkLq7r@public.gmane.org, stefan-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org, mcr-SWp7JaYWvAQV+D8aMU/kSg@public.gmane.org, werner-SEdMjqphH88wryQfseakQg@public.gmane.org, linux-bluetooth-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, "David S . Miller" , Alexey Kuznetsov , James Morris , Hideaki YOSHIFUJI , Patrick McHardy To: Alexander Aring , linux-wpan-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Return-path: In-Reply-To: <1464031328-17524-1-git-send-email-aar-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> Sender: linux-bluetooth-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: netdev.vger.kernel.org Hi. Alexander Aring wrote: > Hi, > > this patch series introduces the ndisc ops callback structure to add different > handling for IPv6 neighbour discovery cache functionality. It implements at first > the two following use-cases: > > - 6CO handling as userspace option (For all 6LoWPAN layers, BTLE/802.15.4) [0] > - short address handling for 802.15.4 6LoWPAN only [1] > > Since my last patch series, I completely changed the whole ndisc_ops callback > structure to not replace the whole ndisc functionality at recv/send level of > NS/NA/RS/RA which I send in my previous patch-series "6lowpan: introduce basic > 6lowpan-nd". I changed it now to add different handling in a very low-level way > of ndisc functionality. Thank you for your work! It looks much better now. Some comments will follow. -- Hideaki Yoshifuji Technical Division, MIRACLE LINUX CORPORATION