From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH / RFC] kni: Add set_rx_mode callback to handle multicast groups Date: Thu, 28 May 2015 07:56:26 -0700 Message-ID: <20150528075626.4aae8334@urahara> References: <20150507151754.1620c4cb@miho> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Simon Kagstrom Return-path: Received: from mail-pd0-f178.google.com (mail-pd0-f178.google.com [209.85.192.178]) by dpdk.org (Postfix) with ESMTP id 981A21396 for ; Thu, 28 May 2015 16:56:23 +0200 (CEST) Received: by pdea3 with SMTP id a3so43440654pde.2 for ; Thu, 28 May 2015 07:56:23 -0700 (PDT) In-Reply-To: <20150507151754.1620c4cb@miho> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, 7 May 2015 15:17:54 +0200 Simon Kagstrom wrote: > This is needed to add / remove interfaces in multicast groups via the > ip tool. > > The callback does nothing - the same as the kernel tun.c. > > Signed-off-by: Simon Kagstrom Yes, the dummy callback is needed, otherwise SIOCADDMULTI ioctl will fail.