> -----Original Message----- > From: Guo, Jia <[email protected]> > Sent: Wednesday, April 22, 2020 2:03 AM > To: Iremonger, Bernard <[email protected]>; > [email protected]; Lu, Wenzhuo <[email protected]>; > [email protected]; Zhang, Qi Z <[email protected]>; Wu, > Jingjing <[email protected]> > Cc: Xing, Beilei <[email protected]>; Ye, Xiaolong > <[email protected]>; [email protected]; Cao, Yahui > <[email protected]>; Su, Simei <[email protected]>; Guo, Jia > <[email protected]> > Subject: [dpdk-dev v8 3/3] app/testpmd: add new types to RSS hash > commands > > Add some new types, such as eth/l2-src-only/l2-dst-only/svlan/cvlan/ > l2tpv3/esp/ah/pfcp types into RSS hash commands, it could be used to > configure these rss input set by cmdline. > > Example flow commands was: > testpmd>flow create 0 ingress pattern eth / ipv4 / l2tpv3oip / end \ > actions rss types l2tpv3 end key_len 0 queues end / end > > port config commands was: > testpmd>port config all rss l2tpv3 > > Signed-off-by: Jeff Guo <[email protected]> > Acked-by: Ori Kam <[email protected]>
Acked-by: Bernard Iremonger <[email protected]>

