[dpdk-dev] [PATCH] RFC: Introduce host_ifname field to struct rte_eth_dev_info

2014-01-02 Thread Thomas Monjalon
Hello, 04/12/2013 16:39, Mats Liljegren : > The only place where I know which core will handle which pcap > interface, is within my DPDK application. But DPDK did not save the > host interface name anywhere, so it was nowhere to be found. > > I created a patch for this, found below. Is this somet

[dpdk-dev] [PATCH] RFC: Introduce host_ifname field to struct rte_eth_dev_info

2014-01-02 Thread Stephen Hemminger
On Wed, 4 Dec 2013 16:39:05 +0100 Mats Liljegren wrote: > I played around with pcap to compare it against "pure" DPDK user-space > driver. I realized that interrupt affinity suddenly becomes important, > since it uses interrupts. So I needed a way to set it. > > The only place where I know which

[dpdk-dev] [PATCH] RFC: Introduce host_ifname field to struct rte_eth_dev_info

2013-12-04 Thread Mats Liljegren
I played around with pcap to compare it against "pure" DPDK user-space driver. I realized that interrupt affinity suddenly becomes important, since it uses interrupts. So I needed a way to set it. The only place where I know which core will handle which pcap interface, is within my DPDK applicatio