DPDK usage discussions
 help / color / mirror / Atom feed
* [dpdk-users] Mac learning pipeline
@ 2018-02-14  6:39 sharanya k
  2018-02-16 10:32 ` sharanya k
  2018-02-16 17:55 ` Stephen Hemminger
  0 siblings, 2 replies; 3+ messages in thread
From: sharanya k @ 2018-02-14  6:39 UTC (permalink / raw)
  To: users

Hi all,

I want to create an ip pipeline application where the upstream should
learn the source mac address along with the port and the downstream
has to forward packets based on that mac learned table.Can I just use
any existing pipeline application as such for this mac learning?If not
what should I do now?
Can anyone help me with this?

Regards,
Sharanya

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

* Re: [dpdk-users] Mac learning pipeline
  2018-02-14  6:39 [dpdk-users] Mac learning pipeline sharanya k
@ 2018-02-16 10:32 ` sharanya k
  2018-02-16 17:55 ` Stephen Hemminger
  1 sibling, 0 replies; 3+ messages in thread
From: sharanya k @ 2018-02-16 10:32 UTC (permalink / raw)
  To: users

Hi,
Any comments on this?


On Wed, Feb 14, 2018 at 12:09 PM, sharanya k <ksharanya.97@gmail.com> wrote:
> Hi all,
>
> I want to create an ip pipeline application where the upstream should
> learn the source mac address along with the port and the downstream
> has to forward packets based on that mac learned table.Can I just use
> any existing pipeline application as such for this mac learning?If not
> what should I do now?
> Can anyone help me with this?
>
> Regards,
> Sharanya

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

* Re: [dpdk-users] Mac learning pipeline
  2018-02-14  6:39 [dpdk-users] Mac learning pipeline sharanya k
  2018-02-16 10:32 ` sharanya k
@ 2018-02-16 17:55 ` Stephen Hemminger
  1 sibling, 0 replies; 3+ messages in thread
From: Stephen Hemminger @ 2018-02-16 17:55 UTC (permalink / raw)
  To: sharanya k; +Cc: users

On Wed, 14 Feb 2018 12:09:22 +0530
sharanya k <ksharanya.97@gmail.com> wrote:

> Hi all,
> 
> I want to create an ip pipeline application where the upstream should
> learn the source mac address along with the port and the downstream
> has to forward packets based on that mac learned table.Can I just use
> any existing pipeline application as such for this mac learning?If not
> what should I do now?
> Can anyone help me with this?
> 
> Regards,
> Sharanya

This forum is about problems, learnings, and issues with DPDK.
You won't get much feedback about your own application here.

You can use DPDK to build such an application, the resources are there.
But unless this is an academic project it would make sense to look around
at other projects already using DPDK. What you are describing sounds like
OVS.  Also, IP and MAC learning are two different layers; IP is Layer 3
and MAC is Layer 2.

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

end of thread, other threads:[~2018-02-16 17:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-14  6:39 [dpdk-users] Mac learning pipeline sharanya k
2018-02-16 10:32 ` sharanya k
2018-02-16 17:55 ` Stephen Hemminger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).