[dpdk-dev] [PATCH v2] l3fwd: make destination mac address configurable

2015-06-03 Thread Thomas Monjalon
2015-05-18 13:13, Andrey Chilikin: > Add a command-line parameter to l3fwd, to allow the user to specify the > destination mac address for each ethernet port used. > > v2 changes: > - apply command-line parameter to fast path as well (val_eth) > > Signed-off-by: Andrey Chilikin >

[dpdk-dev] [PATCH v2] l3fwd: make destination mac address configurable

2015-05-18 Thread Andrey Chilikin
Add a command-line parameter to l3fwd, to allow the user to specify the destination mac address for each ethernet port used. v2 changes: - apply command-line parameter to fast path as well (val_eth) Signed-off-by: Andrey Chilikin Signed-off-by: Bruce Richardson --- examples/l3fwd/main.c |