[dpdk-users] Mac learning pipeline

Stephen Hemminger stephen at networkplumber.org
Fri Feb 16 18:55:32 CET 2018


On Wed, 14 Feb 2018 12:09:22 +0530
sharanya k <ksharanya.97 at 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.


More information about the users mailing list