[vpp-dev] stop handoff in SNAT

2017-07-19 Thread Yuliang Li
Hi, Is there a way to stop handoff (move packet from one thread to another) in SNAT? I already use RSS to split packets across threads at the input, so I do not need it to spread traffic across threads again. Thanks, -- Yuliang Li PhD student Department of Computer Science Yale University __

Re: [vpp-dev] stop handoff in SNAT

2017-07-19 Thread Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco)
, 2017 5:58 AM To: vpp-dev@lists.fd.io Subject: [vpp-dev] stop handoff in SNAT Hi, Is there a way to stop handoff (move packet from one thread to another) in SNAT? I already use RSS to split packets across threads at the input, so I do not need it to spread traffic across threads again. Thanks

Re: [vpp-dev] stop handoff in SNAT

2017-07-20 Thread Yuliang Li
:* Thursday, July 20, 2017 5:58 AM > *To:* vpp-dev@lists.fd.io > *Subject:* [vpp-dev] stop handoff in SNAT > > > > Hi, > > > > Is there a way to stop handoff (move packet from one thread to another) in > SNAT? I already use RSS to split packets across thr

Re: [vpp-dev] stop handoff in SNAT

2017-07-20 Thread Yuliang Li
:* vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] *On >> Behalf Of *Yuliang Li >> *Sent:* Thursday, July 20, 2017 5:58 AM >> *To:* vpp-dev@lists.fd.io >> *Subject:* [vpp-dev] stop handoff in SNAT >> >> >> >> Hi, >> >> >>

Re: [vpp-dev] stop handoff in SNAT

2017-07-20 Thread Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco)
right and handoff is faster than locking Matus From: Yuliang Li [mailto:yuliang...@yale.edu] Sent: Friday, July 21, 2017 12:48 AM To: Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco) Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] stop handoff in SNAT I think I get the reason. If