[dpdk-dev] [PATCH v5] app/testpmd: add option ring-bind-lcpu to bind Q with CPU

2018-01-15 Thread wei . guo . simon
From: Simon Guo Currently the rx/tx queue is allocated from the buffer pool on socket of: - port's socket if --port-numa-config specified - or ring-numa-config setting per port All the above will "bind" queue to single socket per port configuration. But it can actually archieve better performanc

[dpdk-dev] [PATCH v4] app/testpmd: add option ring-bind-lcpu to bind Q with CPU

2018-01-10 Thread wei . guo . simon
From: Simon Guo Currently the rx/tx queue is allocated from the buffer pool on socket of: - port's socket if --port-numa-config specified - or ring-numa-config setting per port All the above will "bind" queue to single socket per port configuration. But it can actually archieve better performanc

[dpdk-dev] [PATCH v3] app/testpmd: add option ring-bind-lcpu to bind Q with CPU

2018-01-09 Thread wei . guo . simon
From: Simon Guo Currently the rx/tx queue is allocated from the buffer pool on socket of: - port's socket if --port-numa-config specified - or ring-numa-config setting per port All the above will "bind" queue to single socket per port configuration. But it can actually archieve better performanc

[dpdk-dev] [RFC PATCH v2] app/testpmd: add option ring-bind-lcpu to bind Q with CPU

2017-07-04 Thread wei . guo . simon
From: Simon Guo Currently the rx/tx queue is allocated from the buffer pool on socket of: - port's socket if --port-numa-config specified - or ring-numa-config setting per port All the above will "bind" queue to single socket per port configuration. But it can actually archieve better performanc

[dpdk-dev] [RFC PATCH] app/testpmd: add option ring-bind-lcpu to bind Q with CPU

2017-06-30 Thread wei . guo . simon
From: Simon Guo Currently the rx/tx queue is allocated from the buffer pool on socket of: - port's socket if --port-numa-config specified - or ring-numa-config setting per port All the above will "bind" queue to single socket per port configuration. But it can actually archieve better performanc