All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/3] NCSI VLAN Filtering Support
@ 2017-08-09  8:54 Samuel Mendoza-Jonas
  2017-08-09  8:54 ` [RFC PATCH 1/3] ftgmac: Include NETIF_F_HW_VLAN_CTAG_FILTER in features Samuel Mendoza-Jonas
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Samuel Mendoza-Jonas @ 2017-08-09  8:54 UTC (permalink / raw)
  To: openbmc
  Cc: Samuel Mendoza-Jonas, Joel Stanley, Ravindra S Rao1, Leonard Low,
	Benjamin Herrenschmidt, Ratan K Gupta

This RFC series adds VLAN filtering support for NCSI-capable network devices.
This supports adding and removing VLAN tags up to the limit of the actual
NCSI channel. In it's present form the NCSI driver will default to the
"Accept specific VLAN-tagged traffic as well as non-tagged traffic" mode.

This is still a bit rough, but sending out to the OpenBMC list for some
eyeballing.

Samuel Mendoza-Jonas (3):
  ftgmac: Include NETIF_F_HW_VLAN_CTAG_FILTER in features
  net/ncsi: Fix several packet definitions
  net/ncsi: Configure VLAN tag filter

 drivers/net/ethernet/faraday/ftgmac100.c |   5 +
 include/net/ncsi.h                       |   2 +
 net/ncsi/internal.h                      |  11 ++
 net/ncsi/ncsi-cmd.c                      |  10 +-
 net/ncsi/ncsi-manage.c                   | 257 ++++++++++++++++++++++++++++++-
 net/ncsi/ncsi-pkt.h                      |   2 +-
 net/ncsi/ncsi-rsp.c                      |  13 +-
 7 files changed, 290 insertions(+), 10 deletions(-)

-- 
2.13.3

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2017-08-11  0:11 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-09  8:54 [RFC PATCH 0/3] NCSI VLAN Filtering Support Samuel Mendoza-Jonas
2017-08-09  8:54 ` [RFC PATCH 1/3] ftgmac: Include NETIF_F_HW_VLAN_CTAG_FILTER in features Samuel Mendoza-Jonas
2017-08-10  7:49   ` Joel Stanley
2017-08-10 11:30     ` Benjamin Herrenschmidt
2017-08-11  0:05       ` Joel Stanley
2017-08-09  8:54 ` [RFC PATCH 2/3] net/ncsi: Fix several packet definitions Samuel Mendoza-Jonas
2017-08-10  7:03   ` Joel Stanley
2017-08-10 11:28     ` Benjamin Herrenschmidt
2017-08-10 22:39     ` Samuel Mendoza-Jonas
2017-08-11  0:11       ` Joel Stanley
2017-08-09  8:54 ` [RFC PATCH 3/3] net/ncsi: Configure VLAN tag filter Samuel Mendoza-Jonas
2017-08-10  7:49   ` Joel Stanley
2017-08-10 22:42     ` Samuel Mendoza-Jonas
2017-08-10  8:25   ` Joel Stanley
2017-08-10 22:45     ` Samuel Mendoza-Jonas

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.