All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrei Borzenkov <arvidjaar@gmail.com>
To: grub-devel@gnu.org
Subject: Re: [PATCH] efinet: add efinet_multicast_filter command
Date: Fri, 6 Nov 2015 07:15:45 +0300	[thread overview]
Message-ID: <563C2971.5090705@gmail.com> (raw)
In-Reply-To: <1446751432-2184661-1-git-send-email-jbacik@fb.com>

05.11.2015 22:23, Josef Bacik пишет:
> We have some hardware that doesn't honor
> EFI_SIMPLE_NETWORK_RECEIVE_PROMISCUOUS_MULTICAST properly so we aren't getting

You mean that driver advertises promiscuous multicast support but does 
not implement it? Can you add debugging to efi_call_6 
(net->receive_filters, net, filters, 0, 0, 0, NULL); whether it fails. 
May be need set each one separately and fall back to promiscuous.

> RA's that are multicasted properly (our switches respond to solicitations with a
> multicast rather than a unicast).

Could you send packet trace?

>  I don't want to add this filtering by
> default, so add a new command to allow a user to specify a multicast receive
> filter.  We use it like this
>

I do not think we need any IPv4 multicasts; for IPv6 we need all nodes 
and solicited address.

But I would like to understand first whether receive_filters fail and we 
ignore it or it succeeds.


  parent reply	other threads:[~2015-11-06  4:15 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-05 19:23 [PATCH] efinet: add efinet_multicast_filter command Josef Bacik
2015-11-05 20:28 ` Vladimir 'phcoder' Serbinenko
2015-11-05 21:17   ` Josef Bacik
2015-11-05 23:47     ` Vladimir 'phcoder' Serbinenko
2015-11-06 18:42       ` Andrei Borzenkov
2015-11-06 18:47         ` Vladimir 'phcoder' Serbinenko
2015-11-07  6:08           ` Andrei Borzenkov
2015-11-10 18:33   ` Josef Bacik
2015-11-06  4:15 ` Andrei Borzenkov [this message]
2015-11-06 14:12   ` Josef Bacik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=563C2971.5090705@gmail.com \
    --to=arvidjaar@gmail.com \
    --cc=grub-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.