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

2015-06-16 Thread Thomas Monjalon
> > We did some (very basic) tests with IGMP, which involves adding multicast > > addresses to ETH interfaces. This is done via the ip tool, an example can > > be found > > on e.g., > > > > http://superuser.com/questions/324824/linux-built-in-or-open-source-program- > > to-join-multicast-group >

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

2015-06-02 Thread Simon Kagstrom
We did some (very basic) tests with IGMP, which involves adding multicast addresses to ETH interfaces. This is done via the ip tool, an example can be found on e.g., http://superuser.com/questions/324824/linux-built-in-or-open-source-program-to-join-multicast-group and this will fail on KNI in

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

2015-06-02 Thread Zhang, Helin
> -Original Message- > From: Simon Kagstrom [mailto:simon.kagstrom at netinsight.net] > Sent: Tuesday, June 2, 2015 3:22 PM > To: dev at dpdk.org; Zhang, Helin; stephen at networkplumber.org > Subject: [PATCH v2] kni: Add set_rx_mode callback to handle multicast groups > > We did some (v