[dpdk-dev] [PATCH / RFC] kni: Add set_rx_mode callback to handle multicast groups

2015-06-02 Thread Simon Kågström
On 2015-06-02 05:44, Zhang, Helin wrote: >> -Original Message- >> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Simon Kagstrom >> Sent: Thursday, May 7, 2015 9:18 PM >> To: dev at dpdk.org >> Subject: [dpdk-dev] [PATCH / RFC] kni: Add set_rx_mode c

[dpdk-dev] [PATCH / RFC] kni: Add set_rx_mode callback to handle multicast groups

2015-06-02 Thread Zhang, Helin
> -Original Message- > From: Simon K?gstr?m [mailto:simon.kagstrom at netinsight.net] > Sent: Tuesday, June 2, 2015 1:44 PM > To: Zhang, Helin; dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH / RFC] kni: Add set_rx_mode callback to handle > multicast groups >

[dpdk-dev] [PATCH / RFC] kni: Add set_rx_mode callback to handle multicast groups

2015-06-02 Thread Zhang, Helin
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Simon Kagstrom > Sent: Thursday, May 7, 2015 9:18 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH / RFC] kni: Add set_rx_mode callback to handle > multicast groups > > This i

[dpdk-dev] [PATCH / RFC] kni: Add set_rx_mode callback to handle multicast groups

2015-05-28 Thread Simon Kågström
Stephen, Helin, perhaps you have some comment about this patch? // Simon On 2015-05-07 15:17, 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

[dpdk-dev] [PATCH / RFC] kni: Add set_rx_mode callback to handle multicast groups

2015-05-28 Thread Stephen Hemminger
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

[dpdk-dev] [PATCH / RFC] kni: Add set_rx_mode callback to handle multicast groups

2015-05-20 Thread Simon Kågström
Ping? // Simon On 2015-05-07 15:17, 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 > --- > Marked RFC since I'm by no means an expert on thi

[dpdk-dev] [PATCH / RFC] kni: Add set_rx_mode callback to handle multicast groups

2015-05-07 Thread Simon Kagstrom
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 --- Marked RFC since I'm by no means an expert on this. We noticed this when playing with KNI and IGMP handling. lib/librte_eal