[ovs-dev] [dpdk patch v3 2/6] netdev: Add n_txq to 'struct netdev'.

Pravin Shelar pshelar at nicira.com
Fri Sep 12 05:38:25 UTC 2014


On Tue, Sep 9, 2014 at 5:00 PM, Alex Wang <alexw at nicira.com> wrote:
> This commit adds new variable n_txq to 'struct netdev' for recording
> the number of tx queues.  Correspondingly, the send_*() functions are
> extended to accept queue id as input argument.
>
> All 'netdev-*' implementation will ignore the queue id since having
> multiple tx queues is not supported.  Upcomping patches will start
> using it and create multiple tx queues for dpdk netdev by default.
>
> Signed-off-by: Alex Wang <alexw at nicira.com>
>

LGTM
Acked-by: Pravin B Shelar <pshelar at nicira.com>



More information about the dev mailing list