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

2015-05-12 Thread Ananyev, Konstantin
> -Original Message- > From: Richardson, Bruce > Sent: Tuesday, May 12, 2015 2:16 PM > To: dev at dpdk.org > Cc: Chilikin, Andrey; Ananyev, Konstantin; Richardson, Bruce > Subject: [PATCH] l3fwd: make destination mac address configurable > > Add a command-line parameter to l3fwd, to allo

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

2015-05-12 Thread Bruce Richardson
Add a command-line parameter to l3fwd, to allow the user to specify the destination mac address for each ethernet port used. Signed-off-by: Andrey Chilikin Signed-off-by: Bruce Richardson --- examples/l3fwd/main.c | 98 +-- 1 file changed, 64 inse