All of lore.kernel.org
 help / color / mirror / Atom feed
* VLAN support on OpenBMC
@ 2017-07-24 16:41 Ratan K Gupta
  2017-07-24 23:58 ` Joel Stanley
  0 siblings, 1 reply; 3+ messages in thread
From: Ratan K Gupta @ 2017-07-24 16:41 UTC (permalink / raw)
  To: Shawn Gavin; +Cc: openbmc

[-- Attachment #1: Type: text/html, Size: 1548 bytes --]

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

* Re: VLAN support on OpenBMC
  2017-07-24 16:41 VLAN support on OpenBMC Ratan K Gupta
@ 2017-07-24 23:58 ` Joel Stanley
  2017-07-25  0:06   ` Benjamin Herrenschmidt
  0 siblings, 1 reply; 3+ messages in thread
From: Joel Stanley @ 2017-07-24 23:58 UTC (permalink / raw)
  To: Ratan K Gupta, Gavin Shan, Benjamin Herrenschmidt; +Cc: OpenBMC Maillist

On Tue, Jul 25, 2017 at 2:11 AM, Ratan K Gupta <ratagupt@in.ibm.com> wrote:
> Hi Gavin,

I think you were looking for Gavin Shan, not Shaun Gavin. I added the
correct Gavin to cc.

>
> OpenBMC has requirement to support the VLAN,After doing the necessary VLAN
> configurations we observed that the openbmc/ncsi chip is not sending the
> tagged packet out.
>
> On the other side,if I ping the openbmc machine from some other linux
> machine
> then tagged packet doesn't reach to openbmc machine.
>
> In order to simplify the testing setup,We made a direct connection with some
> linux machine to openbmc.
>
> Scenario 1: Ping test from test/linux machine to the openbmc machine.
> ========
> Observation:- We captured the packet on the test machine which shows that
> packet
> were going out from the test machine and it was having 8021.q tag
> but it was not reaching to openbmc machine.
>
> Scenario 2: Ping test from openbmc machine to test/linux machine
> ========
> Observation:- Captured packet shows that packet were going out
> from the openbmc machine and it was having 8021.q tag but it was
> not reaching to test machine.
>
> Note:- We made sure that packet were going out from the VLAN interface.
>
> Is it related to the NCSI driver? Do we have NCSI driver support on openbmc
> to create the
> VLAN.

Gavin's reply on another thread:

> Currently, NCSI stack doesn't support VLAN. It needs some code to
> support and we need someone to work on it.
>
> There has code supporting VLAN filters. With it, the NCSI channel is
> associated with one or multiple VLANs. However, we need add code in
> ftgmac100.c to support VLAN based ethernet devices.

Cheers,

Joel

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

* Re: VLAN support on OpenBMC
  2017-07-24 23:58 ` Joel Stanley
@ 2017-07-25  0:06   ` Benjamin Herrenschmidt
  0 siblings, 0 replies; 3+ messages in thread
From: Benjamin Herrenschmidt @ 2017-07-25  0:06 UTC (permalink / raw)
  To: Joel Stanley, Ratan K Gupta, Gavin Shan; +Cc: OpenBMC Maillist

On Tue, 2017-07-25 at 09:28 +0930, Joel Stanley wrote:
> > There has code supporting VLAN filters. With it, the NCSI channel is
> > associated with one or multiple VLANs. However, we need add code in
> > ftgmac100.c to support VLAN based ethernet devices.

I added vlan support to ftgmac100 already, we need to plumb in the
NCSI bits (or if they are there, hook them up with ftgmac100 properly).

Cheers,
Ben.

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

end of thread, other threads:[~2017-07-25  0:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-24 16:41 VLAN support on OpenBMC Ratan K Gupta
2017-07-24 23:58 ` Joel Stanley
2017-07-25  0:06   ` Benjamin Herrenschmidt

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.