From 7e1f3998634c89aa6344468d26df0de519578a5f Mon Sep 17 00:00:00 2001 From: Michal Mazur Date: Tue, 19 Sep 2017 20:18:41 +0200 Subject: Add support for multiple Rx and Tx queues 1) Incoming packets can be spread across multiple worker threads based on IP and TCP/UDP headers. 2) Multiple output queues are used in Burst mode if supported by hardware (checked in interface capabilities) 3) Synchronization of output traffic can be disabled due to multiple Tx queues - one for each thread. Change-Id: Ib5ee18103c860eae3b56ffc453a5953c729bb521 Signed-off-by: Michal Mazur --- README.vppodp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.vppodp') diff --git a/README.vppodp b/README.vppodp index 7ff3c865..6e536987 100644 --- a/README.vppodp +++ b/README.vppodp @@ -74,8 +74,9 @@ Below is a basic verification test. Note :For odp-dpdk the port has to bound with dpdk driver prior to test and interface name is passed as 0,1..etc. 1)Configure odp packet interface with mode ie (0-burst,1-queue,2-schedule) default mode is 0. + Setting rx-queues to more than 1 will enable RSS. --create pktio-interface name hw-addr mode <0/1/2> +-create pktio-interface name hw-addr mode <0/1/2> rx-queues -set int ip address odp- X.X.X.X/24 -set int state odp- up -- cgit 1.2.3-korg