[dpdk-dev] [PATCH v17 5/5] examples: new example: l2fwd-ethtool

2015-07-16 Thread Thomas Monjalon
2015-07-16 09:25, Liang-Min Larry Wang: > The example includes an ethtool library and two applications: > one application is a non- DPDK process (nic-control) > and the other is a DPDK l2fwd applicaiton (l2fwd-app). > The nic-control process sends ethtool alike device management > requests to l2fwd

[dpdk-dev] [PATCH v17 5/5] examples: new example: l2fwd-ethtool

2015-07-16 Thread Liang-Min Larry Wang
The example includes an ethtool library and two applications: one application is a non- DPDK process (nic-control) and the other is a DPDK l2fwd applicaiton (l2fwd-app). The nic-control process sends ethtool alike device management requests to l2fwd-app through a named pipe IPC. This example is des