Re: [ovs-dev] [dpdk patch 5/8] dpif-netdev: Create 'number of dpdk ifaces on cpu socket' pmd threads for each cpu socket.

2014-09-02 Thread Pravin Shelar
On Mon, Sep 1, 2014 at 11:56 AM, Alex Wang al...@nicira.com wrote: static struct dp_netdev_port *dp_netdev_lookup_port(const struct dp_netdev *dp, @@ -281,6 +281,15 @@ struct dp_netdev_actions *dp_netdev_flow_get_actions( const struct dp_netdev_flow *); static void

Re: [ovs-dev] [dpdk patch 5/8] dpif-netdev: Create 'number of dpdk ifaces on cpu socket' pmd threads for each cpu socket.

2014-09-01 Thread Alex Wang
static struct dp_netdev_port *dp_netdev_lookup_port(const struct dp_netdev *dp, @@ -281,6 +281,15 @@ struct dp_netdev_actions *dp_netdev_flow_get_actions( const struct dp_netdev_flow *); static void dp_netdev_actions_free(struct dp_netdev_actions *); +/* Represents the PMD

Re: [ovs-dev] [dpdk patch 5/8] dpif-netdev: Create 'number of dpdk ifaces on cpu socket' pmd threads for each cpu socket.

2014-08-30 Thread Pravin Shelar
On Mon, Aug 11, 2014 at 9:56 PM, Alex Wang al...@nicira.com wrote: The pmd threads are pinned to available cpu cores on the corresponding cpu socket. Note, core 0 is not pinnable and is reserved for all non-pmd threads. Signed-off-by: Alex Wang al...@nicira.com --- lib/dpif-netdev.c |

[ovs-dev] [dpdk patch 5/8] dpif-netdev: Create 'number of dpdk ifaces on cpu socket' pmd threads for each cpu socket.

2014-08-11 Thread Alex Wang
The pmd threads are pinned to available cpu cores on the corresponding cpu socket. Note, core 0 is not pinnable and is reserved for all non-pmd threads. Signed-off-by: Alex Wang al...@nicira.com --- lib/dpif-netdev.c | 254 +